Closed (fixed)
Project:
Omega
Version:
7.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2011 at 23:03 UTC
Updated:
2 Mar 2011 at 21:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
himerus commentedSadly, the update functions in core has a bug when using a theme like Omega, Fusion, or Adaptive Theme that store multiple themes (base, starterkit, etc) in the root directory of the theme....
The following issue demonstrates it: http://drupal.org/node/986616
Please remove the omega folder completely and download new version. I have to remove and redownload even via Drush too until this bug is fixed in core's update functionality.
If you can test that, and if the error persists, I'll look further into it.
Comment #2
tchilly commentedStill getting the errors :(
Did as you said remove the old folder, downloaded and extracted the beta 2.
* Notice: Undefined variable: unpublished in include() (line 3 of /home/xxx/xxx.com/sites/all/themes/omega/omega/templates/comment.tpl.php).
* Notice: Undefined variable: datetime in include() (line 21 of /home/xxx/xxx.com/sites/all/themes/omega/omega/templates/comment.tpl.php).
* Notice: Undefined variable: unpublished in include() (line 3 of /home/xxx/xxx.com/sites/all/themes/omega/omega/templates/comment.tpl.php).
* Notice: Undefined variable: datetime in include() (line 21 of /home/xxx/xxx.com/sites/all/themes/omega/omega/templates/comment.tpl.php).
Comment #3
himerus commentedThis patch seems to solve the issue (i was able to replicate the issue locally)
The following code needs to be added to omega/omega/preprocess/preprocess-comment.inc
Comment #4
asrobI reproduced that. It works flawlessly, thank you.
Comment #5
himerus commentedMarking this as fixed, and pushing in beta3 to follow shortly