What duh heck does this mean?

Locked
Peenyuh
Posts: 3783
Joined: Thu Jan 03, 2008 3:46 am

What duh heck does this mean?

Post 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.
[color=#00FF00][b]"How do you keep the natives off the booze long enough to pass the test?" Asked of a Scottish driving instructor in 1995.[/b][/color]
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: What duh heck does this mean?

Post 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?
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: What duh heck does this mean?

Post by ^misantropia^ »

Running Drupal with the XML sitemap plugin, apparently.
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Re: What duh heck does this mean?

Post by MKJ »

if you slur your code like you do your speech, im not surprised
Therac-25
Posts: 613
Joined: Sat Dec 04, 1999 8:00 am

Re: What duh heck does this mean?

Post 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....
Peenyuh
Posts: 3783
Joined: Thu Jan 03, 2008 3:46 am

Re: What duh heck does this mean?

Post 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. :up: Thank you.
[color=#00FF00][b]"How do you keep the natives off the booze long enough to pass the test?" Asked of a Scottish driving instructor in 1995.[/b][/color]
Fender
Posts: 5876
Joined: Sun Jan 14, 2001 8:00 am

Re: What duh heck does this mean?

Post by Fender »

Looks vulnerable to SQL injection.
Locked