Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Alex Gor

    (@alexgff)

    WPGlobus 1.5 was not tested with PHP 7 yet.
    Thank for your reporting

    Plugin Author TIV.NET INC.

    (@tivnetinc)

    @sakura777 Could you please tell us if you see any specific error messages?
    Thank you!

    Thread Starter sakura777

    (@sakura777)

    Sure:

    2016/05/03 18:29:11 [error] 732#732: *22 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught Error: Call to undefined function mb_strpos() in /var/www/html/wp/wp-content/plugins/wpglobus/includes/class-wpglobus-core.php:108
    Stack trace:
    #0 /var/www/html/wp/wp-content/plugins/wpglobus/includes/class-wpglobus-core.php(270): WPGlobus_Core::text_filter('dni', 'es')
    #1 /var/www/html/wp/wp-content/plugins/wpglobus/includes/class-wpglobus-filters.php(105): WPGlobus_Core::translate_term(Object(WP_Term), 'es')
    #2 /var/www/html/wp/wp-includes/plugin.php(235): WPGlobus_Filters::filter__get_terms(Array)
    #3 /var/www/html/wp/wp-includes/taxonomy.php(1741): apply_filters('get_terms', Array, Array, Array)
    #4 /var/www/html/wp/wp-includes/category.php(54): get_terms(Array, Array)
    #5 /var/www/html/wp/wp-content/themes/Divi/options_divi.php(6): get_categories(Array)
    #6 /var/www/html/wp/wp-content/themes/Divi/epanel/custom_functions.php(1366): require_once('/var/www/html/w...')
    #7 /var/www/html/wp/wp-content/themes/Divi/functions.php(8418): et_load_core_options()
    #8 /var/www/ht" while reading response header from upstream, client: 127.0.0.1, server: localhost, request: "GET /wp-admin/admin.php?page=wpglobus-about HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.0-fpm.sock:", host: "localhost"

    Kind regards

    Plugin Author TIV.NET INC.

    (@tivnetinc)

    Oh, this has nothing to do with PHP 7

    Your PHP does not have the multibyte string extension loaded:

    https://php.net/manual/en/mbstring.installation.php

    Please ask your hosting provider to enable the mbstring support – and everything should work.

    Thank you!
    Gregory
    WPGlobus

    Thread Starter sakura777

    (@sakura777)

    Fortunatly,it is a dedicate server:

    apt-get install php7.0-mbstring

    resolv my problem, its included by default in php5 but not in php7.

    Anyway thank you for your help ??

    Plugin Author TIV.NET INC.

    (@tivnetinc)

    You are very welcome!

    If you like WPGlobus, please leave us a 5-star review! Appreciated!

    Thread Starter sakura777

    (@sakura777)

    Sure, I love it !!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘PHP 7’ is closed to new replies.