• Resolved puglet

    (@puglet)


    I just started getting this really cool error message:

    Fatal error: Call to undefined function: thematic_before_widget() in /home/content/o/b/w/obwatc/html/dailyfrolic/wp-content/themes/autofocusplus/thematic-functions.php on line 379

    I haven’t made any changes – but did just upload a plugin (the Like button from bottomless). I can’t even login to WP so I removed the plugin from the server.

    HELP?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter puglet

    (@puglet)

    this is the chunk of code mentioned in the error

    // Register the 4th Subsidairy Sidebar
    	register_sidebar(array(
    		'name' => '4th Subsidiary Aside',
    		'id' => '4th-subsidiary-aside',
            'description' => __('The 4th widget area in the footer.', 'thematic'),
    		'before_widget' => thematic_before_widget(),
    		'after_widget' => thematic_after_widget(),
    		'before_title' => thematic_before_title(),
    		'after_title' => thematic_after_title(),
    	));

    line 379 ='before_widget' => thematic_before_widget(),

    Thread Starter puglet

    (@puglet)

    Nevermind – it was a problem on my end. Somehow Thematic was in the wrong directory,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Fatal error :0’ is closed to new replies.