• Resolved hockemeyer

    (@hockemeyer)


    When I switch to php7, I get an empty dashboard. Deactivating SEO by Squirrly helps. My webserver error log shows

    2017/02/20 14:36:02 [error] 5749#0: *6 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: Call to undefined function simplexml_load_string() in /var/www/wordpress/wp-content/plugins/squirrly-seo/classes/SQ_Action.php:80
    Stack trace:
    #0 /var/www/wordpress/wp-content/plugins/squirrly-seo/classes/SQ_Action.php(39): SQ_Action->getActions(”)
    #1 /var/www/wordpress/wp-includes/class-wp-hook.php(298): SQ_Action->hookMenu(”)
    #2 /var/www/wordpress/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(”, Array)
    #3 /var/www/wordpress/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /var/www/wordpress/wp-admin/includes/menu.php(149): do_action(‘admin_menu’, ”)
    #5 /var/www/wordpress/wp-admin/menu.php(282): require_once(‘/var/www/wordpr…’)
    #6 /var/www/wordpress/wp-admin/admin.php(138): require(‘/var/www/wordpr…’)
    #7 /var/www/wordpress/wp-admin/index.php(10): require_once(‘/var/www/wordpr…’)
    #8 {main}
    thrown in /var/www/wordpress/wp-content/plugins/squirrly-seo/classes/SQ_Action.php on line 80″ while reading response header from upstream, client: 143.50.62.41, server: tquant.eu, request: “GET /wp-admin/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php/php7.0-fpm.sock:”, host: “tquant.eu”, referrer: “https://tquant.eu/wp-login.php”

    I have WordPress running on a xubuntu 14.04 with nginx web server.

    Any help is appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Paul Sorel Nagy

    (@nagysorel)

    Hi,

    Please check if you have php7.0-xml installed.

    This may be causing the issue.

    In case you are the webmaster, please try to install php7.0-xml using the following command on your hosting server: “sudo apt-get install php7.0-xml”

    This tutorial can help http://stackoverflow.com/questions/31206186/call-to-undefined-function-simplexml-load-string-in-cron-file.

    What might have happened is when php was upgraded, not all the modules from the previous version were compatible with php7.0, thus the simplexml_load_string() was not loaded because the module containing it was incompatible.

    But please be advised of the fact that the previous steps have not been tested by us, so we cannot guarantee that this will fix the problem. It is not a plugin issue, but a hosting issue so please take full responsibility for the changes that you will make on the server.

    If you are not the webmaster, please forward this response to him.

    Hope this helps.

    Feel free to contact us at [email protected] for any questions or issues.

    Best Regards,
    Sorel

    Thread Starter hockemeyer

    (@hockemeyer)

    Hi,
    thanks a lot, this solved the problem.

    Best regards,
    Cord

    Plugin Contributor Paul Sorel Nagy

    (@nagysorel)

    Hi Cord,

    I’m happy that I helped you.

    Thank you for your interest in Squirrly Plugin.

    Best Regards,
    Sorel

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problems with php7’ is closed to new replies.