Forums

[resolved] Fatal Error (3 posts)

  1. kaisdaddy
    Member
    Posted 4 years ago #

    I just moved a wordpress site from another host. Unfortunately, I'm getting an error that is completely meaningless to me, since I'm not a PHP expert. The domain is http://www.buddywitherspoon.com and the IP address is 64.34.184.141 - I say that because if the site is not coming up with the error, the new DNS has not propagated to your neck of the woods yet.

    In case you can't pull it up, the error is as follows:

    Fatal error: Call to undefined function: dd_last_from_each() in
    /home/buddy/public_html/wp-content/themes/k2/frontpage.php

    I looked on that line number and the call there is as follows:

    <?php echo dd_last_from_each(); ?>

    I guess I'm confused because I didn't change a thing on the site and it's working fine on the other server with the exact same code: 208.113.190.129

  2. whooami
    Member
    Posted 4 years ago #

    that function is added to your theme files when you want to use this plugin:

    http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-11/

    Look at your current sites plugins:

    http://buddywitherspoon.com/wp-content/plugins/

    Is it there? no.

    So the function is looking for files that dont exist anymore.

    You may have moved WP but you didnt move the plugins associated with the other install.

  3. kaisdaddy
    Member
    Posted 4 years ago #

    Thanks a bunch! I obviously didn't get enough sleep prior to moving this over...

Topic Closed

This topic has been closed to new replies.

About this Topic