Welcome to Geeklog, Anonymous Thursday, January 02 2025 @ 10:02 am EST
Geeklog Forums
Error log entry! Help Me!!
Status: offline
dougm
Forum User
Newbie
Registered: 02/27/03
Posts: 13
Does anybody know what I've done wrong to be creating the following entries into the error log (anytime someone logs in to site)
PM - SELECT * FROM mnu_index WHERE ((perm_anon >= 3) OR (perm_members >= 2) OR ((group_id = 2) AND (perm_group >= 2)) OR ((group_id = 13) AND (perm_group >= 2)) OR ((owner_id = 4) AND (perm_owner >= 2))) AND (lang = 'english') ORDER BY m_pos ASC
PM - nrows = 11 <> language = english
Please help, the error log grows incredibly fast! It will soon take over my house!
9
12
Quote
Anonymous
Anonymous
PM - SELECT * FROM mnu_index WHERE ((perm_anon >= 3) OR (perm_members >= 2) OR ((group_id = 2) AND (perm_group >= 2)) OR ((group_id = 13) AND (perm_group >= 2)) OR ((owner_id = 4) AND (perm_owner >= 2))) AND (lang = 'english') ORDER BY m_pos ASC
PM - nrows = 11 <> language = english
change to ..
$PM = SELECT * FROM mnu_index WHERE perm_anon >= 3 OR perm_members >= 2 OR group_id = 2 AND perm_group >= 2 OR group_id = 13 AND perm_group >= 2 OR owner_id = 4 AND perm_owner >= 2 AND lang = '$english' ORDER BY m_pos ASC
PM - nrows = 11 <> language = english
that should work
14
14
Quote
Status: offline
tomw
Forum User
Full Member
Registered: 08/12/02
Posts: 300
Those log entries are caused by some debug code I forgot to take out of the menu plugin at one point. The release on gplugs.sf.net now does not have this in it. All you need to do is either get the latest release from gplugs and replace the functions.inc in the plugins/menu directory or you could just get the functions.inc from cvs.
Sorry
TomW
15
14
Quote
All times are EST. The time is now 10:02 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content