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.
What duh heck does this mean?
What duh heck does this mean?
[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]
Re: What duh heck does this mean?
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]
-
- Posts: 4022
- Joined: Sat Mar 12, 2005 6:24 pm
Re: What duh heck does this mean?
Running Drupal with the XML sitemap plugin, apparently.
Re: What duh heck does this mean?
if you slur your code like you do your speech, im not surprised
Re: What duh heck does this mean?
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?
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.


[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]
Re: What duh heck does this mean?
Looks vulnerable to SQL injection.