>>
Site Map
>>
Forums
>>
Patched 7.6.0.3.x
Forum module - topics in forum:
Patched 7.6.0.3.x - Questions, Comments and Bug Reports for nCo Patches
nCo_Ultra_7.6.0 Forum bug
hey, i have one error in this mod
i did a clean install
it is the forums , the preview works just fine but when you post, i get this:
Error in posting
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ' '1117717139', '2', 0, '0', '0')' at line 1
INSERT INTO nuke_bbtopics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote) VALUES ('vf', , '1117717139', '2', 0, '0', '0')
Line : 258
File : functions_post.php
i have followed the install instruction, and have not changed any files, else that noted in readme.
thanks.
Try this open includes/contants.php and look for
| Code: : |
// User Levels <- Do not change the values of USER or ADMIN
define('DELETED', -1);
define('ANONYMOUS', 1); |
Should your anonymous say -1 then change it to 1 save the file and upload.
There seems to have been an error in the phpbb port that effects anonymous users trying to post. I have said this before. IF you are only logged in as admin the the forums will see you as an anonymous user and it will cause this error.
Remember the phpbb was ported to work with PHP-Nuke and isn't really apart of it.
Critical Error PhPbb
Thanks for the link but went there and did as it stated and still comeup with the same error??
Any other ideas???
| Quote: : |
There seems to have been an error in the phpbb port that effects anonymous users trying to post. I have said this before. IF you are only logged in as admin the the forums will see you as an anonymous user and it will cause this error.
|
Don't allow anonymous to post and the problem will go away!
You must be logged on as a USER not as ADMIN to use the forums!
So this error will happen on my site if I dont stop anonymous user's posting, and also If I'm logged in as amdin I also can't post?
I'm a noob so please bear with me
Mag's
If you are only logged in as an admin then you are anonymous to the forums. Meaning login as a user.
Had same thing to me.. if you log in and post it wil be fine,
If you open phpmyadmin and look for the _users table find the annoymous user and change -1 to 1