Title: Parse error
Last modified: August 19, 2016

---

# Parse error

 *  [CWBush83](https://wordpress.org/support/users/cwbush83/)
 * (@cwbush83)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/parse-error-78/)
 * I had an issue with WP not allowing me to access admin CP (white screen) after
   attempting to deactivate Picasa plugin. In attempting to troubleshoot I edited
   config.php and have been getting the below error ever since:
 * Parse error: syntax error, unexpected $end in /home3/allstav4/public_html/aussieontheroad/
   wp-config.php on line 1
 * Can somebody look over my code and see what is wrong? I’ve changed the login 
   details so they’re not my actual ones for the purpose of this post.
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome).
   Please use the [pastebin](http://wordpress.pastebin.com)]_

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

 *  [banago](https://wordpress.org/support/users/banago/)
 * (@banago)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/parse-error-78/#post-1816183)
 * Make a break at the top:
 * `<?php/** *`
 * Should be:
 *     ```
       <?php
       /** *
       ```
   
 *  Thread Starter [CWBush83](https://wordpress.org/support/users/cwbush83/)
 * (@cwbush83)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/parse-error-78/#post-1816185)
 * 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' );
   
       }
   
       ?>
       ```
   
 *  [banago](https://wordpress.org/support/users/banago/)
 * (@banago)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/parse-error-78/#post-1816189)
 * This function is not recognized:
 * `wp();`
 * This means your WP files are not complete. Try to do a manual upgrade of your
   blog: [http://www.wplancer.com/upgrading-wordpress-in-ten-easy-steps/](http://www.wplancer.com/upgrading-wordpress-in-ten-easy-steps/)
 *  Thread Starter [CWBush83](https://wordpress.org/support/users/cwbush83/)
 * (@cwbush83)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/parse-error-78/#post-1816201)
 * 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
 *  [banago](https://wordpress.org/support/users/banago/)
 * (@banago)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/parse-error-78/#post-1816208)
 * You’re just missing some files. Did you make the upgrade?
 *  Thread Starter [CWBush83](https://wordpress.org/support/users/cwbush83/)
 * (@cwbush83)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/parse-error-78/#post-1816212)
 * 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.
 *  [banago](https://wordpress.org/support/users/banago/)
 * (@banago)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/parse-error-78/#post-1816214)
 * Would you like me to get on board to help you for a few bucks?
 *  Thread Starter [CWBush83](https://wordpress.org/support/users/cwbush83/)
 * (@cwbush83)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/parse-error-78/#post-1816215)
 * 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.
 *  [banago](https://wordpress.org/support/users/banago/)
 * (@banago)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/parse-error-78/#post-1816216)
 * Let’s talk in private: banago at gmail.
 *  Thread Starter [CWBush83](https://wordpress.org/support/users/cwbush83/)
 * (@cwbush83)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/parse-error-78/#post-1816220)
 * Email sent
 *  [banago](https://wordpress.org/support/users/banago/)
 * (@banago)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/parse-error-78/#post-1816242)
 * We’re both happy now 🙂

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

The topic ‘Parse error’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 2 participants
 * Last reply from: [banago](https://wordpress.org/support/users/banago/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/parse-error-78/#post-1816242)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
