I'm trying to install drupal 6 site in order to access old backup, but I keep getting http error 500 when I try to run the installation script as usual. Does anyone has idea of how to get around this?
I transferred a drupal 7 site from a centos 7 box to a rocky 8 box. I kept the same version of php (7.4) as well as all the same php modules, but when I go to the new site on the rocky box I get the WSOD. I have tried every suggestion on this forum and others, such as https://www.drupal.org/node/158043 , to make errors show up but no mater what I do I don't see any errors, all I see is the WSOD. Log files are also not being updated with any information.
I've been given the task of maintaining and making changes to a website built with Drupal 7 with the eventual goal of uprgrading it to Drupal 9.
I've installed XAMPP on my mac to host the site locally to learn about it as I'm pretty much a newb when it comes to websites and Drupal.
I've copied the live site's files to a folder 'mysite' under htdocs and copied the database over to MySQL and changed the settings.php file to reflect the username and password.
A Few days ago I tried to move a Drupal site from one host to another. but failed. Could anyone point me to the steps involved in migrating a site from one server to another?