I just upgraded from 4.6.3 to 4.7.2 and everything went generally fine. But... I had to upgrade "taxonomy block" module, as well, which apparently stopped supporting unicoded titles!!!
In order to be more specific, I had 3 taxonomy blocks on the right column, which were in Greek. Right after the update, I got some strange symbols instead. I tried to edit the title and insert the Greek caption once more, but it didn't work; this time I only got question marks (????).
This affects only the title of the module. Not the contents or anything else... Any ideas?
i m using drupal4.7.x, recently i update my system from mysql 3.x -->mysql4.1.x
and php4.1.x-->php5.x and now i am not able to loging to drupal, it show these errors can any one please tell me how do i solve this problem
It does udate the database schema to the most current state.
But what tables does it udpate? The base set (as listed in original database.mysql) together with the {table_name} syntax to get the proper table name?
What if I have a multi site instalation with partialy shared tables via db_prefix array? Then I need to update all the tables for each of the sites. Do I need to 1) run the udpate.php per site, or 2) is the update.php script clever enough to enumerate all the sites/settings.php files or 3) some other way?