Fatal Error Footer with 1.9 update
-
Hi team,
with the 1.9 update, I have a problem, the footer disappear and I have this message at the end of my page :
Fatal error: Can’t use function return value in write context in /home/WwwBSD/telescoperche.com/web/wp-content/themes/woodmart/footer.php on line 19
When I downgrade with the 1.8, no problem.
Do you have an idea ?
My best
Hi,
It seems that you have an outdated version of PHP on the server. You can update it to version 5.6+ to fix the problem. Or you can change the code
<?php if ( !$disable_prefooter && !empty( woodmart_get_opt( 'prefooter_area' ) ) ): ?>
to this one
<?php if ( !$disable_prefooter && woodmart_get_opt( 'prefooter_area' ) ): ?>
in the file woodmart/footer.php
Regards
The topic ‘Fatal Error Footer with 1.9 update’ is closed to new replies.