Database_Exception [ 1356 ]: View 'tladmin_rabbi_reingold.al_view_pathswithsort' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them [ SELECT `al_s`.`ShiurID`, `Title`, `Length`, truncate(if(`Length`<60,60,`Length`)/60,0) AS `FormattedLength`, `al_s`.`Description`, `al_s`.`DateModified`, `al_c`.`CategoryID` AS `CategoryID`, `al_c`.`Name` AS `Category`, `al_c`.`SEName` AS `CategorySE`, `al_s`.`Uploaded` FROM `al_Shiurim` AS `al_s` JOIN `al_ShiurCategory` AS `al_sc` ON (`al_s`.`ShiurID` = `al_sc`.`ShiurID`) JOIN `al_Categories` AS `al_c` ON (`al_sc`.`CategoryID` = `al_c`.`CategoryID`) JOIN `al_view_pathswithsort` AS `al_cp` ON (`al_cp`.`Categoryid` = `al_c`.`CategoryID`) WHERE `al_s`.`SpeakerID` = '5' AND `al_sc`.`CategoryID` LIKE '%' AND `al_s`.`Active` = 1 AND (`al_s`.`Series` IS NULL OR `al_s`.`Series` LIKE '%') GROUP BY `al_sc`.`ShiurID` ORDER BY `al_cp`.`GlobalSort`, `Title` ]

MODPATH/database/classes/Kohana/Database/MySQLi.php [ 155 ]

150 			{
151 				// This benchmark is worthless
152 				Profiler::delete($benchmark);
153 			}
154 
155 			throw new Database_Exception(':error [ :query ]', array(
156 				':error' => $this->_connection->error,
157 				':query' => $sql
158 			), $this->_connection->errno);
159 		}
160 
  1. MODPATH/database/classes/Kohana/Database/Query.php [ 251 ] » Kohana_Database_MySQLi->query(arguments)

  2. MODPATH/aldis/classes/Model/Speaker.php [ 219 ] » Kohana_Database_Query->execute()

  3. MODPATH/aldis/classes/View/Speaker.php [ 34 ] » Model_Speaker->shiurim()

  4. /srv/www/rabbireingold.com/vendor/mustache/mustache/src/Mustache/Context.php [ 138 ] » View_Speaker->has_shiurim()

  5. /srv/www/rabbireingold.com/vendor/mustache/mustache/src/Mustache/Context.php [ 78 ] » Mustache_Context->findVariableInStack(arguments)

  6. /cachedisk/rabbireingold.com/cache/mustache/__Mustache_ac681918a13c4c99d9878057d20cf524.php [ 33 ] » Mustache_Context->find(arguments)

  7. /srv/www/rabbireingold.com/vendor/mustache/mustache/src/Mustache/Template.php [ 67 ] » __Mustache_ac681918a13c4c99d9878057d20cf524->renderInternal(arguments)

  8. MODPATH/kostache/classes/Kohana/Kostache.php [ 48 ] » Mustache_Template->render(arguments)

  9. MODPATH/kostache/classes/Kohana/Kostache/Layout.php [ 39 ] » Kohana_Kostache->render(arguments)

  10. APPPATH/classes/View/Template.php [ 256 ] » Kohana_Kostache_Layout->render(arguments)

  11. MODPATH/aldis/classes/Controller/ALDIS/Speaker.php [ 34 ] » View_Template->render()

  12. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_ALDIS_Speaker->action_html()

  13. {PHP internal call} » Kohana_Controller->execute()

  14. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  15. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  16. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  17. DOCROOT/index.php [ 128 ] » Kohana_Request->execute()

Environment