Skip to content

Instantly share code, notes, and snippets.

@Ttech
Created July 15, 2010 01:01
Show Gist options
  • Save Ttech/476351 to your computer and use it in GitHub Desktop.
Save Ttech/476351 to your computer and use it in GitHub Desktop.
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