single.php fatal error after upgrade to 1.6.1.2 & WP 4.8

  • Author
    Posts
  • #49186

    Hi,

    For each single post we now receive this error message:
    Fatal error: Call to undefined function tempera_posted_on() in /home/www/625e7e71d4f764bcf85804d2bb6cd1f4/web/wordpress/wp-content/themes/tempera-child/single.php on line 26

    Example:
    http://www.aiwcgeneva.org/think-ski/’

    Line 26 :
    <?php tempera_posted_on(); cryout_post_meta_hook(); ?>

    This issue does not occur in other themes.

    Thanks in advance for any insights

    Website: aiwcgeneva.org

    #49189

    Well, a couple of hours later, things are looking much better. Never mind???

    #49392
    Zed
    Cryout Creations mastermind

    We’ve renamed the tempera_posted_on() function a little while ago. As you have calls to it in your child theme files, you will need to update these calls to reflect the new name.

    See the update announcement for a complete list of renamed functions.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #49447

    Thank you very much for your response.

    Yes, it turned out that another developer had created a single.php file in our child theme for some reason. All we had to do was delete it. Beware of customizations to php files in the child theme!

    Cheers

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

The topic ‘single.php fatal error after upgrade to 1.6.1.2 & WP 4.8’ is closed to new replies.