Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm getting ready to use Features Override so I can upgrade Panopoly. My question is, how many checkboxes should I click for the Feature I create to capture my overrides?
For example, I only have 3 areas that show up with Overrides on the Manage/Panopoly tab: Core, Pages, and Wysiwyg. But when I look at the Create Feature tab, there are hundreds of things. I think all I need to do is locate just the Overidden things, select them, then create the feature.
I've little experience updating drupal. Trying to update to 6.3.7 and getting an error.
Process
Throw site into maintenance mode
Remove folders from root folder (per documentation)
Copy up the folders specified from the drupal 637 tar
Run update.php
Here is the error:
warning: array_pop() expects parameter 1 to be array, boolean given in /mnt/stor3-wc2-dfw1/472004/WEBSITENAME/web/content/update.php on line 316.
I have just uploaded the Drupal 7.39 core files (except the sub folder "sites") via FTP and when I go to my website it says I need to update Drupal core. I did it twice to make sure all files were uploaded.
I cleaned the cache it didn't help and triggered a Fatal Error.
Then I tried to run the update.php script but I get a Fatal Error.
I've recently been working on upgrading a Drupal 6 site to Drupal 7. I'm brand new to Drupal, but I've been following the instructions set out in Upgrade.txt, so I've done the following:
- backed up all files and the database
- disabled all contributed modules
- removed all old files
- uploaded the Drupal 6.37 files
- replaced the sites directory with the one I had previously backed up
- ran update.php
- removed all the files
- uploaded the Drupal 7 files
- replaced the sites directory with the one I had previously backed up