Quote:
Originally Posted by crazymook
So I guess I should never assume something...
Installed but it turns out the host does not have ionCube...site no longer works. Cant access the admin cp to remove the product. Site simply is white w/ the error others have posted.
Is there anything I can do to bring the site back? Does simply removing the files on the ftp bring the site back?
Theres no concern of the host not being able to get ioncube on the server, but I dont particularly want to sit around and wait right now.
|
open ur config file (includes/config.php and add
PHP Code:
define('DISABLE_HOOKS', true);
right after the <?php
that'll disable all plugins, now u can go in and disable it and uninstall it
when ur done, u can remove the line u added or add // in front of it to comment it out
PHP Code:
//define('DISABLE_HOOKS', true);