[2013-12-15 02:07:49] log.INFO: Cauth - login attempt success. [] [] [2013-12-15 02:07:55] 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-15 02:42: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-15 02:43:07] log.ERROR: exception 'ReflectionException' with message 'Class Controllers\Admin\FeedbacksController does not exist' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Container\Container.php:308 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Container\Container.php(308): ReflectionClass->__construct('Controllers\Adm...') #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Container\Container.php(250): Illuminate\Container\Container->build('Controllers\Adm...', Array) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(478): Illuminate\Container\Container->make('Controllers\Adm...', Array) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(983): Illuminate\Foundation\Application->make('Controllers\Adm...') #4 [internal function]: Illuminate\Routing\{closure}() #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #6 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #7 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #8 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #9 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #10 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #11 {main} [] [] [2013-12-15 02:43:30] log.ERROR: exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created_at' in 'order clause'' 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 * from `...') #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(521): Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'select * from `...', Array) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(277): Illuminate\Database\Connection->run('select * from `...', Array, Object(Closure)) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(1028): Illuminate\Database\Connection->select('select * from `...', Array) #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(1018): Illuminate\Database\Query\Builder->runSelect() #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(1005): Illuminate\Database\Query\Builder->getFresh(Array) #6 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Builder.php(441): Illuminate\Database\Query\Builder->get(Array) #7 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Builder.php(132): Illuminate\Database\Eloquent\Builder->getModels(Array) #8 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Builder.php(266): Illuminate\Database\Eloquent\Builder->get(Array) #9 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Builder.php(228): Illuminate\Database\Eloquent\Builder->ungroupedPaginate(Object(Illuminate\Pagination\Environment), 10, Array) #10 Z:\home\local\cr\app\controllers\admin\FeedbacksController.php(14): Illuminate\Database\Eloquent\Builder->paginate(10) #11 [internal function]: Controllers\Admin\FeedbacksController->index() #12 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #13 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('index', Array) #14 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), 'index', Array) #15 [internal function]: Illuminate\Routing\{closure}() #16 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #17 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #18 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #19 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #20 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #21 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #22 {main} Next exception 'Exception' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created_at' in 'order clause' (SQL: select * from `interests` order by `created_at` desc limit 10 offset 0) (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 * from `...', Array) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Connection.php(277): Illuminate\Database\Connection->run('select * from `...', Array, Object(Closure)) #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(1028): Illuminate\Database\Connection->select('select * from `...', Array) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(1018): Illuminate\Database\Query\Builder->runSelect() #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(1005): Illuminate\Database\Query\Builder->getFresh(Array) #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Builder.php(441): Illuminate\Database\Query\Builder->get(Array) #6 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Builder.php(132): Illuminate\Database\Eloquent\Builder->getModels(Array) #7 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Builder.php(266): Illuminate\Database\Eloquent\Builder->get(Array) #8 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Builder.php(228): Illuminate\Database\Eloquent\Builder->ungroupedPaginate(Object(Illuminate\Pagination\Environment), 10, Array) #9 Z:\home\local\cr\app\controllers\admin\FeedbacksController.php(14): Illuminate\Database\Eloquent\Builder->paginate(10) #10 [internal function]: Controllers\Admin\FeedbacksController->index() #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('index', 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), 'index', 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} [] [] [2013-12-15 02:43:55] log.ERROR: exception 'InvalidArgumentException' with message 'View [admin.feedbacks.index] not found.' in Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\View\FileViewFinder.php:135 Stack trace: #0 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\View\FileViewFinder.php(76): Illuminate\View\FileViewFinder->findInPaths('admin.feedbacks...', Array) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\View\Environment.php(115): Illuminate\View\FileViewFinder->find('admin.feedbacks...') #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(209): Illuminate\View\Environment->make('admin.feedbacks...', Array) #3 Z:\home\local\cr\app\controllers\admin\FeedbacksController.php(16): Illuminate\Support\Facades\Facade::__callStatic('make', Array) #4 Z:\home\local\cr\app\controllers\admin\FeedbacksController.php(16): Illuminate\Support\Facades\View::make('admin.feedbacks...', Array) #5 [internal function]: Controllers\Admin\FeedbacksController->index() #6 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(138): call_user_func_array(Array, Array) #7 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(115): Illuminate\Routing\Controllers\Controller->callMethod('index', Array) #8 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), 'index', Array) #9 [internal function]: Illuminate\Routing\{closure}() #10 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(80): call_user_func_array(Object(Closure), Array) #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Route.php(47): Illuminate\Routing\Route->callCallable() #12 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1016): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) #13 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(574): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #14 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(550): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) #15 Z:\home\local\cr\public\index.php(49): Illuminate\Foundation\Application->run() #16 {main} [] [] [2013-12-15 02:55:09] log.ERROR: exception 'ErrorException' with message 'Undefined variable: event' in Z:\home\local\cr\app\storage\views\8081091df81c4d2ee2320b97e28a5615:52 Stack trace: #0 Z:\home\local\cr\app\storage\views\8081091df81c4d2ee2320b97e28a5615(52): Illuminate\Exception\Handler->handleError(8, 'Undefined varia...', 'Z:\home\local\c...', 52, Array) #1 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\View\Engines\PhpEngine.php(38): include('Z:\home\local\c...') #2 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\View\Engines\CompilerEngine.php(45): Illuminate\View\Engines\PhpEngine->evaluatePath('Z:\home\local\c...', Array) #3 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\View\View.php(100): Illuminate\View\Engines\CompilerEngine->get('Z:\home\local\c...', Array) #4 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\View\View.php(81): Illuminate\View\View->getContents() #5 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\View\View.php(116): Illuminate\View\View->render() #6 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\View\View.php(100): Illuminate\View\View->gatherData() #7 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\View\View.php(81): Illuminate\View\View->getContents() #8 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Http\Response.php(70): Illuminate\View\View->render() #9 Z:\home\local\cr\vendor\symfony\http-foundation\Symfony\Component\HttpFoundation\Response.php(141): Illuminate\Http\Response->setContent(Object(Illuminate\View\View)) #10 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Router.php(1414): Symfony\Component\HttpFoundation\Response->__construct(Object(Illuminate\View\View)) #11 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(156): Illuminate\Routing\Router->prepare(Object(Illuminate\View\View), Object(Illuminate\Http\Request)) #12 Z:\home\local\cr\vendor\laravel\framework\src\Illuminate\Routing\Controllers\Controller.php(126): Illuminate\Routing\Controllers\Controller->processResponse(Object(Illuminate\Routing\Router), 'edit', Object(Illuminate\View\View)) #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), 'edit', Array) #14 [internal function]: Illuminate\Routing\{closure}('6') #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} [] []