Fatal error with wp 4.7.1
-
Hi all, Fatal error opening CataBlog link with wordpress 4.7.1.
PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function wp_unique_term_slug(), 1 passed in … wp-content/plugins/catablog/lib/CataBlog.class.php on line 3600 and exactly 2 expected
The line is:
$slug = @wp_unique_term_slug($slug);
My temporary patch:
$slug = @wp_unique_term_slug($slug,null);With the update it seems to work but I don’t know the possible side effects of the call with “null” value.
Best regards
red
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Fatal error with wp 4.7.1’ is closed to new replies.