Closed (cannot reproduce)
Project:
AdaptiveTheme
Version:
6.x-3.x-dev
Component:
CSS/HTML
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2010 at 00:51 UTC
Updated:
6 May 2012 at 15:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
WorldFallz commentedAnd a bunch more on the theme setting page (even after saving):
Comment #2
WorldFallz commentedNot sure what all the
theme_get_setting('cleanup_calls are for but that seems to be where the problem with tpl.php variables is caused.Comment #3
Jeff Burnz commentedThis could be cockup on my part due to recent commits, I will need to check, hopefully I'll have time in the next week or so to looking into this. I'm kinda on holiday at the moment until early Jan but I'll make an effort :)
Comment #4
jwilson3Here is a small patch to fix the first error (Undefined index: style) which i encountered on 6.x-2.2.
This was the only error I encountered on 6.x-2.2 while developing with PHP error_reporting set to E_ALL | E_STRICT.
Comment #5
jwilson3Comment #6
asb commentedIm experiencing similar issues with a freshly set up subtheme of 6.x-3.x-dev, the watchdog log is flooded with errors like
When setting up the subtheme, I followed the instructions from http://adaptivethemes.com/documentation/setting-up-your-6x-2x-subtheme (which might not fully apply to the 3.x branch). I assume that 6.x-3.x-dev is real development stuff and shouldn't be used for production?
Greetings, -asb
Comment #7
Macronomicus commentedYea I just upgraded to php 5.2 and now all my sites based on 3.x-dev have this issue.
Comment #8
Macronomicus commentedActually it was an upgrade from php 5.2.6 to 5.2.10 ... I upgraded to Lucid which comes with 5.3 but I pinned php back to 5.2.10 lol apparently I needed to go back just a touch more.
Comment #9
Jeff Burnz commented