rawguru
02-13-2006, 12:15 AM
Database error in vBulletin 3.5.3:
Invalid SQL:
SELECT links.linkid
FROM links AS links
WHERE suspended = 0 AND links.catid = '1' AND valid = 1
ORDER BY sticky DESC, desc
LIMIT 0,0;
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 'desc
LIMIT 0,0' at line 5
Error Number : 1064
Warning: Division by zero in /includes/functions.php on line 1821
--------------------
Also, when I go to modify settings in the admin section it says.
Warning: Invalid argument supplied for foreach() in /admincp/vba_links_admin.php on line 177
----
Please help. Thanks in advance.
Invalid SQL:
SELECT links.linkid
FROM links AS links
WHERE suspended = 0 AND links.catid = '1' AND valid = 1
ORDER BY sticky DESC, desc
LIMIT 0,0;
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 'desc
LIMIT 0,0' at line 5
Error Number : 1064
Warning: Division by zero in /includes/functions.php on line 1821
--------------------
Also, when I go to modify settings in the admin section it says.
Warning: Invalid argument supplied for foreach() in /admincp/vba_links_admin.php on line 177
----
Please help. Thanks in advance.