• Resolved Bruno Riggs

    (@riggsba)


    Showed this error and stopped.

    Warning: PDO::query(): MySQL server has gone away in /home2/danyeb87/public_html/brunoriggs.com.br/dev-sqm/wp-content/plugins/fg-joomla-to-wordpress/admin/class-fg-joomla-to-wordpress-admin.php on line 551

    Any suggestion?

Viewing 1 replies (of 1 total)
  • Plugin Author Kerfred

    (@kerfred)

    That means that the MySQL process has crashed.
    You can enter these SQL requests in phpMyAdmin to leverage the MySQL server:

    set global net_buffer_length=1000000;
    set global max_allowed_packet=1000000000;

    Anyway, if you click again on the import button, the import will resume where it left off.

Viewing 1 replies (of 1 total)

The topic ‘Importation Error Warning: PDO::query():’ is closed to new replies.