Hi guys. I was wondering if you could help me out on this one.
Everything worked great until I imported about 4000 companies to the database, and boom, I've got this error:
Type: E_USER_ERROR (256)
Message: mysqlt error: [1142: UPDATE command denied to user 'mwolejko_17'@'10.254.34.55' for table 'base_login_audit' - check your database quota] in EXECUTE("UPDATE base_login_audit SET end_time='2014-04-09 13:10:06' WHERE id=16")
File: /home/mwolejko/ftp/terminus24/libs/adodb/adodb-errorhandler.inc.php
Line=77
error backtrace:
[PHP core called function]
function called: handle_epesi_error(256, "mysqlt error: [1142: UPDATE command denied to user 'mwolejko_17'@'10.254.34.55' for table 'base_login_audit' - check your database quota] in EXECUTE(\"UPDATE base_login_audit SET end_time='2014-04-09 13:10:06' WHERE id=16\") ", "/home/mwolejko/ftp/terminus24/libs/adodb/adodb-errorhandler.inc.php", 77, Array ("mysqlt", "EXECUTE", 1142, "UPDATE command denied to user 'mwolejko_17'@'10.254.34.55' for table 'base_login_audit' - check your database quota", "UPDATE base_login_audit SET end_time='2014-04-09 13:10:06' WHERE id=16", false, Object (ADODB_mysqlt), "UPDATE base_login_audit SET end_time='2014-04-09 13:10:06' WHERE id=16", false, "mysqlt error: [1142: UPDATE command denied to user 'mwolejko_17'@'10.254.34.55' for table 'base_login_audit' - check your database quota] in EXECUTE(\"UPDATE base_login_audit SET end_time='2014-04-09 13:10:06' WHERE id=16\") "))
File: /home/mwolejko/ftp/terminus24/libs/adodb/adodb-errorhandler.inc.php
line 77
function called: trigger_error("mysqlt error: [1142: UPDATE command denied to user 'mwolejko_17'@'10.254.34.55' for table 'base_login_audit' - check your database quota] in EXECUTE(\"UPDATE base_login_audit SET end_time='2014-04-09 13:10:06' WHERE id=16\") ", 256)
File: /home/mwolejko/ftp/terminus24/libs/adodb/adodb.inc.php
line 1043
function called: ADODB_Error_Handler("mysqlt", "EXECUTE", 1142, "UPDATE command denied to user 'mwolejko_17'@'10.254.34.55' for table 'base_login_audit' - check your database quota", "UPDATE base_login_audit SET end_time='2014-04-09 13:10:06' WHERE id=16", false, "Object (ADODB_mysqlt)")
File: /home/mwolejko/ftp/terminus24/libs/adodb/adodb.inc.php
line 999
function called: _Execute("UPDATE base_login_audit SET end_time='2014-04-09 13:10:06' WHERE id=16")
[PHP core called function]
function called: Execute("UPDATE base_login_audit SET end_time=? WHERE id=?", Array ("2014-04-09 13:10:06", 16))
File: /home/mwolejko/ftp/terminus24/include/database.php
line 339
function called: call_user_func_array(Array (Object (ADODB_mysqlt), "Execute"), Array ("UPDATE base_login_audit SET end_time=? WHERE id=?", Array (#2)))
File: /home/mwolejko/ftp/terminus24/modules/CRM/LoginAudit/LoginAuditCommon_0.php
line 62
function called: Execute("UPDATE base_login_audit SET end_time=%T WHERE id=%d", Array (1397041806, "16"))
[PHP core called function]
function called: init()
File: /home/mwolejko/ftp/terminus24/include/epesi.php
line 254
function called: call_user_func_array(Array ("CRM_LoginAuditCommon", "init"), Array ())
File: /home/mwolejko/ftp/terminus24/process.php
line 32
function called: process("", "0")
Is there a way to fix this ?