Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. [09-Dec-2016 20:51:48 America/New_York] Checking php version
  2.  
  3. [09-Dec-2016 20:51:48 America/New_York] Checking db connection
  4.  
  5. [09-Dec-2016 20:51:48 America/New_York] Checking any current tables
  6.  
  7. [09-Dec-2016 20:51:49 America/New_York] Done with checks
  8.  
  9. [09-Dec-2016 20:52:33 America/New_York] The configuration table could not be loaded. Falling back to default configuration settings.
  10.  
  11. [09-Dec-2016 20:52:33 America/New_York] Checking php version
  12.  
  13. [09-Dec-2016 20:52:33 America/New_York] Checking db connection
  14.  
  15. [09-Dec-2016 20:52:33 America/New_York] Checking any current tables
  16.  
  17. [09-Dec-2016 20:52:33 America/New_York] Done with checks
  18.  
  19. [09-Dec-2016 20:52:33 America/New_York] Installing
  20.  
  21. [09-Dec-2016 20:52:33 America/New_York] Error in C:\wamp\www\php-login\userfrosting\vendor\illuminate\database\Connection.php on line 624: SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'created_at' (SQL: create table `pah_user` (`id` int unsigned not null auto_increment primary key, `user_name` varchar(50) not null, `display_name` varchar(50) not null, `email` varchar(150) not null, `title` varchar(150) not null, `locale` varchar(10) not null default 'en_US' comment "The language and locale to use for this user.", `primary_group_id` int unsigned not null default '1' comment "The id of this user''s primary group.", `secret_token` varchar(32) not null default '' comment "The current one-time use token for various user activities confirmed via email.", `flag_verified` tinyint(1) not null default '1' comment "Set to ''1'' if the user has verified their account via email, ''0'' otherwise.", `flag_enabled` tinyint(1) not null default '1' comment "Set to ''1'' if the user''s account is currently enabled, ''0'' otherwise. Disabled accounts cannot be logged in to, but they retain all of their data and settings.", `flag_password_reset` tinyint(1) not null default '0' comment "Set to ''1'' if the user has an outstanding password reset request, ''0'' otherwise.", `created_at` timestamp default 0 not null, `updated_at` timestamp default 0 not null, `password` varchar(255) not null) default character set utf8 collate utf8_unicode_ci engine = InnoDB)
  22.  
  23. [09-Dec-2016 20:52:33 America/New_York] #0 C:\wamp\www\php-login\userfrosting\vendor\illuminate\database\Connection.php(580): Illuminate\Database\Connection->runQueryCallback('create table `p...', Array, Object(Closure))
  24. #1 C:\wamp\www\php-login\userfrosting\vendor\illuminate\database\Connection.php(363): Illuminate\Database\Connection->run('create table `p...', Array, Object(Closure))
  25. #2 C:\wamp\www\php-login\userfrosting\vendor\illuminate\database\Schema\Blueprint.php(63): Illuminate\Database\Connection->statement('create table `p...')
  26. #3 C:\wamp\www\php-login\userfrosting\vendor\illuminate\database\Schema\Builder.php(188): Illuminate\Database\Schema\Blueprint->build(Object(Illuminate\Database\MySqlConnection), Object(Illuminate\Database\Schema\Grammars\MySqlGrammar))
  27. #4 C:\wamp\www\php-login\userfrosting\vendor\illuminate\database\Schema\Builder.php(131): Illuminate\Database\Schema\Builder->build(Object(Illuminate\Database\Schema\Blueprint))
  28. #5 C:\wamp\www\php-login\userfrosting\models\database\Database.php(266): Illuminate\Database\Schema\Builder->create('pah_user', Object(Closure))
  29. #6 C:\wamp\www\php-login\userfrosting\controllers\InstallController.php(79): UserFrosting\Database::install()
  30. #7 C:\wamp\www\php-login\public\index.php(328): UserFrosting\InstallController->pageSetupDB()
  31. #8 [internal function]: {closure}()
  32. #9 C:\wamp\www\php-login\userfrosting\vendor\slim\slim\Slim\Route.php(468): call_user_func_array(Object(Closure), Array)
  33. #10 C:\wamp\www\php-login\userfrosting\vendor\slim\slim\Slim\Slim.php(1357): Slim\Route->dispatch()
  34. #11 C:\wamp\www\php-login\userfrosting\vendor\slim\slim\Slim\Middleware\Flash.php(85): Slim\Slim->call()
  35. #12 C:\wamp\www\php-login\userfrosting\vendor\slim\slim\Slim\Middleware\MethodOverride.php(92): Slim\Middleware\Flash->call()
  36. #13 C:\wamp\www\php-login\userfrosting\middleware\CsrfGuard.php(51): Slim\Middleware\MethodOverride->call()
  37. #14 C:\wamp\www\php-login\userfrosting\middleware\usersession\UserSession.php(27): Slim\Extras\Middleware\CsrfGuard->call()
  38. #15 C:\wamp\www\php-login\userfrosting\vendor\slim\slim\Slim\Slim.php(1302): UserFrosting\UserSession->call()
  39. #16 C:\wamp\www\php-login\public\index.php(416): Slim\Slim->run()
  40. #17 {main}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement