Softaculous drupal HTTP ERROR 500

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

Can you enable “Display Errors” to get the actual error message?

4 Likes

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

1 Like

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();
4 Likes

Correct, thank you. I have PHP Version 7.4.8. What is the best option here?

1 Like

You can migrate your website to another website account, chances are there that the new account will have PHP8.2

4 Likes

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.

4 Likes

Thank you

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.