MyBB Community Forums

Full Version: Installation Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:

1226 - User 'u106935087_mybb' has exceeded the 'max_updates' resource (current value: 500)

Query:

INSERT INTO mybb_templates (title,template,sid,version,dateline) VALUES ('postbit_avatar','<div class=\"author_avatar\"><a href=\"{$post[\'profilelink_plain\']}\"><img src=\"{$useravatar[\'image\']}\" alt=\"\" {$useravatar[\'width_height\']} /></a></div>','-2','1800','1409759398')
That's an host issue. They set limit of sql queries to 500.
(2014-09-03, 03:53 PM)Jovan J. Wrote: [ -> ]That's an host issue. They set limit of sql queries to 500.

Ah thanks. I just found a solution for it.