Subject: PHP 7.3 Drupal Not Loading
The following message was sent by our staff regarding the above subject:
Rob,
We completed the upgrade to PHP 7.3 yesterday and that seems to be the cause.
Using the information here: https://www.drupal.org/project/drupal/issues/3026449#comment-13275655
I changed your drupal/sites/defaults/settings.php file to replace the line:
#ini_set('session.save_handler', 'user');
with:
session_set_save_handler(new SessionHandler());
The site is now loading. :)
p.s. Keep an eye on the Upgrades Log for future updates -- we did announce it was coming a while ago, and while the switch has been very smooth respectively, it can cause little issues like this.
Please feel free to contact us again if you have any other questions or issues. Thank you for contacting us.
Best regards,
WEBMASTERS.COM
Support Team |