Unhandled Exception

Message:

SQLSTATE[HY000]: General error: 1615 Prepared statement needs to be re-prepared

SQL: SELECT * FROM `categories` WHERE `id` = ? LIMIT 1

Bindings: array (
  0 => 1,
)

Location:

/home/slapandt/public_html/cedric-conti.com/laravel/database/connection.php on line 263

Stack Trace:

#0 /home/slapandt/public_html/cedric-conti.com/laravel/database/connection.php(183): Laravel\Database\Connection->execute('SELECT * FROM `...', Array)
#1 /home/slapandt/public_html/cedric-conti.com/laravel/database/query.php(648): Laravel\Database\Connection->query('SELECT * FROM `...', Array)
#2 /home/slapandt/public_html/cedric-conti.com/laravel/database/eloquent/query.php(61): Laravel\Database\Query->get(Array)
#3 /home/slapandt/public_html/cedric-conti.com/laravel/database/eloquent/model.php(235): Laravel\Database\Eloquent\Query->first(Array)
#4 [internal function]: Laravel\Database\Eloquent\Model->_find(1)
#5 /home/slapandt/public_html/cedric-conti.com/laravel/database/eloquent/model.php(754): call_user_func_array(Array, Array)
#6 [internal function]: Laravel\Database\Eloquent\Model->__call('find', Array)
#7 [internal function]: Category->find(1)
#8 /home/slapandt/public_html/cedric-conti.com/laravel/database/eloquent/model.php(789): call_user_func_array(Array, Array)
#9 /home/slapandt/public_html/cedric-conti.com/application/controllers/home.php(44): Laravel\Database\Eloquent\Model::__callStatic('find', Array)
#10 /home/slapandt/public_html/cedric-conti.com/application/controllers/home.php(44): Category::find(1)
#11 [internal function]: Home_Controller->action_index()
#12 /home/slapandt/public_html/cedric-conti.com/laravel/routing/controller.php(323): call_user_func_array(Array, Array)
#13 /home/slapandt/public_html/cedric-conti.com/laravel/routing/controller.php(283): Laravel\Routing\Controller->response('index', Array)
#14 /home/slapandt/public_html/cedric-conti.com/laravel/routing/controller.php(165): Laravel\Routing\Controller->execute('index', Array)
#15 /home/slapandt/public_html/cedric-conti.com/laravel/routing/route.php(153): Laravel\Routing\Controller::call('home@index', Array)
#16 /home/slapandt/public_html/cedric-conti.com/laravel/routing/route.php(124): Laravel\Routing\Route->response()
#17 /home/slapandt/public_html/cedric-conti.com/laravel/laravel.php(125): Laravel\Routing\Route->call()
#18 /home/slapandt/public_html/cedric-conti.com/public/index.php(34): require('/home/slapandt/...')
#19 {main}