Home Forums WoodMart support forum Fatal Error Footer with 1.9 update

Fatal Error Footer with 1.9 update

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #32914

    Snake
    Participant

    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

    #32920

    Artem Temos
    Keymaster

    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

    #32925

    Snake
    Participant

    Thanks !

    #32926

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Fatal Error Footer with 1.9 update’ is closed to new replies.