PDA

View Full Version : Problems After Integration


tzu-theory
08-25-2008, 01:37 PM
I can no longer get to my Admin panel; all that is returned is an invalid link. Admittedly, I have been messing around so that I can teach myself however I think I just tied myself into a knot :D

Problem: After working with Integration of the CMPS I have accidentally locked myself from being able to get to the Admin CP.

URL: http://forums.loremaster.org/forums/index.php

On a side note, if anyone is able to assist me in getting these issues ironed out, I would be forever greatful.

Brian
08-25-2008, 02:01 PM
Looks like you integrated some forum files, removed the CMPS page you used for integration, but ignored the message about removing the integration from those files before deleting the page.
To access your Admin CP again, open your includes/config.php file and add this anywhere on a blank line:
define('DISABLE_HOOKS', true);
Note that will disable plugins including the CMPS, but allow you to login to your Admin CP. Once there, go to the Integration link under the vBa CMPS section and use the form there to remove the integration from any files that are no longer integrated with a valid CMPS page.
Then you should be able to remove that line you just added to your config.php file and upload it again to re-enable plugins.

Our Sponsors
 

Megas Bass
08-25-2008, 02:34 PM
No' se Eglish

tzu-theory
08-25-2008, 03:43 PM
Thank you Brian