MyBB Community Forums

Full Version: Error posting sql query (with or without code tags)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I migrate to MyBB 1.6 last weekend and... i got this problem today:

When I try to post a SQL query on a post like this:
ALTER TABLE accounts ADD rlname varchar(255);

or
ALTER TABLE `accounts` ADD `rlname` varchar(255);

I get a Server Internal Error... maybe its my server I really dont know, but i will post this ScreenShot:

[Image: 2ed5c1h.png]

Maybe the problem is my host?
MyBB doesn't have a table named "accounts" Huh
... the SQL query is NOT for MyBB
Check your server error logs for more info on the error, an Internal Server Error is extremely generic. It's very weird for your server to be giving an error like this though for posting something like this.
[Fri Sep 03 22:31:40 2010] [error] [client 201.164.230.152] File does not exist: /home/otfusion/public_html/500.shtml, referer: http://otfusion.org/showthread.php?tid=1772&pid=17462

that is all ._.
I'd ask your host about it, something on your server doesn't like something in that post.