Status
Not open for further replies.

applecut

Active Member
26
2010
0
0
When i open a section i get no error but when i log in to the site as admin then whenevr i open any section(for example GAMES) then i get this mysql error:-
[SLIDE]http://lulzimg.com/i07/fa61e7.bmp[/SLIDE]
I can access the site but i cant open any section because of this error but this is the only case when i log on to the site..when i view these secytions as a Guest there is no error...Can anyone tell me what to do to rectify this problem??

Regards
 
16 comments
Hi
open includes/constants.php file in any text editor
and add these lines to it.
they are missing.

Code:
// Notify status
define('NOTIFY_YES', 0);
define('NOTIFY_NO', 1);
save the file and purge the cache and try again.

and update your board if it isn't updated.

Thanks
 
As deAthbLisS has writen:
You are missing this from includes/constants.php:
Code:
// Notify status
define('NOTIFY_YES', 0);
define('NOTIFY_NO', 1);
 
Status
Not open for further replies.
Back
Top