Advertisement
janoulle

Unsleepable by Adam Wilcox

Apr 14th, 2011
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.20 KB | None | 0 0
  1. Warning: PDOStatement::execute() [pdostatement.execute]: SQLSTATE[42000]: Syntax error or access violation: 1064 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 tag_text ASC' at line 1 in system/classes/databaseconnection.php line 271
  2.  
  3. system/classes/databaseconnection.php line 271:
  4.   PDOStatement->execute(1 arg… )
  5. system/classes/databaseconnection.php line 459:
  6.   DatabaseConnection->query(1 args… )
  7. system/classes/db.php line 248:
  8.   DatabaseConnection->get_results(1 args… )
  9. user/themes/unsleepable/theme.php line 34:
  10.   DB::get_results(1 arg… )
  11. system/classes/theme.php line 520:
  12.   new1->add_template_vars( )
  13. system/classes/theme.php line 138:
  14.   Theme->display(1 arg… )
  15. system/classes/theme.php line 313:
  16.   Theme->display_fallback(1 arg… )
  17. system/classes/theme.php line 334:
  18.   Theme->act_display(1 arg… )
  19. system/classes/userthemehandler.php line 45:
  20.   Theme->act_display_home( )
  21. system/classes/controller.php line 186:
  22.   UserThemeHandler->act(1 arg… )
  23. system/index.php line 196:
  24.   Controller::dispatch_request( )
  25. index.php line 21:
  26.   require(1 arg… )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement