**** QUERY **** SELECT *, UNIX_TIMESTAMP(insert_timestamp) as insert_unixtime, UNIX_TIMESTAMP(update_timestamp) as update_unixtime FROM packages s, packages_idioma si WHERE s.id=si.ownid AND si.idioma='en' AND s.activa = 'y' and (escuela IN()) ORDER by orden LIMIT 3
*** 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 ')) ORDER by orden LIMIT 3' at line 1
#0 general->obtener(Array (), -1, en, 3, , escuela IN(), ) called at [/home/var/www/new.planetcourse/admin/classes/packages.class.php:248]
#1 packages->obtener(Array (), -1, en, 3, , escuela IN()) called at [/home/var/www/new.planetcourse/landing-language.php:107]
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/var/www/new.planetcourse/admin/classes/general.class.php on line 1159
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/var/www/new.planetcourse/admin/classes/general.class.php on line 1193