Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. ANALYZING 2095
  2. Error 500
  3. CDbCommand failed to execute the SQL statement: SQLSTATE[42S02]: Base table or view not found: 1051 Unknown table 'tweet'
  4. Application Log
  5. Timestamp Level Category Message
  6. 21:33:35.742224 error system.db.CDbCommand
  7.  
  8. Error in querying SQL: SELECT DISTINCT tweet . * FROM `tweet` `t` LEFT JOIN
  9. stats ON id_str = stats.tweetId WHERE stats.tweetId IS NULL LIMIT 256
  10.  
  11. 21:33:35.745135 error exception.CDbException
  12.  
  13. exception 'CDbException' with message 'CDbCommand failed to execute the SQL
  14. statement: SQLSTATE[42S02]: Base table or view not found: 1051 Unknown
  15. table 'tweet'' in C:\PHP\xampp\htdocs\yii\framework\db\CDbCommand.php:377
  16. Stack trace:
  17. #0 C:\PHP\xampp\htdocs\yii\framework\db\CDbCommand.php(266):
  18. CDbCommand->queryInternal('fetchAll', 2, Array)
  19. #1 C:\PHP\xampp\htdocs\yii\framework\db\ar\CActiveRecord.php(1196):
  20. CDbCommand->queryAll()
  21. #2 C:\PHP\xampp\htdocs\yii\framework\db\ar\CActiveRecord.php(1279):
  22. CActiveRecord->query(Object(CDbCriteria), true)
  23. #3 C:\PHP\xampp\htdocs\twitter\protected\models\Statistics.php(113):
  24. CActiveRecord->findAll()
  25. #4
  26. C:\PHP\xampp\htdocs\twitter\protected\controllers\TweetController.php(44):
  27. Statistics->analyze(Object(Tweet))
  28. #5 C:\PHP\xampp\htdocs\yii\framework\web\actions\CInlineAction.php(32):
  29. TweetController->actionAnalyze()
  30. #6 C:\PHP\xampp\htdocs\yii\framework\web\CController.php(300):
  31. CInlineAction->run()
  32. #7 C:\PHP\xampp\htdocs\yii\framework\web\filters\CFilterChain.php(129):
  33. CController->runAction(Object(CInlineAction))
  34. #8 C:\PHP\xampp\htdocs\yii\framework\web\filters\CFilter.php(41):
  35. CFilterChain->run()
  36. #9 C:\PHP\xampp\htdocs\yii\framework\web\CController.php(1049):
  37. CFilter->filter(Object(CFilterChain))
  38. #10 C:\PHP\xampp\htdocs\yii\framework\web\filters\CInlineFilter.php(59):
  39. CController->filterAccessControl(Object(CFilterChain))
  40. #11 C:\PHP\xampp\htdocs\yii\framework\web\filters\CFilterChain.php(126):
  41. CInlineFilter->filter(Object(CFilterChain))
  42. #12 C:\PHP\xampp\htdocs\yii\framework\web\CController.php(283):
  43. CFilterChain->run()
  44. #13 C:\PHP\xampp\htdocs\yii\framework\web\CController.php(257):
  45. CController->runActionWithFilters(Object(CInlineAction), Array)
  46. #14 C:\PHP\xampp\htdocs\yii\framework\web\CWebApplication.php(324):
  47. CController->run('analyze')
  48. #15 C:\PHP\xampp\htdocs\yii\framework\web\CWebApplication.php(121):
  49. CWebApplication->runController('tweet/analyze')
  50. #16 C:\PHP\xampp\htdocs\yii\framework\base\CApplication.php(135):
  51. CWebApplication->processRequest()
  52. #17 C:\PHP\xampp\htdocs\twitter\index.php(15): CApplication->run()
  53. #18 {main} REQUEST_URI=/twitter/tweet/analyze
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement