[2013-12-11 00:05:03] log.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to undefined function abort()' in Z:\home\local\cr\app\controllers\EventsController.php:14 Stack trace: #0 [internal function]: Illuminate\Exception\Handler->handleShutdown() #1 {main} [] [] [2013-12-11 00:06:04] log.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to undefined function abort()' in Z:\home\local\cr\app\controllers\EventsController.php:14 Stack trace: #0 [internal function]: Illuminate\Exception\Handler->handleShutdown() #1 {main} [] [] [2013-12-11 00:06:13] log.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to undefined function abort()' in Z:\home\local\cr\app\controllers\EventsController.php:14 Stack trace: #0 [internal function]: Illuminate\Exception\Handler->handleShutdown() #1 {main} [] [] [2013-12-11 00:07:02] log.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to undefined function abort()' in Z:\home\local\cr\app\controllers\EventsController.php:14 Stack trace: #0 [internal function]: Illuminate\Exception\Handler->handleShutdown() #1 {main} [] [] [2013-12-11 00:07:42] log.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to undefined function abort()' in Z:\home\local\cr\app\controllers\EventsController.php:14 Stack trace: #0 [internal function]: Illuminate\Exception\Handler->handleShutdown() #1 {main} [] [] [2013-12-11 00:16:02] log.ERROR: exception 'PDOException' with message '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 'GROUP BY events.event_id ORDER BY distance, start_time LIMIT 0, 5' at line 11' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php:272 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(272): PDO->prepare('SELECT places.p...') #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(521): Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'SELECT places.p...', Array) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(277): Illuminate\Database\Connection->run('SELECT places.p...', Array, Object(Closure)) #3 [internal function]: Illuminate\Database\Connection->select('SELECT places.p...') #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php(242): call_user_func_array(Array, Array) #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->__call('select', Array) #6 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->select('SELECT places.p...') #7 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\Facade::__callStatic('select', Array) #8 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\DB::select('SELECT places.p...') #9 Z:\home\local\cr\app\controllers\api\NeighborhoodsController.php(48): EventModel::getNearbyEvents(Array, 3) #10 [internal function]: Controllers\Api\NeighborhoodsController->postListings() #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #12 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('postListings', Array) #13 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(985): Illuminate\Routing\Controllers\Controller->callAction(Object(Illuminate\Foundation\Application), Object(Illuminate\Routing\Router), 'postListings', Array) #14 [internal function]: Illuminate\Routing\{closure}() #15 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #16 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #17 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #18 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #19 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #20 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #21 {main} Next exception 'Exception' with message '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 'GROUP BY events.event_id ORDER BY distance, start_time LIMIT 0, 5' at line 11 (SQL: SELECT places.place_id,places.name,places.address,places.city, places.state, places.zipcode, places.phone, places.lat, places.lng, events.event_id,events.title, events.start_time, events.cover_image, events.price, ( 3959 * acos( cos( radians(40.714537656) ) * cos( radians( places.lat ) ) * cos( radians( places.lng ) - radians(-74.00345049999999) ) + sin( radians(40.714537656) ) * sin( radians( places.lat ) ) ) ) AS distance FROM events INNER JOIN places ON places.place_id=events.place_id LEFT JOIN events_to_categories ON events_to_categories.event_id=events.event_id INNER JOIN events_categories ON events_categories.category_id=events_to_categories.category_id WHERE events.is_active=1 AND events.place_id>0 AND DATE(start_time) BETWEEN '2013-12-11' AND '2013-12-18' GROUP BY event_id HAVING distance < 3 GROUP BY events.event_id ORDER BY distance, start_time LIMIT 0, 500) (Bindings: array ( ))' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php:556 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(529): Illuminate\Database\Connection->handleQueryException(Object(PDOException), 'SELECT places.p...', Array) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(277): Illuminate\Database\Connection->run('SELECT places.p...', Array, Object(Closure)) #2 [internal function]: Illuminate\Database\Connection->select('SELECT places.p...') #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php(242): call_user_func_array(Array, Array) #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->__call('select', Array) #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->select('SELECT places.p...') #6 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\Facade::__callStatic('select', Array) #7 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\DB::select('SELECT places.p...') #8 Z:\home\local\cr\app\controllers\api\NeighborhoodsController.php(48): EventModel::getNearbyEvents(Array, 3) #9 [internal function]: Controllers\Api\NeighborhoodsController->postListings() #10 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('postListings', Array) #12 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(985): Illuminate\Routing\Controllers\Controller->callAction(Object(Illuminate\Foundation\Application), Object(Illuminate\Routing\Router), 'postListings', Array) #13 [internal function]: Illuminate\Routing\{closure}() #14 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #15 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #16 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #17 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #18 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #19 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #20 {main} [] [] [2013-12-11 00:16:04] log.ERROR: exception 'PDOException' with message '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 'GROUP BY events.event_id ORDER BY distance, start_time LIMIT 0, 5' at line 11' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php:272 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(272): PDO->prepare('SELECT places.p...') #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(521): Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'SELECT places.p...', Array) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(277): Illuminate\Database\Connection->run('SELECT places.p...', Array, Object(Closure)) #3 [internal function]: Illuminate\Database\Connection->select('SELECT places.p...') #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php(242): call_user_func_array(Array, Array) #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->__call('select', Array) #6 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->select('SELECT places.p...') #7 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\Facade::__callStatic('select', Array) #8 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\DB::select('SELECT places.p...') #9 Z:\home\local\cr\app\controllers\api\NeighborhoodsController.php(48): EventModel::getNearbyEvents(Array, 3) #10 [internal function]: Controllers\Api\NeighborhoodsController->postListings() #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #12 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('postListings', Array) #13 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(985): Illuminate\Routing\Controllers\Controller->callAction(Object(Illuminate\Foundation\Application), Object(Illuminate\Routing\Router), 'postListings', Array) #14 [internal function]: Illuminate\Routing\{closure}() #15 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #16 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #17 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #18 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #19 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #20 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #21 {main} Next exception 'Exception' with message '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 'GROUP BY events.event_id ORDER BY distance, start_time LIMIT 0, 5' at line 11 (SQL: SELECT places.place_id,places.name,places.address,places.city, places.state, places.zipcode, places.phone, places.lat, places.lng, events.event_id,events.title, events.start_time, events.cover_image, events.price, ( 3959 * acos( cos( radians(40.714537656) ) * cos( radians( places.lat ) ) * cos( radians( places.lng ) - radians(-74.00345049999999) ) + sin( radians(40.714537656) ) * sin( radians( places.lat ) ) ) ) AS distance FROM events INNER JOIN places ON places.place_id=events.place_id LEFT JOIN events_to_categories ON events_to_categories.event_id=events.event_id INNER JOIN events_categories ON events_categories.category_id=events_to_categories.category_id WHERE events.is_active=1 AND events.place_id>0 AND DATE(start_time) = '2013-12-11' GROUP BY event_id HAVING distance < 3 GROUP BY events.event_id ORDER BY distance, start_time LIMIT 0, 500) (Bindings: array ( ))' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php:556 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(529): Illuminate\Database\Connection->handleQueryException(Object(PDOException), 'SELECT places.p...', Array) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(277): Illuminate\Database\Connection->run('SELECT places.p...', Array, Object(Closure)) #2 [internal function]: Illuminate\Database\Connection->select('SELECT places.p...') #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php(242): call_user_func_array(Array, Array) #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->__call('select', Array) #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->select('SELECT places.p...') #6 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\Facade::__callStatic('select', Array) #7 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\DB::select('SELECT places.p...') #8 Z:\home\local\cr\app\controllers\api\NeighborhoodsController.php(48): EventModel::getNearbyEvents(Array, 3) #9 [internal function]: Controllers\Api\NeighborhoodsController->postListings() #10 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('postListings', Array) #12 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(985): Illuminate\Routing\Controllers\Controller->callAction(Object(Illuminate\Foundation\Application), Object(Illuminate\Routing\Router), 'postListings', Array) #13 [internal function]: Illuminate\Routing\{closure}() #14 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #15 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #16 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #17 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #18 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #19 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #20 {main} [] [] [2013-12-11 00:16:06] log.ERROR: exception 'PDOException' with message '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 'GROUP BY events.event_id ORDER BY distance, start_time LIMIT 0, 5' at line 11' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php:272 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(272): PDO->prepare('SELECT places.p...') #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(521): Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'SELECT places.p...', Array) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(277): Illuminate\Database\Connection->run('SELECT places.p...', Array, Object(Closure)) #3 [internal function]: Illuminate\Database\Connection->select('SELECT places.p...') #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php(242): call_user_func_array(Array, Array) #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->__call('select', Array) #6 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->select('SELECT places.p...') #7 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\Facade::__callStatic('select', Array) #8 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\DB::select('SELECT places.p...') #9 Z:\home\local\cr\app\controllers\api\NeighborhoodsController.php(48): EventModel::getNearbyEvents(Array, 3) #10 [internal function]: Controllers\Api\NeighborhoodsController->postListings() #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #12 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('postListings', Array) #13 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(985): Illuminate\Routing\Controllers\Controller->callAction(Object(Illuminate\Foundation\Application), Object(Illuminate\Routing\Router), 'postListings', Array) #14 [internal function]: Illuminate\Routing\{closure}() #15 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #16 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #17 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #18 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #19 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #20 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #21 {main} Next exception 'Exception' with message '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 'GROUP BY events.event_id ORDER BY distance, start_time LIMIT 0, 5' at line 11 (SQL: SELECT places.place_id,places.name,places.address,places.city, places.state, places.zipcode, places.phone, places.lat, places.lng, events.event_id,events.title, events.start_time, events.cover_image, events.price, ( 3959 * acos( cos( radians(40.714537656) ) * cos( radians( places.lat ) ) * cos( radians( places.lng ) - radians(-74.00345049999999) ) + sin( radians(40.714537656) ) * sin( radians( places.lat ) ) ) ) AS distance FROM events INNER JOIN places ON places.place_id=events.place_id LEFT JOIN events_to_categories ON events_to_categories.event_id=events.event_id INNER JOIN events_categories ON events_categories.category_id=events_to_categories.category_id WHERE events.is_active=1 AND events.place_id>0 AND DATE(start_time) BETWEEN '2013-12-11' AND '2014-01-10' GROUP BY event_id HAVING distance < 3 GROUP BY events.event_id ORDER BY distance, start_time LIMIT 0, 500) (Bindings: array ( ))' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php:556 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(529): Illuminate\Database\Connection->handleQueryException(Object(PDOException), 'SELECT places.p...', Array) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(277): Illuminate\Database\Connection->run('SELECT places.p...', Array, Object(Closure)) #2 [internal function]: Illuminate\Database\Connection->select('SELECT places.p...') #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php(242): call_user_func_array(Array, Array) #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->__call('select', Array) #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->select('SELECT places.p...') #6 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\Facade::__callStatic('select', Array) #7 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\DB::select('SELECT places.p...') #8 Z:\home\local\cr\app\controllers\api\NeighborhoodsController.php(48): EventModel::getNearbyEvents(Array, 3) #9 [internal function]: Controllers\Api\NeighborhoodsController->postListings() #10 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('postListings', Array) #12 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(985): Illuminate\Routing\Controllers\Controller->callAction(Object(Illuminate\Foundation\Application), Object(Illuminate\Routing\Router), 'postListings', Array) #13 [internal function]: Illuminate\Routing\{closure}() #14 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #15 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #16 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #17 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #18 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #19 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #20 {main} [] [] [2013-12-11 00:16:08] log.ERROR: exception 'PDOException' with message '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 'GROUP BY events.event_id ORDER BY distance, start_time LIMIT 0, 5' at line 11' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php:272 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(272): PDO->prepare('SELECT places.p...') #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(521): Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'SELECT places.p...', Array) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(277): Illuminate\Database\Connection->run('SELECT places.p...', Array, Object(Closure)) #3 [internal function]: Illuminate\Database\Connection->select('SELECT places.p...') #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php(242): call_user_func_array(Array, Array) #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->__call('select', Array) #6 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->select('SELECT places.p...') #7 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\Facade::__callStatic('select', Array) #8 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\DB::select('SELECT places.p...') #9 Z:\home\local\cr\app\controllers\api\NeighborhoodsController.php(48): EventModel::getNearbyEvents(Array, 3) #10 [internal function]: Controllers\Api\NeighborhoodsController->postListings() #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #12 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('postListings', Array) #13 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(985): Illuminate\Routing\Controllers\Controller->callAction(Object(Illuminate\Foundation\Application), Object(Illuminate\Routing\Router), 'postListings', Array) #14 [internal function]: Illuminate\Routing\{closure}() #15 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #16 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #17 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #18 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #19 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #20 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #21 {main} Next exception 'Exception' with message '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 'GROUP BY events.event_id ORDER BY distance, start_time LIMIT 0, 5' at line 11 (SQL: SELECT places.place_id,places.name,places.address,places.city, places.state, places.zipcode, places.phone, places.lat, places.lng, events.event_id,events.title, events.start_time, events.cover_image, events.price, ( 3959 * acos( cos( radians(40.714537656) ) * cos( radians( places.lat ) ) * cos( radians( places.lng ) - radians(-74.00345049999999) ) + sin( radians(40.714537656) ) * sin( radians( places.lat ) ) ) ) AS distance FROM events INNER JOIN places ON places.place_id=events.place_id LEFT JOIN events_to_categories ON events_to_categories.event_id=events.event_id INNER JOIN events_categories ON events_categories.category_id=events_to_categories.category_id WHERE events.is_active=1 AND events.place_id>0 AND DATE(start_time) BETWEEN '2013-12-11' AND '2014-01-10' AND events_categories.slug='comedy' GROUP BY event_id HAVING distance < 3 GROUP BY events.event_id ORDER BY distance, start_time LIMIT 0, 500) (Bindings: array ( ))' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php:556 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(529): Illuminate\Database\Connection->handleQueryException(Object(PDOException), 'SELECT places.p...', Array) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(277): Illuminate\Database\Connection->run('SELECT places.p...', Array, Object(Closure)) #2 [internal function]: Illuminate\Database\Connection->select('SELECT places.p...') #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php(242): call_user_func_array(Array, Array) #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->__call('select', Array) #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->select('SELECT places.p...') #6 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\Facade::__callStatic('select', Array) #7 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\DB::select('SELECT places.p...') #8 Z:\home\local\cr\app\controllers\api\NeighborhoodsController.php(48): EventModel::getNearbyEvents(Array, 3) #9 [internal function]: Controllers\Api\NeighborhoodsController->postListings() #10 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('postListings', Array) #12 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(985): Illuminate\Routing\Controllers\Controller->callAction(Object(Illuminate\Foundation\Application), Object(Illuminate\Routing\Router), 'postListings', Array) #13 [internal function]: Illuminate\Routing\{closure}() #14 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #15 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #16 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #17 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #18 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #19 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #20 {main} [] [] [2013-12-11 00:16:10] log.ERROR: exception 'PDOException' with message '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 'GROUP BY events.event_id ORDER BY distance, start_time LIMIT 0, 5' at line 11' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php:272 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(272): PDO->prepare('SELECT places.p...') #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(521): Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'SELECT places.p...', Array) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(277): Illuminate\Database\Connection->run('SELECT places.p...', Array, Object(Closure)) #3 [internal function]: Illuminate\Database\Connection->select('SELECT places.p...') #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php(242): call_user_func_array(Array, Array) #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->__call('select', Array) #6 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->select('SELECT places.p...') #7 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\Facade::__callStatic('select', Array) #8 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\DB::select('SELECT places.p...') #9 Z:\home\local\cr\app\controllers\api\NeighborhoodsController.php(48): EventModel::getNearbyEvents(Array, 3) #10 [internal function]: Controllers\Api\NeighborhoodsController->postListings() #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #12 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('postListings', Array) #13 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(985): Illuminate\Routing\Controllers\Controller->callAction(Object(Illuminate\Foundation\Application), Object(Illuminate\Routing\Router), 'postListings', Array) #14 [internal function]: Illuminate\Routing\{closure}() #15 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #16 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #17 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #18 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #19 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #20 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #21 {main} Next exception 'Exception' with message '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 'GROUP BY events.event_id ORDER BY distance, start_time LIMIT 0, 5' at line 11 (SQL: SELECT places.place_id,places.name,places.address,places.city, places.state, places.zipcode, places.phone, places.lat, places.lng, events.event_id,events.title, events.start_time, events.cover_image, events.price, ( 3959 * acos( cos( radians(40.714537656) ) * cos( radians( places.lat ) ) * cos( radians( places.lng ) - radians(-74.00345049999999) ) + sin( radians(40.714537656) ) * sin( radians( places.lat ) ) ) ) AS distance FROM events INNER JOIN places ON places.place_id=events.place_id LEFT JOIN events_to_categories ON events_to_categories.event_id=events.event_id INNER JOIN events_categories ON events_categories.category_id=events_to_categories.category_id WHERE events.is_active=1 AND events.place_id>0 AND DATE(start_time) BETWEEN '2013-12-11' AND '2014-01-10' AND events_categories.slug='art' GROUP BY event_id HAVING distance < 3 GROUP BY events.event_id ORDER BY distance, start_time LIMIT 0, 500) (Bindings: array ( ))' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php:556 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(529): Illuminate\Database\Connection->handleQueryException(Object(PDOException), 'SELECT places.p...', Array) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(277): Illuminate\Database\Connection->run('SELECT places.p...', Array, Object(Closure)) #2 [internal function]: Illuminate\Database\Connection->select('SELECT places.p...') #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php(242): call_user_func_array(Array, Array) #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->__call('select', Array) #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(206): Illuminate\Database\DatabaseManager->select('SELECT places.p...') #6 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\Facade::__callStatic('select', Array) #7 Z:\home\local\cr\app\models\EventModel.php(44): Illuminate\Support\Facades\DB::select('SELECT places.p...') #8 Z:\home\local\cr\app\controllers\api\NeighborhoodsController.php(48): EventModel::getNearbyEvents(Array, 3) #9 [internal function]: Controllers\Api\NeighborhoodsController->postListings() #10 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('postListings', Array) #12 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(985): Illuminate\Routing\Controllers\Controller->callAction(Object(Illuminate\Foundation\Application), Object(Illuminate\Routing\Router), 'postListings', Array) #13 [internal function]: Illuminate\Routing\{closure}() #14 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #15 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #16 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #17 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #18 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #19 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #20 {main} [] [] [2013-12-11 02:43:45] log.ERROR: exception 'ErrorException' with message 'Undefined variable: result' in Z:\home\local\cr\app\libraries\Cityraven\SphinxQL.php:27 Stack trace: #0 Z:\home\local\cr\app\libraries\Cityraven\SphinxQL.php(27): Illuminate\Exception\Handler->handleError(8, 'Undefined varia...', 'Z:\home\local\c...', 27, Array) #1 Z:\home\local\cr\app\controllers\api\ListingsController.php(28): Libraries\Cityraven\SphinxQL::query(Array, 10, 0, 10000) #2 [internal function]: Controllers\Api\ListingsController->search() #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('search', Array) #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(985): Illuminate\Routing\Controllers\Controller->callAction(Object(Illuminate\Foundation\Application), Object(Illuminate\Routing\Router), 'search', Array) #6 [internal function]: Illuminate\Routing\{closure}() #7 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #8 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #9 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #10 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #12 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #13 {main} [] [] [2013-12-11 02:50:58] log.ERROR: exception 'ErrorException' with message 'Undefined variable: max' in Z:\home\local\cr\app\models\EventModel.php:176 Stack trace: #0 Z:\home\local\cr\app\models\EventModel.php(176): Illuminate\Exception\Handler->handleError(8, 'Undefined varia...', 'Z:\home\local\c...', 176, Array) #1 Z:\home\local\cr\app\controllers\api\EventsController.php(18): EventModel::composeResult(Object(Illuminate\Database\Eloquent\Collection)) #2 [internal function]: Controllers\Api\EventsController->search() #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('search', Array) #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(985): Illuminate\Routing\Controllers\Controller->callAction(Object(Illuminate\Foundation\Application), Object(Illuminate\Routing\Router), 'search', Array) #6 [internal function]: Illuminate\Routing\{closure}() #7 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #8 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #9 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #10 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #12 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #13 {main} [] [] [2013-12-11 04:24:32] log.ERROR: exception 'ErrorException' with message 'Undefined property: Illuminate\Database\Eloquent\Collection::$total' in Z:\home\local\cr\app\models\EventModel.php:108 Stack trace: #0 Z:\home\local\cr\app\models\EventModel.php(108): Illuminate\Exception\Handler->handleError(8, 'Undefined prope...', 'Z:\home\local\c...', 108, Array) #1 Z:\home\local\cr\app\controllers\EventsController.php(45): EventModel::countSearch(Array) #2 [internal function]: EventsController->getIndex('chelsea') #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('getIndex', Array) #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(985): Illuminate\Routing\Controllers\Controller->callAction(Object(Illuminate\Foundation\Application), Object(Illuminate\Routing\Router), 'getIndex', Array) #6 [internal function]: Illuminate\Routing\{closure}('chelsea') #7 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #8 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #9 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #10 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #12 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #13 {main} [] [] [2013-12-11 04:26:10] log.ERROR: exception 'ErrorException' with message 'Undefined property: Illuminate\Database\Eloquent\Collection::$total' in Z:\home\local\cr\app\models\EventModel.php:110 Stack trace: #0 Z:\home\local\cr\app\models\EventModel.php(110): Illuminate\Exception\Handler->handleError(8, 'Undefined prope...', 'Z:\home\local\c...', 110, Array) #1 Z:\home\local\cr\app\controllers\EventsController.php(45): EventModel::countSearch(Array) #2 [internal function]: EventsController->getIndex('chelsea') #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('getIndex', Array) #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(985): Illuminate\Routing\Controllers\Controller->callAction(Object(Illuminate\Foundation\Application), Object(Illuminate\Routing\Router), 'getIndex', Array) #6 [internal function]: Illuminate\Routing\{closure}('chelsea') #7 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #8 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #9 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #10 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #12 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #13 {main} [] [] [2013-12-11 04:29:59] log.ERROR: exception 'ErrorException' with message 'Undefined property: Illuminate\Database\Eloquent\Collection::$total' in Z:\home\local\cr\app\models\EventModel.php:109 Stack trace: #0 Z:\home\local\cr\app\models\EventModel.php(109): Illuminate\Exception\Handler->handleError(8, 'Undefined prope...', 'Z:\home\local\c...', 109, Array) #1 Z:\home\local\cr\app\controllers\EventsController.php(45): EventModel::countSearch(Array) #2 [internal function]: EventsController->getIndex('chelsea') #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('getIndex', Array) #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(985): Illuminate\Routing\Controllers\Controller->callAction(Object(Illuminate\Foundation\Application), Object(Illuminate\Routing\Router), 'getIndex', Array) #6 [internal function]: Illuminate\Routing\{closure}('chelsea') #7 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #8 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #9 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #10 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #12 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #13 {main} [] [] [2013-12-11 04:34:20] log.ERROR: exception 'ErrorException' with message 'Undefined index: fields' in Z:\home\local\cr\app\controllers\api\EventsController.php:20 Stack trace: #0 Z:\home\local\cr\app\controllers\api\EventsController.php(20): Illuminate\Exception\Handler->handleError(8, 'Undefined index...', 'Z:\home\local\c...', 20, Array) #1 [internal function]: Controllers\Api\EventsController->search() #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('search', Array) #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(985): Illuminate\Routing\Controllers\Controller->callAction(Object(Illuminate\Foundation\Application), Object(Illuminate\Routing\Router), 'search', Array) #5 [internal function]: Illuminate\Routing\{closure}() #6 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #7 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #8 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #9 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #10 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #11 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #12 {main} [] [] [2013-12-11 18:21:39] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:40] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/346/Q8S47l8wJk8E.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/337/jpvy18WFOI2N.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/54/cd8ynCwYskDW.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/56/ywcXKcz28OW3.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/59/4O2EAqSusHm4.JPG doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/86/gpBVxnbqbzLr.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/89/pvAj9NqOR8RO.JPG doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/104/ArA06SuimEv6.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/106/qy9I1aX0G5dy.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/339/lIfAo8LZzpEc.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/124/uBB0hpPVsvig.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/132/tuwRBAUcN1dj.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/340/vSEF0c6jv5qS.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/151/w8VTCisdpUHt.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/347/2xQuWqsjCNmG.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/348/fWf0pS8kbffI.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/170/uKtoPz1IJdxM.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/175/H0o9sqa8j8YD.JPG doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/349/i4CdKJbUNEHD.JPG doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/202/wEQuyNdxg3Ck.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/211/5DtG2snhMM6m.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/338/Ws5NU71MEb25.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/351/3z1wVYW18SfS.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/260/cv87unsIDKuk.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/274/ufm5vjizfpal.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/341/RDhNz8YIgFt7.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/342/5Ml82M7wPYam.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/303/0A0SsbabQIfr.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/345/yzhwsE9XH8yt.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/309/JSMzagQsjfTf.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/310/vdsCdMzIIAV1.JPG doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/317/0rjc0gPs7eJc.JPG doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/352/AI4t6nuvhcRt.jpg doesn't exist] [] [] [2013-12-11 18:21:45] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/galleries/323/8KwWaqzy2saS.jpg doesn't exist] [] [] [2013-12-11 18:21:46] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:46] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:46] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:46] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:46] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:46] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:47] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:47] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:47] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:47] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:47] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:47] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:48] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:48] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:48] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:48] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:48] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:48] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:48] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:49] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:49] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:49] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:49] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:49] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:49] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:50] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:50] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:50] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:50] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:50] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:50] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:50] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:51] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 18:21:51] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 20:33:39] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 20:33:39] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 20:41:38] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5396/18435_51344.jpg doesn't exist] [] [] [2013-12-11 20:41:38] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5395/18441_51368.jpg doesn't exist] [] [] [2013-12-11 20:41:38] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5394/18442_51376.jpg doesn't exist] [] [] [2013-12-11 20:41:38] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5393/18446_51437.jpg doesn't exist] [] [] [2013-12-11 20:41:38] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5392/18447_51477.jpg doesn't exist] [] [] [2013-12-11 20:41:38] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5391/18448_51485.jpg doesn't exist] [] [] [2013-12-11 20:41:38] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5390/18450_51499.jpg doesn't exist] [] [] [2013-12-11 20:41:38] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5389/18451_51505.jpg doesn't exist] [] [] [2013-12-11 20:41:38] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5388/18452_51510.jpg doesn't exist] [] [] [2013-12-11 20:41:38] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5387/18453_51515.jpg doesn't exist] [] [] [2013-12-11 20:41:38] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5386/18454_51523.jpg doesn't exist] [] [] [2013-12-11 20:41:38] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5385/18455_51531.jpg doesn't exist] [] [] [2013-12-11 20:41:39] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 20:41:39] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 20:41:39] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 20:41:40] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 20:41:40] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 20:41:40] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 20:41:40] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 20:41:40] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 20:41:40] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 20:41:41] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 20:41:41] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 20:41:41] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 21:40:34] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5396/18435_51344.jpg doesn't exist] [] [] [2013-12-11 21:40:34] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5395/18441_51368.jpg doesn't exist] [] [] [2013-12-11 21:40:34] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5394/18442_51376.jpg doesn't exist] [] [] [2013-12-11 21:40:34] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5393/18446_51437.jpg doesn't exist] [] [] [2013-12-11 21:40:34] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5392/18447_51477.jpg doesn't exist] [] [] [2013-12-11 21:40:34] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5391/18448_51485.jpg doesn't exist] [] [] [2013-12-11 21:40:34] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5390/18450_51499.jpg doesn't exist] [] [] [2013-12-11 21:40:34] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5389/18451_51505.jpg doesn't exist] [] [] [2013-12-11 21:40:34] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5388/18452_51510.jpg doesn't exist] [] [] [2013-12-11 21:40:34] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5387/18453_51515.jpg doesn't exist] [] [] [2013-12-11 21:40:34] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5386/18454_51523.jpg doesn't exist] [] [] [2013-12-11 21:40:34] log.ERROR: [IMAGE SERVICE] Failed to resize image [File Z:\home\local\cr\public/uploads/listings/5385/18455_51531.jpg doesn't exist] [] [] [2013-12-11 21:40:34] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 21:40:34] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 21:40:35] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 21:40:35] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 21:40:35] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 21:40:35] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 21:40:35] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 21:40:35] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 21:40:35] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 21:40:36] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 21:40:36] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 21:40:36] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 22:00:00] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] [] [2013-12-11 22:00:01] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php:1429 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1050): Illuminate\Routing\Router->handleRoutingException(Object(Symfony\Component\Routing\Exception\ResourceNotFoundException)) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1014): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #4 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #5 {main} [] []