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.

CommentFileSizeAuthor
brokentheme1.png28.35 KBAnonymous (not verified)
notbrokentheme.png30.41 KBAnonymous (not verified)

Comments

Anonymous’s picture

Sorry, but I forgot to include a link to the site. www.hitflooring.com

Anonymous’s picture

Sorry, but I forgot to include a link to the site. www.hitflooring.com

Jeff Burnz’s picture

On 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 598

Also the site is in maintenance mode.

Anonymous’s picture

Hi 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?

Jeff Burnz’s picture

No, 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.

Anonymous’s picture

Ok, I'll do that. Thank you, Jeff!

jazzitup’s picture

I guess your issue is related to the bug report of the system.module I just submitted here:
#1899874: CSS minifier destroys multi-browser gradients