[Urgent] WordPress: Upgraded to PHP 7.3. Nothing Working
-
Hello,
I recently have upgraded my Ubuntu VPS with: apt-get upgrade, apt-get dist-upgrade, and apt autoremove which upgraded my php from 7.2 to 7.3. My WordPress website was working great until I upgraded my PHP to 7.3. It was then saying “Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request”. Then, when I tried ” a2dismod php7.2″, ” a2enmod php7.3 “, “systemctl restart apache2”, I get:
This page isn’t working x.com is currently unable to handle this request. HTTP ERROR 500I tried:
– The most likely issue is a corrupted .htaccess file. Log in to your site root using FTP and rename your .htaccess file to .htaccess_old
. Try loading your site to see if this has solved your problem. If it works, make sure to visit Settings > Permalinks and reset your permalinks. This will generate a new .htaccess file for you.
– Try deactivating all of your Plugins to see if it is a Plugin issue. If you are unable to access your WordPress Administration Screens, deactivate your Plugins via FTP by following these instructions.
– Switch the Theme to the WordPress default Theme (e.g. Twenty Seventeen) to eliminate any Theme-related problems.
– Increase the PHP Memory limit
– Try re-uploading the wp-admin and wp-includes folders from a fresh install of WordPress.Furthermore, my PHP is working for sure. I tested to rename my “index.php” in /var/www/wordpress to “index.php.backup” and created a new index.php with:
<?php phpinfo(); ?>
It shows the normal PHP page with version etc…I do not know what to do. The three most recent backups are corrupted…
Please help me :/
- The topic ‘[Urgent] WordPress: Upgraded to PHP 7.3. Nothing Working’ is closed to new replies.