We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Parse error [Answered] | Forum

Jerry
Jerry Jan 15 '14
Below is the error message from firebug.

And all was well until Monday this week. 

===============================================

Message: SQLSTATE[42000]: Syntax error or access violation: 1142 INSERT command denied to user '1584833_jerry'@'10.0.0.33' for table 'ow_base_user_online' File: /srv/disk11/1584833/www/thegathering-ca.us/ow_core/database.php Line: 331 Type: Exception Trace: <pre>#0 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/database.php(331): PDOStatement->execute() #1 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/database.php(564): OW_Database->execute('INSERTDELAYED ...', Array) #2 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/database.php(601): OW_Database->insert('INSERTDELAYED ...', Array) #3 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/base_dao.php(236): OW_Database->insertObject('ow_base_user_on...', Object(BOL_UserOnline), true) #4 /srv/disk11/1584833/www/thegathering-ca.us/ow_system_plugins/base/bol/user_service.php(643): OW_BaseDao->saveDelayed(Object(BOL_UserOnline)) #5 /srv/disk11/1584833/www/thegathering-ca.us/ow_system_plugins/base/bol/user_service.php(594): BOL_UserService->updateActivityStamp(1) #6 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/auth.php(128): BOL_UserService->onLogin(1) #7 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/auth.php(83): OW_Auth->login(1) #8 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/user.php(90): OW_Auth->authenticate(Object(BASE_CLASS_StandardAuth)) #9 /srv/disk11/1584833/www/thegathering-ca.us/ow_system_plugins/base/controllers/user.php(405): OW_User->authenticate(Object(BASE_CLASS_StandardAuth)) #10 /srv/disk11/1584833/www/thegathering-ca.us/ow_system_plugins/base/controllers/user.php(305): BASE_CTRL_User->processSignIn() #11 [internal function]: BASE_CTRL_User->ajaxSignIn(Array) #12 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/request_handler.php(266): ReflectionMethod->invokeArgs(Object(BASE_CTRL_User), Array) #13 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/application.php(317): OW_RequestHandler->dispatch() #14 /srv/disk11/1584833/www/thegathering-ca.us/index.php(65): OW_Application->handleRequest() #15 {main}</pre> Class: <pre>#0 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/database.php(331): PDOStatement->execute() #1 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/database.php(564): OW_Database->execute('INSERTDELAYED ...', Array) #2 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/database.php(601): OW_Database->insert('INSERTDELAYED ...', Array) #3 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/base_dao.php(236): OW_Database->insertObject('ow_base_user_on...', Object(BOL_UserOnline), true) #4 /srv/disk11/1584833/www/thegathering-ca.us/ow_system_plugins/base/bol/user_service.php(643): OW_BaseDao->saveDelayed(Object(BOL_UserOnline)) #5 /srv/disk11/1584833/www/thegathering-ca.us/ow_system_plugins/base/bol/user_service.php(594): BOL_UserService->updateActivityStamp(1) #6 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/auth.php(128): BOL_UserService->onLogin(1) #7 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/auth.php(83): OW_Auth->login(1) #8 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/user.php(90): OW_Auth->authenticate(Object(BASE_CLASS_StandardAuth)) #9 /srv/disk11/1584833/www/thegathering-ca.us/ow_system_plugins/base/controllers/user.php(405): OW_User->authenticate(Object(BASE_CLASS_StandardAuth)) #10 /srv/disk11/1584833/www/thegathering-ca.us/ow_system_plugins/base/controllers/user.php(305): BASE_CTRL_User->processSignIn() #11 [internal function]: BASE_CTRL_User->ajaxSignIn(Array) #12 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/request_handler.php(266): ReflectionMethod->invokeArgs(Object(BASE_CTRL_User), Array) #13 /srv/disk11/1584833/www/thegathering-ca.us/ow_core/application.php(317): OW_RequestHandler->dispatch() #14 /srv/disk11/1584833/www/thegathering-ca.us/index.php(65): OW_Application->handleRequest() #15 {main}</pre>

The Forum post is edited by Alia Jan 20 '14
Alia Team
Alia Jan 15 '14
Jerry, two possible reasons:

1. Database user you have specified for Oxwall doesn't have enough rights to write down in your database. Go to MySQL Databases section in your control panel, find your user and make sure that all privileges was granted to him over your database.



2. You have reached database limits given by your hosting company ( database is too large). Contact your host to find out whether you are within your limits.