Quote:
Originally Posted by Manoel J?nior
After the update is coming in my email an error database:
Code:
Database error in vBulletin 4.2.0:
Invalid SQL:
SELECT sc_gallery.title
FROM sc_gallery AS sc_gallery
WHERE catid =;
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 '' at line 3
Error Number : 1064
Request Date : Saturday, June 16th 2012 @ 08:35:50 PM
Error Date : Saturday, June 16th 2012 @ 08:35:51 PM
Script : xxx/forum/album.php?u=2835&albumid=613
Referrer :
IP Address : 66.249.73.81
Username : N?o Registrado(s)
Classname : vB_Database_MySQLi
MySQL Version :
How to fix?
|
Are you sure that there is an album in your database with ID 613?
1. Try to open the following page (replace "xxx" with your site domain):
http://www.xxx/forum/album.php?u=2835&albumid=613
Do you receive database error or any other message?
2. Go to admincp > Maintenance > Execute SQL Query
... and run the query:
Code:
SELECT *
FROM album
WHERE albumid=613
... and tell me the returning results.
I believe that there isn't an album with id 613 to your database (the guest who view this database error was a google bot). I send you on PM a plugin change, so you'll never receive this db error again.