Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: "2006 Mysql Server Has Gone Away" ? Help Needed ? #24715
    Myx.Ostankin
    Member
    'peterlaursen' wrote:

    I think the situation is one of those:

    1) unstable connection or server

    2) the max_allowed_packet setting in MySQL configuration is too low! Default is 1 M only and a single BLOB can be 64 M !

    If you have acces to MySQL configuration then insert a line like this in the [mysqld] section of the configuration file (my.ini/my.cnf)

    max_allowed_packet = 100M

    The MySQL server must be restarted for the configuration change to take effect.

    Googled this page when came across the same problem – this solution worked for me, thanks a lot!

Viewing 1 post (of 1 total)