Website URL
(https://www.standrewstotteridgepta.co.uk/)
Error Message
HTTP ERROR 500
Other Information
When I do a Softaculous Wordpress install it works perfectly so this is specific to Drupal
(https://www.standrewstotteridgepta.co.uk/)
HTTP ERROR 500
When I do a Softaculous Wordpress install it works perfectly so this is specific to Drupal
Can you enable âDisplay Errorsâ to get the actual error message?
Thank you.
I now have the following:
Parse error : syntax error, unexpected âstaticâ (T_STATIC) in /home/vol16_2/infinityfree.com/if0_35180123/htdocs/vendor/symfony/http-foundation/Request.php on line 300
Thank you. Looking up the issue, I could find this:
It seems that the issue is created by Symfony requiring PHP 8.1+. As the migration to PHP 8.2 is still ongoing, itâs possible your server hasnât been upgraded yet.
Can you check your current PHP version by creating a PHP file with the following code and then visiting it?
<?php
phpinfo();
Correct, thank you. I have PHP Version 7.4.8. What is the best option here?
You can migrate your website to another website account, chances are there that the new account will have PHP8.2
As an alternative, you can try finding the last version of Drupal that supports PHP 7.4 and then plan an upgrade to the PHP 8.2 version when the PHP upgrade comes to your server.
Thank you
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.