• Resolved specialgart

    (@skimoshi)


    Hi.
    I wake up this morning with my website down, I have don′t “touch” anything in days, and I can’t acccess now. The site is https://emofor.com and the error message is:

    Warning: require_once(/home/hjvsvkot/public_html/wp/wp-load.php) [function.require-once]: failed to open stream: No such file or directory in /home/hjvsvkot/public_html/wp/wp-blog-header.php on line 12

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/hjvsvkot/public_html/wp/wp-load.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/hjvsvkot/public_html/wp/wp-blog-header.php on line 12

    Anyone can help me?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello sir u have not define which version u have use so this file

    Replace whole code with or check with code.
    wp-blog-header.php (4.2.4)

    <?php
    /**
     * Loads the WordPress environment and template.
     *
     * @package WordPress
     */
    
    if ( !isset($wp_did_header) ) {
    
    	$wp_did_header = true;
    
    	require_once( dirname(__FILE__) . '/wp-load.php' );
    
    	wp();
    
    	require_once( ABSPATH . WPINC . '/template-loader.php' );
    
    }
    Thread Starter specialgart

    (@skimoshi)

    The code of my wp-blog-header.php is exactly like this.

    <?php
    /**
    * Loads the WordPress environment and template.
    *
    * @package WordPress
    */

    if ( !isset($wp_did_header) ) {

    $wp_did_header = true;

    require_once( dirname(__FILE__) . ‘/wp-load.php’ );

    wp();

    require_once( ABSPATH . WPINC . ‘/template-loader.php’ );

    }

    I cant remember the version of WP installed, is there any way to see that without enter in admin panel (because I can,t)?

    wp Root directory on with readme.html there 10 to 12 lines on h1 tag in write current version u have check there.

    Make valid permisson for wp.

    Thread Starter specialgart

    (@skimoshi)

    Thank you.
    Version 4.2.2

    Thread Starter specialgart

    (@skimoshi)

    My website is ok now. My hosting company solves the issue, they say it was a malware incident. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Warning: require_once(/home/mysite/public_html/wp/wp-load.php)’ is closed to new replies.