- Issue created by @beau7
Function _system_rebuild_theme_data exists in Drupal 7.100. I cannot reproduce this on https://simplytest.me or on DDEV by downloading a compressed archive so I think you may have a platform setup issue on your end with the xampp setup. Is xampp configured for Drupal?
What is the relation of this issue to 🐛 Fatal error when trying to use File browser RTBC except they are fatal errors?
thank for the reply. I found the issue. I didnt extract the file at first. I just copied and pass. The file was corrupt. It is working fine now.
Is it possible for you to answer this question though:
I have backed up the database using the backup and migrate module from the drupal 7 live site. I have downloaded drupal 10 to install it on the local site. I have downloaded the public_html file from the drupal 7 remote site to add to the new site.
I just want to know where exactly am i to put the public_html file? Anywhere in the htdocs or somewhere in the new installed drupal 7 file? Please let me know. I am new to drupal. Also I do not see any default.settings.php document in the xammp/htdocs/public_html/site/default area. There was only settings.php. What is the work around this?
THe site is drupal 7 and I want to update it to drupal 10 on the localhost before i upload it on the remote host. Please to help and thanks.
This was the recommended instructions I am trying to follow but no response from the instructor is given as yet:
To move sites between servers, I do the following:1) install the backup and migrate module
2) backup the database using this module
3) copy all files from the whole site to the new server (in this case your local machine)
4) delete settings.php from the files on the new server
5) copy default.settings.php, and rename the copied file to settings.php
6) access the new site, and install it as if it were a fresh Drupal install
6B) You can use whatever site name and account names (etc.) you want when installing
7) After installation, enable the backup and migrate module
8) use this module to reinstall the database backup you took on the original serverThis works every time for me, and takes care of any file paths etc with no errors.
- Status changed to Closed: cannot reproduce
8 months ago 10:40pm 23 April 2024 Follow the instructions on Drupal.org to migrate from 7 to 10. As a bug report, this is resolved.