🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

New post problems

Started by
2 comments, last by Kylotan 22 years, 4 months ago
When I add a new post, it seems to throw up an error screen after posting it. More details in a second... [ MSVC Fixes | STL | SDL | Game AI | Sockets | C++ Faq Lite | Boost ]
Advertisement
Ok, so it was fine that time. But sometimes it throws up an ASP error... I think it sometimes lacks the topic_id when it attempts to show me my new post.

[ MSVC Fixes | STL | SDL | Game AI | Sockets | C++ Faq Lite | Boost ]
Ok, I got it again... here''s the error:
Microsoft OLE DB Provider for SQL Server error ''80040e14''Line 1: Incorrect syntax near ''=''./community/forums/topiclib.asp, line 206 

The URL for the page it appears on is http://www.gamedev.net/community/forums/topic.asp?topic_id=
so it looks like the topic_id wasn''t appended to the query string as it should have been. For reference, this was when I posted topic number 80048 in the Software Engineering forum.

[ MSVC Fixes | STL | SDL | Game AI | Sockets | C++ Faq Lite | Boost ]
Okay, should be fixed now. Thanks for noticing that one.

This topic is closed to new replies.

Advertisement