I've been using Drupal for over an year now and I've been quite happy with it. Yesterday I decided to upgrade my 4.6.x installation to 4.7.
My installation is multisite; main web is on scrolls.org and subwebs on scrolls.org/subweb2. So I host webs on both virtual hosts and simply subdirectories.
I had Gallery2 embedded working fine on all sites using templates from the subwebs.
I upgraded the database and it failed while trying to parse the Icelandic letter 'ý' and confused it with 'y' in my user table.
After fixing that I proceeded with the DB upgrade and it went fine, gave me warning on the subwebs because my user master table had already been upgraded.
Now to the horrific problems
1. I can't get rewrite to work correctly with Drupal and Gallery 2.1. I've been through all the forum posts, google search and I can make it work... for ONE site. Every time I configure the Drupal Gallery module it decides to MESS with my .htaccess file.
Since I have sites like
- www.scrolls.org/andri (my site)
- www.scrolls.org (main site)
that share the same directory structure and codebase (and the .htaccess file) I can not allow Gallery or Drupal to change the .htaccess file for each web.
Even when I try to manually edit the rewrite algorythms the problem is that the Gallery is linking to the root gallery (scrolls.org/gallery) when I'm obviously browsing the subweb one (scrolls.org/andri/gallery).