Page 1 of 1
What duh heck does this mean?
Posted: Fri Dec 12, 2008 12:24 am
by Peenyuh
user warning: 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 '*) FROM xmlsitemap_user WHERE uid = 149' at line 1 query: SELECT (*) FROM xmlsitemap_user WHERE uid = 149 in /var/www/htdocs/drupal-6.6/sites/default/modules/xmlsitemap/xmlsitemap_user/xmlsitemap_user.module on line 125.
Re: What duh heck does this mean?
Posted: Fri Dec 12, 2008 4:22 am
by obsidian
Might help if you explained what you were doing to get this error. You running or trying to access a database or something?
Re: What duh heck does this mean?
Posted: Fri Dec 12, 2008 6:29 am
by ^misantropia^
Running Drupal with the XML sitemap plugin, apparently.
Re: What duh heck does this mean?
Posted: Sat Dec 13, 2008 11:49 am
by MKJ
if you slur your code like you do your speech, im not surprised
Re: What duh heck does this mean?
Posted: Sun Dec 14, 2008 3:48 pm
by Therac-25
Well, the SQL is badly formed. I don't know what you did to generate that, but it should read SELECT * FROM, not SELECT (*) FROM. That's the sytnax error, for what it's worth....
Re: What duh heck does this mean?
Posted: Sun Dec 14, 2008 6:42 pm
by Peenyuh
I was on that Quake2World site, and that was at the top of the page I was on. Ithink it was on a page after I posted. I guess it's not my problem then.

I, obviously, don't know syntax... so I didn't write it.

Thank you.
Re: What duh heck does this mean?
Posted: Tue Dec 16, 2008 2:38 am
by Fender
Looks vulnerable to SQL injection.