Hello,
I am running Apache 2.4.3 (Win64) PHP/5.4.14 and MySQL 5.6.
I've run the installer and when it finishes I get the error 500 page. Changed the config.php's debug to true and get this result:
Message:
SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'joinIp' at row 1
File:
D:\websites\oxwall\ow_core\database.php
Line:
331
Trace:
#0 D:\websites\oxwall\ow_core\database.php(331): PDOStatement->execute()
#1 D:\websites\oxwall\ow_core\database.php(564): OW_Database->execute('INSERT INTO `ow...', Array)
#2 D:\websites\oxwall\ow_core\database.php(601): OW_Database->insert('INSERT INTO `ow...', Array)
#3 D:\websites\oxwall\ow_core\base_dao.php(215): OW_Database->insertObject('ow_base_user', Object(BOL_User))
#4 D:\websites\oxwall\ow_system_plugins\base\bol\user_service.php(465): OW_BaseDao->save(Object(BOL_User))
#5 D:\websites\oxwall\ow_system_plugins\base\bol\user_service.php(885): BOL_UserService->saveOrUpdate(Object(BOL_User))
#6 D:\websites\oxwall\ow_install\controllers\install.php(453): BOL_UserService->createUser('Admin', '5m0k3r05', 'info@fireteamgr...', NULL, true)
#7 D:\websites\oxwall\ow_install\controllers\install.php(431): INSTALL_CTRL_Install->installComplete(Array)
#8 [internal function]: INSTALL_CTRL_Install->plugins()
#9 D:\websites\oxwall\ow_install\classes\application.php(57): call_user_func_array(Array, Array)
#10 D:\websites\oxwall\ow_install\install.php(75): INSTALL_Application->display()
#11 D:\websites\oxwall\index.php(32): include('D:\websites\oxw...')
#12 {main}
Type:
PDOException
Any help would be appreciated.