Hello!
I'm not sure if anyone else has encountered this, but I recently upgraded Drupal to 7.18 and encountered several problems with the themes that I have on my site, AT Core, 7.x-3.1 and AT Commerce 7.x-3.0 rc1.
At first the themes wouldn't load properly and the only working theme was Bartik. The reason for this was because of the FTP that I used to transfer my files. So, I did a fresh install of AT Core and AT Commerce.
That worked, somewhat. I was able to enable and set the theme as a default, but when I made changes to my theme settings (like uploading a logo and changing fonts), none of those settings actually saved. I cached the page 2 times and nothing changed. I then cached the page and compressed the cached pages, along with aggregating and compressing css files and aggregating javascript files.
That's when everything went wrong. When I chose those two options in performance settings and cached the page, the theme went down again and my page basically looked like it had no theme at all.
I'm not sure if this is a theme issue or if maybe there's something going on with the 7.18 update and the way it deals with themes. Has anyone else experienced an issue with the theme when upgrading to 7.18? Can someone please give me an idea of what it could be?
I followed all of the suggestions here: http://drupal.org/node/986558
But nothing seems to work.
I'm attaching screenshots of the theme when it's working and when it's down.
| Comment | File | Size | Author |
|---|---|---|---|
| brokentheme1.png | 28.35 KB | Anonymous (not verified) | |
| notbrokentheme.png | 30.41 KB | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedSorry, but I forgot to include a link to the site. www.hitflooring.com
Comment #2
Anonymous (not verified) commentedSorry, but I forgot to include a link to the site. www.hitflooring.com
Comment #3
Jeff Burnz commentedOn your site now I get an error:
Fatal error: Call to undefined function node_access_needs_rebuild() in /home/hitfloor/public_html/sites/all/modules/taxonomy_access/taxonomy_access.module on line 598Also the site is in maintenance mode.
Comment #4
Anonymous (not verified) commentedHi Jeff,
Yes, I have the site in maintenance mode because of the problems that it's going through. I rebuilt the permissions of the taxonomy access control module, but the same issue persists with the site. So you don't think it would have anything to do with the theme and drupal 7.18?
Comment #5
Jeff Burnz commentedNo, I don't think so, I run this theme in several installs of 7.18 myself and haven't had any issues. I'll try running some more tests, but I doubt its the theme or Drupal core, in reality D7.18 was quite a minor update.
What I might suggest is clearing all the caches, I mean go into the database and truncate (empty) all the cache tables, just be careful you don't "drop" them.
Comment #6
Anonymous (not verified) commentedOk, I'll do that. Thank you, Jeff!
Comment #7
jazzitup commentedI guess your issue is related to the bug report of the system.module I just submitted here:
#1899874: CSS minifier destroys multi-browser gradients