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.
Kindly I've tried to upgrade drupal to the latest security version, while running Update.php I have following error:
(Fatal error: Allowed memory size of x bytes exhausted (tried to allocate y bytes) in /includes/cache.inc on line 454).
I fix this problem by creating a new file php.ini, and add the code...
php_value memory_limit = "128M"
And add the line
ini_set('memory_limit', '512M');
to my [Drupal 7 root]/sites/default/settings.php file.
But previous fatal error causes: The whole website theme is damaged.
I am a software engineer by training and new to dealing with CMSs including Drupal. I inherited a Web server that I am in the process of moving to the cloud. I have copied all of the Drupal files and database to our new hosted system. Everything looked fine and then I updated the Drupal core and modules that were out of date.
I went from Drupal 6.26 to 6.36. The good news is that the updates fixed known security issues and now I have a bunch of pretty green checkboxes on the Available Updates page. The less good news is that the administration menu is gone.
Currently this site is using Drupal 6.x and want to upgrade into Drupal 7.x .
"Flash Node" module doesn't have support for Drupal 7.x, and my site is majorly dependent on this module. All flash games are using "Flash Node", and approx 25000 nodes are created through this module.