Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

What does this error message mean?


  #1  
Old Mar 30, 2009, 10:37 PM
chiaxiong
 
5 posts · Mar 2009
Hi all. I am kind of new to this, but after uploading the files to my host, I am receiving this error message. What does it mean?


Fatal error: Call to undefined function is_tag() in /www/sqweebs.com/l/i/f/lifebloom/htdocs/Wordpress/wp-content/themes/atahualpa331/functions.php on line 881

And how do I go about resolving it?

-CHIA-
  #2  
Old Mar 31, 2009, 12:05 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Looks like you're running WP 2.2, where is_tag is not available? In functions.php replace

PHP Code:
    if ( is_tag() ) {
        
$body_classes .= " body-tag";
    } 
with
PHP Code:
    if ( functions_exists('is_tag') ) {
    if ( 
is_tag() ) {
        
$body_classes .= " body-tag";
    }
    } 
I am adding this fix to the next version.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Create a poll plug in error message ldsmedia Plugins & Atahualpa 3 Jul 10, 2009 02:41 PM
[SOLVED] Help! I can't get out of the error message! No ATO buttons work. nasu Installing & running WordPress 2 Jun 29, 2009 09:26 PM
Error Message paulharrisjr Atahualpa 3 Wordpress theme 1 May 23, 2009 10:11 AM
please help error message bfa_popular_in_cat.php on line 7 tomhypno Atahualpa 3 Wordpress theme 2 Apr 12, 2009 06:17 AM
Keep getting error message Jerry Atahualpa 3 Wordpress theme 1 Apr 4, 2009 10:28 PM


All times are GMT -6. The time now is 08:46 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.