• Resolved TriangleAE

    (@triangleae)


    I have a premium theme that is no longer supported.

    When I updated to that latest wordpress and upgraded the php to 5.4

    I got an Option Tree fatal error in header-2.php line 19

    Below is the code, but I am at a loss for what is wrong.

    Any help will be rewarded with good wishes.

    [20-Dec-2013 18:42:20] PHP Fatal error: Call to undefined function get_option_tree() in /home5/pwcapita/public_html/wp-content/themes/Conference/header.php on line 19
    [20-Dec-2013 18:42:20] PHP Fatal error: Call to undefined function get_option_tree() in /home5/pwcapita/public_html/wp-content/themes/Conference/header-2.php on line 19

    Header 2

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    
    <head>
    	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    	<title><?php wp_title('»', true, 'right'); ?> <?php bloginfo('name'); ?></title>
    
    	<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" />
    	<link rel="stylesheet" type="text/css" href="<?php echo (PAU1W_SCRIPTS_FOLDER .'prettyPhoto/css/prettyPhoto.css')?>" media="screen" />
    
    	<!--[if IE 7]>
    		<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/css/ie7.css" media="screen" />
    	<![endif]-->
    
    	<!--[if IE 8]>
    		<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/css/ie8.css" media="screen" />
    	<![endif]-->
    
    	<?php if ( get_option_tree('theme_skin') ) { ?>
    	<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/skins/<?php get_option_tree('theme_skin', '', true); ?>/<?php get_option_tree('theme_skin', '', true); ?>.css" media="screen" />
    	<?php } else {} ?>
    
    	<?php wp_enqueue_script('jquery'); ?>
    
    	<?php wp_head(); ?>

    Header 1

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    
    <head>
    	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    	<title><?php wp_title('»', true, 'right'); ?> <?php bloginfo('name'); ?></title>
    
    	<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" />
    	<link rel="stylesheet" type="text/css" href="<?php echo (PAU1W_SCRIPTS_FOLDER .'prettyPhoto/css/prettyPhoto.css')?>" media="screen" />
    
    	<!--[if IE 7]>
    		<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/css/ie7.css" media="screen" />
    	<![endif]-->
    
    	<!--[if IE 8]>
    		<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/css/ie8.css" media="screen" />
    	<![endif]-->
    
    	<?php if ( get_option_tree('theme_skin') ) { ?>
    	<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/skins/<?php get_option_tree('theme_skin', '', true); ?>/<?php get_option_tree('theme_skin', '', true); ?>.css" media="screen" />
    	<?php } else {} ?>
    
    	<?php wp_enqueue_script('jquery'); ?>
    
    	<?php wp_head(); ?>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    http://wordpress.org/plugins/option-tree/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP 5.4 will not let my theme and option tree play together’ is closed to new replies.