Skip to content

Instantly share code, notes, and snippets.

@MarcoPolo
Created February 24, 2012 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarcoPolo/1902901 to your computer and use it in GitHub Desktop.
Save MarcoPolo/1902901 to your computer and use it in GitHub Desktop.
Fatal error: Uncaught exception 'DB_Exception' with message 'Error performing MySQL query. Error message: "Table 'beluga.SongTimeSeries_Day_Streams_SongIDMod10Equals5' doesn't exist," error number: 1146, query: "SELECT value, TSDate date
FROM SongTimeSeries_Day_Streams_SongIDMod10Equals5
WHERE SongID = 32112155
AND TSDate BETWEEN '2011-07-01' AND '2011-12-16'."' in /opt/lib/weblib/DB.php:300
Stack trace:
#0 /opt/lib/weblib/DB.php(496): DB->query('SELECT value, T...')
#1 /home/marco/code/beluga/lib/TimeseriesHelper.php(100): DB->getAllAssoc('SELECT value, T...')
#2 /home/marco/code/beluga/lib/Song/ActivityReport.php(23): TimeseriesHelper::getDailyTimeSeries('SongTimeSeries_...', 'SongID', 32112155, '2011-07-01', '2011-12-16')
#3 [internal function]: Song_ActivityReport::getDailyStreams(32112155, '2011-07-01', '2011-12-16')
#4 /home/marco/code/beluga/lib/RPCizzle.php(43): call_user_func_array('Song_ActivityRe...', Array)
#5 /home/marco/code/beluga/pub/api/song/acti in /opt/lib/weblib/DB.php on line 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment