Update is required for php5.4
-
When running on PHP 5.4 one need to remove “&” in simplecrumbs.php:
get_path_titles ($post_parent, $titles); // was &$titlesA similar issue was discussed here.
PHP version can be checked by:
# php -v
The topic ‘Update is required for php5.4’ is closed to new replies.