Fatal Error – page-facebook.php

Support Area Forums Foundation Fatal Error – page-facebook.php

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #5851
    Christina K.
    Participant

    Getting fatal error with Facebook Page template

    Fatal error: Call to undefined function csv_tags() in /home/mhefound/public_html/wp-content/themes/foundation/page-facebook.php on line 16

    Any suggestions? Thanks!

    #5854
    Bill Robbins
    Moderator

    Christina,

    It looks like you uncovered a bug in the most recent version. Here’s how to fix it.

      Go to the appearance section of your WordPress control panel and select edit to open up the theme editor.

    1. From the list of files on your right, choose page-facebook.php
    2. Look for this spot:
      
      
      <?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' | '; } ?><?php bloginfo('name'); if(is_home()) { echo ' | '; bloginfo('description'); } ?>
      
      
      	
      
      
      
      	
      
      
      <?php wp_title(''); ?>
      
      
    3. Delete it and save your changes

    That should fix the problem.

    We recently changed how titles work in the theme, but I missed the old method that was used in the Facebook page.

    If you run into any trouble, let me know,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error – page-facebook.php’ is closed to new replies.