-
Notifications
You must be signed in to change notification settings - Fork 10
Description
On a default installation I get a failure of
Security Error
The requested address was not found on this server.
Request blackholed due to "csrf" violation.
and then when trying to publish all nodes to the added site we have thew following error:
Database Error
Error: SQLSTATE[HY000]: General error: 1364 Field 'created' doesn't have a default value
Notice: If you want to customize this error message, create app/View/Errors/pdo_error.ctp
Stack Trace
CORE/Cake/Model/Datasource/DboSource.php line 2923 → PDOStatement->execute()
CORE/Cake/Model/Model.php line 2014 → DboSource->insertMulti(SitesNode, array, array)
CORE/Cake/Model/Model.php line 1845 → Model->_saveMulti(array, string, Mysql)
CORE/Cake/Model/Model.php line 2238 → Model->save(array, array)
CORE/Cake/Model/Model.php line 2169 → Model->saveMany(array, array)
APP/Plugin/Sites/Model/Site.php line 91 → Model->saveAll(array)
APP/Plugin/Sites/Controller/SitesController.php line 131 → Site->publish_all(string, Node)
[internal function] → SitesController->admin_publish_nodes(string)
CORE/Cake/Controller/Controller.php line 490 → ReflectionMethod->invokeArgs(SitesController, array)
CORE/Cake/Routing/Dispatcher.php line 185 → Controller->invokeAction(CakeRequest)
CORE/Cake/Routing/Dispatcher.php line 160 → Dispatcher->_invoke(SitesController, CakeRequest, CakeResponse)
APP/webroot/index.php line 96 → Dispatcher->dispatch(CakeRequest, CakeResponse)