Viewing 3 replies - 1 through 3 (of 3 total)
  • to fix this replace the following lines in wp-content/plugins/advanced-category-excluder/advanced-category-excluder.php

    replace in line 128:
    $sql_version = substr (mysql_get_server_info (), 0,3);
    with this:
    $sql_version = '5.6';

    replace in line 367:
    $cats = split(',',get_option("ace_categories_norobots"));
    with:
    $cats = explode(',',get_option("ace_categories_norobots"));

    Thread Starter w14r

    (@w14r)

    Tank you magenbrot.

    That solved the problem.

    Wilhelm

    Amazing magenbrot
    Thank you very much !!
    Regards.

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