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

fubhy’s picture

Status: Active » Postponed (maintainer needs more info)

Install Omega Tools 4.x and see if that fixes it.

bendev’s picture

same issue after creating a subtheme with drush (omega tools is required to perform this)

bendev’s picture

I 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.

bendev’s picture

when 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...

metakel’s picture

I 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.

fubhy’s picture

Assigned: Unassigned » fubhy
Status: Postponed (maintainer needs more info) » Active

Right... Will take another look at it this week. I think I know what's causing this. Thanks for reporting.

kaizerking’s picture

just 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

fubhy’s picture

Status: Active » Closed (cannot reproduce)

Cannot reproduce this anymore