hopebilling icon indicating copy to clipboard operation
hopebilling copied to clipboard

Fatal error: Uncaught PDOException

Open Successfulsebunya opened this issue 2 years ago • 0 comments

This is the error I get when I connect MySql Database. I have no work around

. Fatal error: Uncaught PDOException: SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'date' in /home/cursorwe/billing.cursorwebhost.com/core/classes/System/Db/Schema/Table.php:117 Stack trace: #0 /home/cursorwe/billing.cursorwebhost.com/core/classes/System/Db/Schema/Table.php(117): PDOStatement->execute() #1 /home/cursorwe/billing.cursorwebhost.com/core/classes/System/Db/Schema/Schema.php(20): System\Db\Schema\Table->create() #2 /home/cursorwe/billing.cursorwebhost.com/app/controllers/InstallController.php(211): System\Db\Schema\Schema::create('hosting_account...', Object(Closure)) #3 /home/cursorwe/billing.cursorwebhost.com/app/controllers/InstallController.php(46): InstallController->actionDb() #4 /home/cursorwe/billing.cursorwebhost.com/core/classes/System/Router.php(148): InstallController->run('actionIndex', Array, 'install') #5 /home/cursorwe/billing.cursorwebhost.com/index.php(7): System\Router->run() #6 {main} thrown in /home/cursorwe/billing.cursorwebhost.com/core/classes/System/Db/Schema/Table.php on line 117

Successfulsebunya avatar Jun 06 '22 17:06 Successfulsebunya