If you're getting any funky problems trying to post to the site (esp. involoving weird-ass MySQL barfing), please let me know, and I'll work it out.
Email thorstenson AT thelongwinters dot com, por favor.
Are you having problems posting?
Moderators: Moderators Emeritus, Moderators
- Merlin
- Kaiser of Nerds
- Posts: 461
- Joined: Mon Jan 06, 2003 9:52 pm
- Location: San Francisco, Calif.
- Contact:
yep, that's an error all right
Okay, I replicated the error.
I fixed something slightly different last night, but it's definitely related.
For now, just login before posting, but yeah, I will track it down and try to fix it before launch.
Thanks, Grant.
-----
[Quoted below in case somebody's keyword searching for this error:]
I fixed something slightly different last night, but it's definitely related.
For now, just login before posting, but yeah, I will track it down and try to fix it before launch.
Thanks, Grant.
-----
[Quoted below in case somebody's keyword searching for this error:]
Code: Select all
Error in posting
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ' 1051134067, 5, 0, 0, 0)' at line 1
INSERT INTO phpbb_topics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote) VALUES ('test', , 1051134067, 5, 0, 0, 0)
Line : 256
File : /usr/www/users/merlinm/lws/board/includes/functions_post.php
- grant
- wears the boots
- Posts: 1492
- Joined: Tue Apr 22, 2003 10:16 am
- Current Heading: West
- Location: peninsular america
- Contact:
If it helps, I still get the same error, with a slightly different message (the codes/lines are different):
Error in posting
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ' '', 1051194404, 'c6ace602', 0, 0, 0, 0)' at line 1
INSERT INTO phpbb_posts (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig) VALUES (17, 7, , '', 1051194404, 'c6ace602', 0, 0, 0, 0)
Line : 269
File : /usr/www/users/merlinm/lws/board/includes/functions_post.php
Error in posting
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ' '', 1051194404, 'c6ace602', 0, 0, 0, 0)' at line 1
INSERT INTO phpbb_posts (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig) VALUES (17, 7, , '', 1051194404, 'c6ace602', 0, 0, 0, 0)
Line : 269
File : /usr/www/users/merlinm/lws/board/includes/functions_post.php
-
- Posts: 776
- Joined: Thu Apr 24, 2003 7:38 am
- Current Heading: Ascending
- Location: Somewhere on the map from "Time Bandits"
- Contact:
Are you haing problems posting?
yes....
I am
I am
- Merlin
- Kaiser of Nerds
- Posts: 461
- Joined: Mon Jan 06, 2003 9:52 pm
- Location: San Francisco, Calif.
- Contact:
Good news: Things are (apparently) fixed
So I think I tracked down the problem, and we should now have no problem withi "Guest" postings.
For future reference:
Rawk.
For future reference:
- if you post without logging in AND don't provide any username, it shows up as "Guest."
- if you post without logging in AND provide an unused/unreserved username, it shows up as the name you chose.
- if you post without logging in AND provide a USED username, you get a warning and the opportunity to fix it
Rawk.