You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to delete locations on a 1.5.3 pmd site, but when I try, I get error
Fatal Error: Database (1064) SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND' at line 1 in file /home/find.../public_html/includes/class_database.php on line 202 (SQL: SELECT COUNT(*) FROM pmd153_listings l INNER JOIN pmd153_locations lc ON l.location_id=lc.id WHERE lc.left_ BETWEEN AND ) in /home/find.../public_html/includes/class_database.php on line 207
I tried uploading the opensource class_database.php file, but that didn't help.
Any suggestions or ideas how to edit that php file to work?
thanks!
The text was updated successfully, but these errors were encountered:
I have the same problem but with a different error code Fatal error: Call to undefined method Locations::getFullCount() in /home/sirsam/public_html/cp/admin_locations.php on line 26
I'm trying to delete locations on a 1.5.3 pmd site, but when I try, I get error
Fatal Error: Database (1064) SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND' at line 1 in file /home/find.../public_html/includes/class_database.php on line 202 (SQL: SELECT COUNT(*) FROM pmd153_listings l INNER JOIN pmd153_locations lc ON l.location_id=lc.id WHERE lc.left_ BETWEEN AND ) in /home/find.../public_html/includes/class_database.php on line 207
I tried uploading the opensource class_database.php file, but that didn't help.
Any suggestions or ideas how to edit that php file to work?
thanks!
The text was updated successfully, but these errors were encountered: