ive installed platinum - runs fine , installed some modules - runs fine
All ive done today is installed sentinal - and i get the following error
when i go into forums admin module ...as soon as i click anything in left hand col. i get this
SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'Forums')' at line 1
INSERT INTO nuke_bbadmin_nav_module (user_id, modulname) VALUES (, 'Forums')
Line : 86
File : /*******/public_html/php/modules/Forums/admin/index.php
Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
Posted:
Sat Mar 19, 2005 11:13 am
Try commenting out the NukeSentinel code in mainfile.php to help narrow down if it is an issue. "nuke_bbadmin_nav_module" is not a core phpbb table, so this is some kind of an addon. From the error you posted, the code that is being called to do the insert is not providing the user_id. NukeSentinel does not do anything like that, so whatever addon is trying to work at that point is either not functioning correctly or you may need to do some sort of setup.
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum