
04-21-2009, 06:51 PM
|
|
|
Join Date: Dec 2002
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Koolvin
I get this error,
PHP Code:
Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT album.*,
picture.pictureid, picture.extension, picture.idhash,
picture.thumbnail_dateline, picture.thumbnail_width, picture.thumbnail_height,
user.*
FROM album AS album
LEFT JOIN picture AS picture ON (album.coverpictureid = picture.pictureid AND picture.thumbnail_filesize > 0)
LEFT JOIN user AS user ON (album.userid = user.userid)
WHERE album.state IN ('public', 'private', 'profile')
ORDER BY
LIMIT 0, 10;
MySQL Error : 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 'LIMIT 0, 10' at line 10
Error Number : 1064
Request Date : Saturday, April 18th 2009 @ 08:37:00 PM
Error Date : Saturday, April 18th 2009 @ 08:37:00 PM
Script : /forums/all_albums.php
Referrer :
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.0.67-community
|
I thought this add-on was supported?
|