Quote:
Originally Posted by Eric
Within your /includes/config.php file add this line just after <?php
PHP Code:
define('DISABLE_HOOKS', true);
You should then (hopefully) be able to login to the AdminCP. Once there, disable or uninstall the point market system product.
The database error is happening because the product is trying to select those fields in the mentioned query, which does not have access to the "user" table. The 500 error may be happening due to the product being removed but not disabled/uninstalled from within the AdminCP.
|
After doing what you said I am able to access the whos online but when I click on the admin section it still displays the 500 internal error message.
--------------- Added [DATE]1311562661[/DATE] at [TIME]1311562661[/TIME] ---------------
I just solved it finally

If anyone is having the same problem change the permissions to 755. I accidentally changed mine from 755 to 777. Thanks for your help Eric