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 decided to jump from Dru 6 to Dru 7
And Update.php now have some problem with Block module:
The following updates returned messages
block module
Update #7002
Failed: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mysql.blocks' doesn't exist: SHOW INDEX FROM {blocks}
WHERE key_name = 'list'; Array ( ) in db_drop_index() (line 2924 of /home/account/domains/mysite.org/includes/database/database.inc).
I have one site on a multisite install that has fallen way behind in updates. For example; site1,site2, site3 ahve been update and upgraded to drupal 7 but site4 stayed on drupal 6.09. Is there an easy way to get this site
up to date? If so, can you direct me to some instructions to accomplish the task?
Hello!
So... I just tried to update from drupal 7.17 to 7.18, but I ran into an unresolved dependency problem which prevented me from running update.php.
Missing: entity
Required by: entity token
I am rather new to drupal, but I know this means the Entity API module should be missing. What I don't understand is that:
a) the module is installed and enabled (I double checked on my production site 5 minutes ago – files are installed in sites/default)
b) Entity Token is a submodule (sorry if there is a more exact term for this) of the Entity API
I noticed in the announcements that Drupal 7.18 has been released. In the FreeBSD ports, it still has version 7.16. Is there a timeline when ports will be updated?
I'm hesitant to do a manual update in the meantime and then reapply the port update when it becomes available.