Please help!

Discussion in 'PHP' started by sharoni, Feb 14, 2011.

  1. #1
    Hi all, I believe this is the best area of the forum for my problem, please forgive if it is not.

    A week (9th feb) ago my Wordpress site was transferred from one account within Godaddy to another (my new hosting account.)

    All went fine until this morning (14th feb)- now the site wont show and i cant get into the backend.

    This is the message i get when i type in the url:
    <?php
    /**
    * Front to the WordPress application. This file doesn't do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define('WP_USE_THEMES', true);

    /** Loads the WordPress Environment and Template */
    require('./wp-blog-header.php');
    ?>

    Does anyone have any idea what this is?

    Any help appreciated,
    Thank you
     
    sharoni, Feb 14, 2011 IP
  2. Simple Link Media

    Simple Link Media Peon

    Messages:
    38
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you are on shared hosting account, you should get in touch with their support - it seems that you have lost PHP ( i.e., all PHP files are not being parsed and executed ).
     
    Simple Link Media, Feb 15, 2011 IP
  3. sharoni

    sharoni Member

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    38
    #3
    Thanks for your reply Yes, it is shared hosting with Godaddy.
     
    sharoni, Feb 15, 2011 IP
  4. mfscripts

    mfscripts Banned

    Messages:
    319
    Likes Received:
    4
    Best Answers:
    8
    Trophy Points:
    90
    Digital Goods:
    3
    #4
    Yes it sounds like there may have been a change to your server config, either globally or locally on your account. Try finding an option to parse php within html files in your hosting control panel, that *may* resolve it.
     
    mfscripts, Feb 15, 2011 IP