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

mariadb server issues | Forum

Irena
Irena Mar 24

My site is down,

Keep getting

----------------------


Message:    SQLSTATE[HY000]: General error: 1616 DELAYED option not supported for table 'ow_base_user_online'

File:    /home/rolepla4/public_html/ow_core/database.php

Line:    723

Trace:

#0 /home/rolepla4/public_html/ow_core/database.php(723): PDOStatement->execute()

#1 /home/rolepla4/public_html/ow_core/database.php(476): OW_Database->execute('INSERT DELAYED ...', Array)

#2 /home/rolepla4/public_html/ow_core/database.php(512): OW_Database->insert('INSERT DELAYED ...', Array)

#3 /home/rolepla4/public_html/ow_core/base_dao.php(237): OW_Database->insertObject('ow_base_user_on...', Object(BOL_UserOnline), true)

#4 /home/rolepla4/public_html/ow_system_plugins/base/bol/user_service.php(736): OW_BaseDao->saveDelayed(Object(BOL_UserOnline))

#5 /home/rolepla4/public_html/ow_core/application.php(229): BOL_UserService->updateActivityStamp(4, 1)

#6 /home/rolepla4/public_html/index.php(54): OW_Application->init()

#7 {main}

Type:    PDOException



------------------------

Hosting support says:

The problem is with your queries, the script is trying to run delayed queries which have limitation depending on the storage engine used. Please read more here


https://mariadb.com/kb/en/insert-delayed/


I believe you would need to contact a developer to make the script work with mariadb server or if possible disable delayed queries.


---------------


Any idea's?