White frontend after uploading from local installation to web server

Hello guys,

I have the following problem:
I built the website on a local installation (Mac OS, MAMP) and everything was working fine.
Now I uplaoded the site to our webspace in order to show it to the customer. The backend works, but in the frontend I get only a white page without any content.
I deactivated all plugins, but this did not help.
I tried another theme - it works.
When I activate wp_debug, I don't get any information (still only white frontend).
In the backend I see the system status - there are no problems.
Server Info: Apache/2.2.16 (Debian)
PHP Version: 5.2.17
MySQL Version:
5.1.73

Whan can I do now?

Looking forward to your answer.

Best regards
Petya






Comments

  • Hi,

    Wordpress, since version 4.5, requires minimum PHP 5.6. If you open your blank site in Firefox html mode (CTRL+U) you see an error related with array_replace_recursive() function. It means your current PHP version is older than 5.6 and doesn’t support necessary Wordpress functions. We recommend you to contact with your admin/hosting provider because your PHP version requires update.

    Thanks!
  • Thank you.
    It was enough to put the number of the used php version in the htacess.
  • Really? That's incredible! But thanks for the note.
Sign In or Register to comment.