Good day.
I would like to know if any of you have had the opportunity to migrate a drupal site without using the natural migration processes. But using a sql dump and copy of /files folders
We required to make a copy of a site but they only sent us
dump sql
The entire /files folder
And the template
my developer comments that it has not been possible but he does not have much experience, that is why I bring this to the forum.
Even if there is someone who can do it, please send me a message.
I have a nice drupal 10 site developed on my local machine. Problem arose when I uploaded it to production server. For some reason, it would not install and instead I got this crypic message re: php extensons.
Disabled
Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information):
dom
gd
SimpleXML
xml
I have searched and searched but all I can find is advice to uncomment gd extension in php.ini file. But what about the rest: dom? simple xml? xml ?