• jronder

    (@villas-diani)


    I have noticed a number of errors in cpanel.

    [08-Oct-2013 17:05:43] PHP Warning: require(./wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home2/damian/public_html/index.php on line 17
    [08-Oct-2013 17:05:43] PHP Warning: require(./wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home2/damian/public_html/index.php on line 17
    [08-Oct-2013 17:05:43] PHP Fatal error: require() [function.require]: Failed opening required ‘./wp-blog-header.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home2/damian/public_html/index.php on line 17
    [08-Oct-2013 17:44:28] PHP Warning: require(./wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home2/damian/public_html/index.php on line 17
    [08-Oct-2013 17:44:28] PHP Warning: require(./wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home2/damian/public_html/index.php on line 17
    [08-Oct-2013 17:44:28] PHP Fatal error: require() [function.require]: Failed opening required ‘./wp-blog-header.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home2/damian/public_html/index.php on line 17
    [08-Oct-2013 20:05:12] PHP Warning: require(./wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home2/damian/public_html/index.php on line 17

    I can access the site and when I view it, it seems to be fine.

Viewing 2 replies - 16 through 17 (of 17 total)
  • No problem ??

    Thread Starter jronder

    (@villas-diani)

    So unfortunately the errors are still there:-( I have also noticed that when I go to public_html/villasdiani.com/wp-content/themes/ I have there 2 times header.php and header.phpxxx They have different beginning.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    <head profile="https://gmpg.org/xfn/11">
    
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    
    <title><?php wp_title(' &raquo; ',true,'right'); ?><?php bloginfo('name'); ?></title>
    
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="<?php if(ts_get_option('ts_rss')) : echo ts_get_option('ts_rss'); else : bloginfo('rss2_url'); endif; ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <?php wp_head(); ?>
    
    </head>

    and the other one is:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" lang="en-US">
    <head>
    
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <meta name="google-site-verification" content="hRZ9ZRlCURkbiJA5Ewf6VJlSfGZipdXnumAKlHcrHaQ" />
    <title><?php if( is_home() || is_front_page() ) bloginfo('name');
    else wp_title(); ?></title>
    
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="<?php if(ts_get_option('ts_rss')) : echo ts_get_option('ts_rss'); else : bloginfo('rss2_url'); endif; ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <?php wp_head(); ?>
    
    </head>

    I hope I add here this code the proper way, it is the first time I am doing this.

    Perhaps this is the problem…

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Cpanel Error Logs’ is closed to new replies.