Home Forums GetFund – A Professional Laravel Crowdfunding Platform Unable to access admin dashboard after installation Reply To: Unable to access admin dashboard after installation

#425

afrojuju
Participant

I am having a lot of error messages and issues when I edit and submit anything on the site. See example.

Whoops, looks like something went wrong.
2/2 QueryException in Connection.php line 647: SQLSTATE[01000]: Warning: 1265 Data truncated for column ‘gender’ at row 1 (SQL: update users set country_id = 235, gender = third_gender, address = London, phone = 0987654321, updated_at = 2017-07-23 19:54:58 where id = 10)
1. in Connection.php line 647
2. at Connection->runQueryCallback(‘update users set country_id = ?, gender = ?, address = ?, phone = ?, updated_at = ? where id = ?’, array(‘235’, ‘third_gender’, ‘London’, ‘0987654321’, ‘2017-07-23 19:54:58′, ’10’), object(Closure)) in Connection.php line 607
3. at Connection->run(‘update users set country_id = ?, gender = ?, address = ?, phone = ?, updated_at = ? where id = ?’, array(‘235’, ‘third_gender’, ‘London’, ‘0987654321’, ‘2017-07-23 19:54:58′, ’10’), object(Closure)) in Connection.php line 477
4. at Connection->affectingStatement(‘update users set country_id = ?, gender = ?, address = ?, phone = ?, updated_at = ? where id = ?’, array(‘235’, ‘third_gender’, ‘London’, ‘0987654321’, ‘2017-07-23 19:54:58′, ’10’)) in Connection.php line 416
5. at Connection->update(‘update users set country_id = ?, gender = ?, address = ?, phone = ?, updated_at = ? where id = ?’, array(‘235’, ‘third_gender’, ‘London’, ‘0987654321’, ‘2017-07-23 19:54:58′, ’10’)) in Builder.php line 2211
6. at Builder->update(array(‘country_id’ => ‘235’, ‘gender’ => ‘third_gender’, ‘address’ => ‘London’, ‘phone’ => ‘0987654321’, ‘updated_at’ => ‘2017-07-23 19:54:58’)) in Builder.php line 855
7. at Builder->update(array(‘country_id’ => ‘235’, ‘gender’ => ‘third_gender’, ‘address’ => ‘London’, ‘phone’ => ‘0987654321’, ‘updated_at’ => ‘2017-07-23 19:54:58’)) in Model.php line 581
8. at Model->performUpdate(object(Builder)) in Model.php line 501
9. at Model->save(array()) in Model.php line 448
10. at Model->update(array(‘name’ => ‘FreeBees’, ’email’ => ‘[email protected]’, ‘gender’ => ‘third_gender’, ‘phone’ => ‘0987654321’, ‘country_id’ => ‘235’, ‘address’ => ‘London’)) in UserController.php line 93
11. at UserController->profileEditPost(null, object(Request))
12. at call_user_func_array(array(object(UserController), ‘profileEditPost’), array(null, object(Request))) in Controller.php line 55
13. at Controller->callAction(‘profileEditPost’, array(null, object(Request))) in ControllerDispatcher.php line 44
14. at ControllerDispatcher->dispatch(object(Route), object(UserController), ‘profileEditPost’) in Route.php line 204
15. at Route->runController() in Route.php line 160
16. at Route->run() in Router.php line 559
17. at Router->Illuminate\Routing\{closure}(object(Request)) in Pipeline.php line 30
18. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in SubstituteBindings.php line 41
19. at SubstituteBindings->handle(object(Request), object(Closure)) in Pipeline.php line 148
20. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
21. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in Authenticate.php line 43
22. at Authenticate->handle(object(Request), object(Closure)) in Pipeline.php line 148
23. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
24. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in VerifyCsrfToken.php line 65
25. at VerifyCsrfToken->handle(object(Request), object(Closure)) in Pipeline.php line 148
26. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
27. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in ShareErrorsFromSession.php line 49
28. at ShareErrorsFromSession->handle(object(Request), object(Closure)) in Pipeline.php line 148
29. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
30. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in StartSession.php line 64
31. at StartSession->handle(object(Request), object(Closure)) in Pipeline.php line 148
32. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
33. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in AddQueuedCookiesToResponse.php line 37
34. at AddQueuedCookiesToResponse->handle(object(Request), object(Closure)) in Pipeline.php line 148
35. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
36. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in EncryptCookies.php line 59
37. at EncryptCookies->handle(object(Request), object(Closure)) in Pipeline.php line 148
38. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
39. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in Pipeline.php line 102
40. at Pipeline->then(object(Closure)) in Router.php line 561
41. at Router->runRouteWithinStack(object(Route), object(Request)) in Router.php line 520
42. at Router->dispatchToRoute(object(Request)) in Router.php line 498
43. at Router->dispatch(object(Request)) in Kernel.php line 174
44. at Kernel->Illuminate\Foundation\Http\{closure}(object(Request)) in Pipeline.php line 30
45. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in Debugbar.php line 51
46. at Debugbar->handle(object(Request), object(Closure)) in Pipeline.php line 148
47. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
48. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in TransformsRequest.php line 30
49. at TransformsRequest->handle(object(Request), object(Closure)) in Pipeline.php line 148
50. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
51. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in TransformsRequest.php line 30
52. at TransformsRequest->handle(object(Request), object(Closure)) in Pipeline.php line 148
53. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
54. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in ValidatePostSize.php line 27
55. at ValidatePostSize->handle(object(Request), object(Closure)) in Pipeline.php line 148
56. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
57. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in CheckForMaintenanceMode.php line 46
58. at CheckForMaintenanceMode->handle(object(Request), object(Closure)) in Pipeline.php line 148
59. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
60. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in Pipeline.php line 102
61. at Pipeline->then(object(Closure)) in Kernel.php line 149
62. at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 116
63. at Kernel->handle(object(Request)) in index.php line 54
1/2 PDOException in Connection.php line 474: SQLSTATE[01000]: Warning: 1265 Data truncated for column ‘gender’ at row 1
1. in Connection.php line 474
2. at PDOStatement->execute() in Connection.php line 474
3. at Connection->Illuminate\Database\{closure}(‘update users set country_id = ?, gender = ?, address = ?, phone = ?, updated_at = ? where id = ?’, array(‘235’, ‘third_gender’, ‘London’, ‘0987654321’, ‘2017-07-23 19:54:58′, ’10’)) in Connection.php line 640
4. at Connection->runQueryCallback(‘update users set country_id = ?, gender = ?, address = ?, phone = ?, updated_at = ? where id = ?’, array(‘235’, ‘third_gender’, ‘London’, ‘0987654321’, ‘2017-07-23 19:54:58′, ’10’), object(Closure)) in Connection.php line 607
5. at Connection->run(‘update users set country_id = ?, gender = ?, address = ?, phone = ?, updated_at = ? where id = ?’, array(‘235’, ‘third_gender’, ‘London’, ‘0987654321’, ‘2017-07-23 19:54:58′, ’10’), object(Closure)) in Connection.php line 477
6. at Connection->affectingStatement(‘update users set country_id = ?, gender = ?, address = ?, phone = ?, updated_at = ? where id = ?’, array(‘235’, ‘third_gender’, ‘London’, ‘0987654321’, ‘2017-07-23 19:54:58′, ’10’)) in Connection.php line 416
7. at Connection->update(‘update users set country_id = ?, gender = ?, address = ?, phone = ?, updated_at = ? where id = ?’, array(‘235’, ‘third_gender’, ‘London’, ‘0987654321’, ‘2017-07-23 19:54:58′, ’10’)) in Builder.php line 2211
8. at Builder->update(array(‘country_id’ => ‘235’, ‘gender’ => ‘third_gender’, ‘address’ => ‘London’, ‘phone’ => ‘0987654321’, ‘updated_at’ => ‘2017-07-23 19:54:58’)) in Builder.php line 855
9. at Builder->update(array(‘country_id’ => ‘235’, ‘gender’ => ‘third_gender’, ‘address’ => ‘London’, ‘phone’ => ‘0987654321’, ‘updated_at’ => ‘2017-07-23 19:54:58’)) in Model.php line 581
10. at Model->performUpdate(object(Builder)) in Model.php line 501
11. at Model->save(array()) in Model.php line 448
12. at Model->update(array(‘name’ => ‘FreeBees’, ’email’ => ‘[email protected]’, ‘gender’ => ‘third_gender’, ‘phone’ => ‘0987654321’, ‘country_id’ => ‘235’, ‘address’ => ‘London’)) in UserController.php line 93
13. at UserController->profileEditPost(null, object(Request))
14. at call_user_func_array(array(object(UserController), ‘profileEditPost’), array(null, object(Request))) in Controller.php line 55
15. at Controller->callAction(‘profileEditPost’, array(null, object(Request))) in ControllerDispatcher.php line 44
16. at ControllerDispatcher->dispatch(object(Route), object(UserController), ‘profileEditPost’) in Route.php line 204
17. at Route->runController() in Route.php line 160
18. at Route->run() in Router.php line 559
19. at Router->Illuminate\Routing\{closure}(object(Request)) in Pipeline.php line 30
20. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in SubstituteBindings.php line 41
21. at SubstituteBindings->handle(object(Request), object(Closure)) in Pipeline.php line 148
22. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
23. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in Authenticate.php line 43
24. at Authenticate->handle(object(Request), object(Closure)) in Pipeline.php line 148
25. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
26. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in VerifyCsrfToken.php line 65
27. at VerifyCsrfToken->handle(object(Request), object(Closure)) in Pipeline.php line 148
28. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
29. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in ShareErrorsFromSession.php line 49
30. at ShareErrorsFromSession->handle(object(Request), object(Closure)) in Pipeline.php line 148
31. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
32. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in StartSession.php line 64
33. at StartSession->handle(object(Request), object(Closure)) in Pipeline.php line 148
34. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
35. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in AddQueuedCookiesToResponse.php line 37
36. at AddQueuedCookiesToResponse->handle(object(Request), object(Closure)) in Pipeline.php line 148
37. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
38. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in EncryptCookies.php line 59
39. at EncryptCookies->handle(object(Request), object(Closure)) in Pipeline.php line 148
40. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
41. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in Pipeline.php line 102
42. at Pipeline->then(object(Closure)) in Router.php line 561
43. at Router->runRouteWithinStack(object(Route), object(Request)) in Router.php line 520
44. at Router->dispatchToRoute(object(Request)) in Router.php line 498
45. at Router->dispatch(object(Request)) in Kernel.php line 174
46. at Kernel->Illuminate\Foundation\Http\{closure}(object(Request)) in Pipeline.php line 30
47. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in Debugbar.php line 51
48. at Debugbar->handle(object(Request), object(Closure)) in Pipeline.php line 148
49. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
50. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in TransformsRequest.php line 30
51. at TransformsRequest->handle(object(Request), object(Closure)) in Pipeline.php line 148
52. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
53. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in TransformsRequest.php line 30
54. at TransformsRequest->handle(object(Request), object(Closure)) in Pipeline.php line 148
55. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
56. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in ValidatePostSize.php line 27
57. at ValidatePostSize->handle(object(Request), object(Closure)) in Pipeline.php line 148
58. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
59. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in CheckForMaintenanceMode.php line 46
60. at CheckForMaintenanceMode->handle(object(Request), object(Closure)) in Pipeline.php line 148
61. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
62. at Pipeline->Illuminate\Routing\{closure}(object(Request)) in Pipeline.php line 102
63. at Pipeline->then(object(Closure)) in Kernel.php line 149
64. at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 116
65. at Kernel->handle(object(Request)) in index.php line 54
Messages1TimelineExceptions2Views0RouteQueries2MailsSessionRequest
437ms15.75MBPOST dashboard/u/profile/edit

************************************************************************************************************

Whoops, looks like something went wrong.
2/2 QueryException in Connection.php line 647: SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column ‘goal’ at row 1 (SQL: insert into campaigns (user_id, category_id, title, slug, short_description, description, campaign_owner_commission, goal, min_amount, max_amount, recommended_amount, amount_prefilled, end_method, video, feature_image, status, country_id, address, is_funded, start_date, end_date, updated_at, created_at) values (10, 15, Science Books, science-books, This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science., <p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>, 0, 1000000, , , 500000, 5,10,15,20,25,50, end_date, , , 0, 36, Mezam County, 0, 2017-07-23, 2017-12-31 00:00:00, 2017-07-23 21:20:44, 2017-07-23 21:20:44))

in Connection.php line 647
at Connection->runQueryCallback(‘insert into campaigns (user_id, category_id, title, slug, short_description, description, campaign_owner_commission, goal, min_amount, max_amount, recommended_amount, amount_prefilled, end_method, video, feature_image, status, country_id, address, is_funded, start_date, end_date, updated_at, created_at) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)’, array(10, ’15’, ‘Science Books’, ‘science-books’, ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘0’, ‘1000000’, null, null, ‘500000’, ‘5,10,15,20,25,50’, ‘end_date’, null, ”, 0, ’36’, ‘Mezam County’, 0, ‘2017-07-23’, ‘2017-12-31 00:00:00’, ‘2017-07-23 21:20:44’, ‘2017-07-23 21:20:44’), object(Closure)) in Connection.php line 607
at Connection->run(‘insert into campaigns (user_id, category_id, title, slug, short_description, description, campaign_owner_commission, goal, min_amount, max_amount, recommended_amount, amount_prefilled, end_method, video, feature_image, status, country_id, address, is_funded, start_date, end_date, updated_at, created_at) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)’, array(10, ’15’, ‘Science Books’, ‘science-books’, ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘0’, ‘1000000’, null, null, ‘500000’, ‘5,10,15,20,25,50’, ‘end_date’, null, ”, 0, ’36’, ‘Mezam County’, 0, ‘2017-07-23’, ‘2017-12-31 00:00:00’, ‘2017-07-23 21:20:44’, ‘2017-07-23 21:20:44’), object(Closure)) in Connection.php line 450
at Connection->statement(‘insert into campaigns (user_id, category_id, title, slug, short_description, description, campaign_owner_commission, goal, min_amount, max_amount, recommended_amount, amount_prefilled, end_method, video, feature_image, status, country_id, address, is_funded, start_date, end_date, updated_at, created_at) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)’, array(10, ’15’, ‘Science Books’, ‘science-books’, ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘0’, ‘1000000’, null, null, ‘500000’, ‘5,10,15,20,25,50’, ‘end_date’, null, ”, 0, ’36’, ‘Mezam County’, 0, ‘2017-07-23’, ‘2017-12-31 00:00:00’, ‘2017-07-23 21:20:44’, ‘2017-07-23 21:20:44’)) in Connection.php line 404
at Connection->insert(‘insert into campaigns (user_id, category_id, title, slug, short_description, description, campaign_owner_commission, goal, min_amount, max_amount, recommended_amount, amount_prefilled, end_method, video, feature_image, status, country_id, address, is_funded, start_date, end_date, updated_at, created_at) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)’, array(10, ’15’, ‘Science Books’, ‘science-books’, ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘0’, ‘1000000’, null, null, ‘500000’, ‘5,10,15,20,25,50’, ‘end_date’, null, ”, 0, ’36’, ‘Mezam County’, 0, ‘2017-07-23’, ‘2017-12-31 00:00:00’, ‘2017-07-23 21:20:44’, ‘2017-07-23 21:20:44’)) in Processor.php line 32
at Processor->processInsertGetId(object(Builder), ‘insert into campaigns (user_id, category_id, title, slug, short_description, description, campaign_owner_commission, goal, min_amount, max_amount, recommended_amount, amount_prefilled, end_method, video, feature_image, status, country_id, address, is_funded, start_date, end_date, updated_at, created_at) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)’, array(10, ’15’, ‘Science Books’, ‘science-books’, ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘0’, ‘1000000’, null, null, ‘500000’, ‘5,10,15,20,25,50’, ‘end_date’, null, ”, 0, ’36’, ‘Mezam County’, 0, ‘2017-07-23’, ‘2017-12-31 00:00:00’, ‘2017-07-23 21:20:44’, ‘2017-07-23 21:20:44’), ‘id’) in Builder.php line 2196
at Builder->insertGetId(array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31 00:00:00’, ‘updated_at’ => ‘2017-07-23 21:20:44’, ‘created_at’ => ‘2017-07-23 21:20:44’), ‘id’) in Builder.php line 1329
at Builder->__call(‘insertGetId’, array(array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31 00:00:00’, ‘updated_at’ => ‘2017-07-23 21:20:44’, ‘created_at’ => ‘2017-07-23 21:20:44’), ‘id’)) in Model.php line 674
at Builder->insertGetId(array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31 00:00:00’, ‘updated_at’ => ‘2017-07-23 21:20:44’, ‘created_at’ => ‘2017-07-23 21:20:44’), ‘id’) in Model.php line 674
at Model->insertAndSetId(object(Builder), array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31 00:00:00’, ‘updated_at’ => ‘2017-07-23 21:20:44’, ‘created_at’ => ‘2017-07-23 21:20:44’)) in Model.php line 639
at Model->performInsert(object(Builder)) in Model.php line 508
at Model->save() in Builder.php line 825
at Builder->create(array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31’)) in Model.php line 1316
at Model->__call(‘create’, array(array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31’))) in Model.php line 1328
at Campaign->create(array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31’)) in Model.php line 1328
at Model::__callStatic(‘create’, array(array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31’))) in CampaignsController.php line 88
at Campaign::create(array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31’)) in CampaignsController.php line 88
at CampaignsController->store(object(Request))
at call_user_func_array(array(object(CampaignsController), ‘store’), array(object(Request))) in Controller.php line 55
at Controller->callAction(‘store’, array(object(Request))) in ControllerDispatcher.php line 44
at ControllerDispatcher->dispatch(object(Route), object(CampaignsController), ‘store’) in Route.php line 204
at Route->runController() in Route.php line 160
at Route->run() in Router.php line 559
at Router->Illuminate\Routing\{closure}(object(Request)) in Pipeline.php line 30
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in SubstituteBindings.php line 41
at SubstituteBindings->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in Authenticate.php line 43
at Authenticate->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in VerifyCsrfToken.php line 65
at VerifyCsrfToken->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in ShareErrorsFromSession.php line 49
at ShareErrorsFromSession->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in StartSession.php line 64
at StartSession->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in AddQueuedCookiesToResponse.php line 37
at AddQueuedCookiesToResponse->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in EncryptCookies.php line 59
at EncryptCookies->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in Pipeline.php line 102
at Pipeline->then(object(Closure)) in Router.php line 561
at Router->runRouteWithinStack(object(Route), object(Request)) in Router.php line 520
at Router->dispatchToRoute(object(Request)) in Router.php line 498
at Router->dispatch(object(Request)) in Kernel.php line 174
at Kernel->Illuminate\Foundation\Http\{closure}(object(Request)) in Pipeline.php line 30
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in Debugbar.php line 51
at Debugbar->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in TransformsRequest.php line 30
at TransformsRequest->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in TransformsRequest.php line 30
at TransformsRequest->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in ValidatePostSize.php line 27
at ValidatePostSize->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in CheckForMaintenanceMode.php line 46
at CheckForMaintenanceMode->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in Pipeline.php line 102
at Pipeline->then(object(Closure)) in Kernel.php line 149
at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 116
at Kernel->handle(object(Request)) in index.php line 54

1/2 PDOException in Connection.php line 449: SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column ‘goal’ at row 1

in Connection.php line 449
at PDOStatement->execute() in Connection.php line 449
at Connection->Illuminate\Database\{closure}(‘insert into campaigns (user_id, category_id, title, slug, short_description, description, campaign_owner_commission, goal, min_amount, max_amount, recommended_amount, amount_prefilled, end_method, video, feature_image, status, country_id, address, is_funded, start_date, end_date, updated_at, created_at) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)’, array(10, ’15’, ‘Science Books’, ‘science-books’, ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘0’, ‘1000000’, null, null, ‘500000’, ‘5,10,15,20,25,50’, ‘end_date’, null, ”, 0, ’36’, ‘Mezam County’, 0, ‘2017-07-23’, ‘2017-12-31 00:00:00’, ‘2017-07-23 21:20:44’, ‘2017-07-23 21:20:44’)) in Connection.php line 640
at Connection->runQueryCallback(‘insert into campaigns (user_id, category_id, title, slug, short_description, description, campaign_owner_commission, goal, min_amount, max_amount, recommended_amount, amount_prefilled, end_method, video, feature_image, status, country_id, address, is_funded, start_date, end_date, updated_at, created_at) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)’, array(10, ’15’, ‘Science Books’, ‘science-books’, ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘0’, ‘1000000’, null, null, ‘500000’, ‘5,10,15,20,25,50’, ‘end_date’, null, ”, 0, ’36’, ‘Mezam County’, 0, ‘2017-07-23’, ‘2017-12-31 00:00:00’, ‘2017-07-23 21:20:44’, ‘2017-07-23 21:20:44’), object(Closure)) in Connection.php line 607
at Connection->run(‘insert into campaigns (user_id, category_id, title, slug, short_description, description, campaign_owner_commission, goal, min_amount, max_amount, recommended_amount, amount_prefilled, end_method, video, feature_image, status, country_id, address, is_funded, start_date, end_date, updated_at, created_at) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)’, array(10, ’15’, ‘Science Books’, ‘science-books’, ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘0’, ‘1000000’, null, null, ‘500000’, ‘5,10,15,20,25,50’, ‘end_date’, null, ”, 0, ’36’, ‘Mezam County’, 0, ‘2017-07-23’, ‘2017-12-31 00:00:00’, ‘2017-07-23 21:20:44’, ‘2017-07-23 21:20:44’), object(Closure)) in Connection.php line 450
at Connection->statement(‘insert into campaigns (user_id, category_id, title, slug, short_description, description, campaign_owner_commission, goal, min_amount, max_amount, recommended_amount, amount_prefilled, end_method, video, feature_image, status, country_id, address, is_funded, start_date, end_date, updated_at, created_at) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)’, array(10, ’15’, ‘Science Books’, ‘science-books’, ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘0’, ‘1000000’, null, null, ‘500000’, ‘5,10,15,20,25,50’, ‘end_date’, null, ”, 0, ’36’, ‘Mezam County’, 0, ‘2017-07-23’, ‘2017-12-31 00:00:00’, ‘2017-07-23 21:20:44’, ‘2017-07-23 21:20:44’)) in Connection.php line 404
at Connection->insert(‘insert into campaigns (user_id, category_id, title, slug, short_description, description, campaign_owner_commission, goal, min_amount, max_amount, recommended_amount, amount_prefilled, end_method, video, feature_image, status, country_id, address, is_funded, start_date, end_date, updated_at, created_at) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)’, array(10, ’15’, ‘Science Books’, ‘science-books’, ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘0’, ‘1000000’, null, null, ‘500000’, ‘5,10,15,20,25,50’, ‘end_date’, null, ”, 0, ’36’, ‘Mezam County’, 0, ‘2017-07-23’, ‘2017-12-31 00:00:00’, ‘2017-07-23 21:20:44’, ‘2017-07-23 21:20:44’)) in Processor.php line 32
at Processor->processInsertGetId(object(Builder), ‘insert into campaigns (user_id, category_id, title, slug, short_description, description, campaign_owner_commission, goal, min_amount, max_amount, recommended_amount, amount_prefilled, end_method, video, feature_image, status, country_id, address, is_funded, start_date, end_date, updated_at, created_at) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)’, array(10, ’15’, ‘Science Books’, ‘science-books’, ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘0’, ‘1000000’, null, null, ‘500000’, ‘5,10,15,20,25,50’, ‘end_date’, null, ”, 0, ’36’, ‘Mezam County’, 0, ‘2017-07-23’, ‘2017-12-31 00:00:00’, ‘2017-07-23 21:20:44’, ‘2017-07-23 21:20:44’), ‘id’) in Builder.php line 2196
at Builder->insertGetId(array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31 00:00:00’, ‘updated_at’ => ‘2017-07-23 21:20:44’, ‘created_at’ => ‘2017-07-23 21:20:44’), ‘id’) in Builder.php line 1329
at Builder->__call(‘insertGetId’, array(array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31 00:00:00’, ‘updated_at’ => ‘2017-07-23 21:20:44’, ‘created_at’ => ‘2017-07-23 21:20:44’), ‘id’)) in Model.php line 674
at Builder->insertGetId(array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31 00:00:00’, ‘updated_at’ => ‘2017-07-23 21:20:44’, ‘created_at’ => ‘2017-07-23 21:20:44’), ‘id’) in Model.php line 674
at Model->insertAndSetId(object(Builder), array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31 00:00:00’, ‘updated_at’ => ‘2017-07-23 21:20:44’, ‘created_at’ => ‘2017-07-23 21:20:44’)) in Model.php line 639
at Model->performInsert(object(Builder)) in Model.php line 508
at Model->save() in Builder.php line 825
at Builder->create(array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31’)) in Model.php line 1316
at Model->__call(‘create’, array(array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31’))) in Model.php line 1328
at Campaign->create(array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31’)) in Model.php line 1328
at Model::__callStatic(‘create’, array(array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31’))) in CampaignsController.php line 88
at Campaign::create(array(‘user_id’ => 10, ‘category_id’ => ’15’, ‘title’ => ‘Science Books’, ‘slug’ => ‘science-books’, ‘short_description’ => ‘This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.’, ‘description’ => ‘<p>This is the pledge for science books to support students in Southern Cameroons. This project is to raise funds for books for students and pupils in Southern Cameroons. Your pledge can be in books or anything in relation to science.</p><p>We need support from anything in relation to science studies.<br></p>’, ‘campaign_owner_commission’ => ‘0’, ‘goal’ => ‘1000000’, ‘min_amount’ => null, ‘max_amount’ => null, ‘recommended_amount’ => ‘500000’, ‘amount_prefilled’ => ‘5,10,15,20,25,50’, ‘end_method’ => ‘end_date’, ‘video’ => null, ‘feature_image’ => ”, ‘status’ => 0, ‘country_id’ => ’36’, ‘address’ => ‘Mezam County’, ‘is_funded’ => 0, ‘start_date’ => ‘2017-07-23’, ‘end_date’ => ‘2017-12-31’)) in CampaignsController.php line 88
at CampaignsController->store(object(Request))
at call_user_func_array(array(object(CampaignsController), ‘store’), array(object(Request))) in Controller.php line 55
at Controller->callAction(‘store’, array(object(Request))) in ControllerDispatcher.php line 44
at ControllerDispatcher->dispatch(object(Route), object(CampaignsController), ‘store’) in Route.php line 204
at Route->runController() in Route.php line 160
at Route->run() in Router.php line 559
at Router->Illuminate\Routing\{closure}(object(Request)) in Pipeline.php line 30
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in SubstituteBindings.php line 41
at SubstituteBindings->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in Authenticate.php line 43
at Authenticate->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in VerifyCsrfToken.php line 65
at VerifyCsrfToken->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in ShareErrorsFromSession.php line 49
at ShareErrorsFromSession->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in StartSession.php line 64
at StartSession->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in AddQueuedCookiesToResponse.php line 37
at AddQueuedCookiesToResponse->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in EncryptCookies.php line 59
at EncryptCookies->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in Pipeline.php line 102
at Pipeline->then(object(Closure)) in Router.php line 561
at Router->runRouteWithinStack(object(Route), object(Request)) in Router.php line 520
at Router->dispatchToRoute(object(Request)) in Router.php line 498
at Router->dispatch(object(Request)) in Kernel.php line 174
at Kernel->Illuminate\Foundation\Http\{closure}(object(Request)) in Pipeline.php line 30
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in Debugbar.php line 51
at Debugbar->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in TransformsRequest.php line 30
at TransformsRequest->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in TransformsRequest.php line 30
at TransformsRequest->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in ValidatePostSize.php line 27
at ValidatePostSize->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in CheckForMaintenanceMode.php line 46
at CheckForMaintenanceMode->handle(object(Request), object(Closure)) in Pipeline.php line 148
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in Pipeline.php line 102
at Pipeline->then(object(Closure)) in Kernel.php line 149
at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 116
at Kernel->handle(object(Request)) in index.php line 54