MyBB Community Forums
Installation Error - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: Installation and Upgrades Support (https://community.mybb.com/forum-182.html)
+--- Thread: Installation Error (/thread-158587.html)



Installation Error - Max Payne - 2014-09-03

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')


RE: Installation Error - Jovan J. - 2014-09-03

That's an host issue. They set limit of sql queries to 500.


RE: Installation Error - Max Payne - 2014-09-03

(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.