Created
July 15, 2010 01:01
-
-
Save Ttech/476351 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1 near ":table": syntax error' in /uptime/data.class.php:66 | |
Stack trace: | |
#0 /uptime/data.class.php(66): PDO->prepare('SELECT * FROM :...') | |
#1 /uptime/data.class.php(78): DB->table_exists('users') | |
#2 {main} | |
thrown in //uptime/data.class.php on line 66 | |
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1 near ":table": syntax error' in /uptime/data.class.php:66 | |
Stack trace: | |
#0 //uptime/data.class.php(66): PDO->prepare('SELECT * FROM :...') | |
#1 /uptime/data.class.php(78): DB->table_exists('users') | |
#2 {main} | |
thrown in /uptime/data.class.php on line 66 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment