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 tried putting the site in maintenance mode, replacing the files with the new ones from the 7.4 archive and ran update.php. But update.php always says, that there are no updates pending and the version still is 7.2.
How do I perform that update?
Edit:
Ok, I solved it, seems that I was too stupid to correctly overwrite the files from the shell
After upgrade to Core 7.4, when I navigate to "Permissions" with my admin account I receive the following line of error:
Fatal error: Unsupported operand types in ...../drupal/modules/user/user.admin.inc on line 696
I did a backup before the upgrade and I compared both user.admin.inc files with WinMerge and there is no difference :( in both files line 696 are the same and post upgrade I could access the permissions without any error.
i want to update 2 site from 6.22 to d7 but i have no knowledge and mostly fear. the thing is i use on my sites a lot of views with modules like Formatted Number CCK. i know d7 has the modules cck and Number in. Is anyone here where i can meet in Berlin on 25-26 Juni / drupaldesigncamp.net ?
I wrote a script, that transfers the MySQL-dump of the Drupal database and loads it into another environment. It copies all tables except those, matching the cache*-template. These cache-tables are duly dropped and recreated by the mysqldump-generated SQL, but all of the lines of "INSERT INTO `cache" are filtered-out.
I am getting an error when I upgraded from Drupal 7 to 7.2. I'm a Drupal noob so any help would be greatly appreciated.
* Notice: Undefined index: name in system_requirements() (line 39 of /var/www/html/drupal7/modules/system/system.install).
* Notice: Undefined index: version in system_requirements() (line 41 of /var/www/html/drupal7/modules/system/system.install).
Can you guys help me, I am upgrading a d5 to d6, can you help me convert this function, i know _phptemplate_variables is not supported but i have no idea how to convert this