• I think my website has been unlincked with the server, I can not go to wordpress and when I search my website I get this code that you can see if you go to the web (pipi-cucu.es).

    I’m not sure if this is the problem or not, if someone has had something similar or know the problem and the solution to contact me.

    Thanks.

    • This topic was modified 6 years, 11 months ago by victorj63.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi … I am not a WP expert, but I had this problem, and here is what I would do now.
    1. Use FTP software, and get in to your website folder (hosted by your hosting company), and — be careful not to delete anything — just copy all the files from the web host down to your hard drive.
    2. I will guess that the problem is — your WordPress updated to a newer version, but your PHP or SQL is not updated — so it makes this error.
    3. When I had this problem, I asked my web hosting company to update the Php to the latest version, and when they did this, the website fixed.
    4. However, it could be the opposite problem — the PHP was updated, but your older version of wordpress was not able to manage this new PHP version. In this case, the solution would be to ask your web hosting company to put the PHP version back to the older version. And then see if your website works.
    If a WordPress expert sees this problem, they will be able to give you more and better information.

    As the above posted recommended, it looks to be an issue with the version of PHP your website is running and WordPress.

    Your server isn’t correctly executing the scripts, hence the gibberish you’re seeing when you attempt to load your website.

    I did a reverse IP on your website and it does appear your web host supports both PHP 5.6 and PHP 7.X.

    I would create a new file called info.php with the contents:

    <?php
    
    // Show all information, defaults to INFO_ALL
    phpinfo();
    
    ?>

    This will show you which version your website is using.

    I would then provide this page to your web host to see if they can’t correct the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My wordpress doesn’t work’ is closed to new replies.