Closed (cannot reproduce)
Project:
Omega
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Oct 2012 at 02:26 UTC
Updated:
19 Jul 2013 at 07:28 UTC
After creating a sub theme i got this error
Fatal error: Unsupported operand types in C:\xampp\htdocs\recruiter\modules\dashboard\dashboard.module on line 217
Comments
Comment #1
fubhy commentedInstall Omega Tools 4.x and see if that fixes it.
Comment #2
bendev commentedsame issue after creating a subtheme with drush (omega tools is required to perform this)
Comment #3
bendev commentedI was running a muli site installation and the omega subtheme was installed in the root directory instead of the child site folder. I had to remove the subtheme info file from the root themes directory to recover.
Comment #4
bendev commentedwhen I use the command
drush omega-subtheme "My Theme" --destination=mysite.
the theme is created in the good folder but I get the same errors:
array_merge(): Argument #2 is not an array omega_tools.module:431 [warning]
array_merge(): Argument #2 is not an array omega_tools.module:432 [warning]
PHP Fatal error: Unsupported operand types in /var/www/mysite/modules/dashboard/dashboard.module on
line 217
I think I will have to try it from a clean install...
Comment #5
metakel commentedI got the same error at "line 217" when I tried to replace my base theme of Omega 3 to the dev version of Omega 4. After this I cannot revert and even I removed the version 4 and put the version 3 back, I still got the error. I even cannot go to "modules" to disable the "dashboard" module. I have to revert the database to restore my site.
Comment #6
fubhy commentedRight... Will take another look at it this week. I think I know what's causing this. Thanks for reporting.
Comment #7
kaizerking commentedjust for info , if i download it through install new theme then it installs nicely, copying and running update.php gives above notices and some other errors.if we have installed any version and want to change to other version the cache and the files (including the sub themes you have created any)are not cleared automatically.
may be this info is useful in rectifying it
Comment #8
fubhy commentedCannot reproduce this anymore