Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Forum: Fixing WordPress
    In reply to: Parse error
    Thread Starter CWBush83

    (@cwbush83)

    Email sent

    Forum: Fixing WordPress
    In reply to: Parse error
    Thread Starter CWBush83

    (@cwbush83)

    How much are we saying? At this point I’m getting a little stressed. I don’t make a lot of coin from this site, but it is something I’d rather not lose access to for long.

    Forum: Fixing WordPress
    In reply to: Parse error
    Thread Starter CWBush83

    (@cwbush83)

    I tried to based on those instructions, but I didn’t have much luck at all. I am completely overwhelmed by this kind of thing.

    Forum: Fixing WordPress
    In reply to: Parse error
    Thread Starter CWBush83

    (@cwbush83)

    Now I seem to have lost all access.

    I just get this:

    Warning: require_once(/home3/allstav4/public_html/aussieontheroad/wp-load.php) [function.require-once]: failed to open stream: No such file or directory in /home3/allstav4/public_html/aussieontheroad/wp-admin/admin.php on line 20

    Fatal error: require_once() [function.require]: Failed opening required ‘/home3/allstav4/public_html/aussieontheroad/wp-load.php’ (include_path=’.:/usr/lib64/php:/usr/lib/php’) in /home3/allstav4/public_html/aussieontheroad/wp-admin/admin.php on line 20

    at the admin screen

    FML

    Forum: Fixing WordPress
    In reply to: Parse error
    Thread Starter CWBush83

    (@cwbush83)

    Thanks.

    Now I’m getting:
    Fatal error: Call to undefined function wp() in /home3/allstav4/public_html/aussieontheroad/wp-blog-header.php on line 14

    <?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' );
    
    }
    
    ?>

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