Every time i try to configure my delta subtheme and try to save the page i am getting a whole host of errors for both alpha and omega. Below is just some of the errors that i am seeing, it only seems to come when trying to save the delta configuration.

Any idea why?

Warning: array_keys() expects parameter 1 to be array, null given in alpha_get_theme() (line 227 of C:\wamp\www\sites\all\themes\omega\alpha\includes\alpha.inc).
Warning: Invalid argument supplied for foreach() in alpha_get_theme() (line 227 of C:\wamp\www\sites\all\themes\omega\alpha\includes\alpha.inc).
Notice: Undefined index: omega in alpha_get_theme() (line 238 of C:\wamp\www\sites\all\themes\omega\alpha\includes\alpha.inc).
Notice: Trying to get property of non-object in alpha_invoke() (line 99 of C:\wamp\www\sites\all\themes\omega\alpha\includes\alpha.inc).
Warning: Invalid argument supplied for foreach() in alpha_invoke() (line 99 of C:\wamp\www\sites\all\themes\omega\alpha\includes\alpha.inc).
Warning: array_keys() expects parameter 1 to be array, null given in alpha_get_theme() (line 227 of C:\wamp\www\sites\all\themes\omega\alpha\includes\alpha.inc).
Warning: Invalid argument supplied for foreach() in alpha_get_theme() (line 227 of C:\wamp\www\sites\all\themes\omega\alpha\includes\alpha.inc).
Notice: Undefined index: omega in alpha_get_theme() (line 238 of C:\wamp\www\sites\all\themes\omega\alpha\includes\alpha.inc).
Notice: Trying to get property of non-object in alpha_invoke() (line 99 of C:\wamp\www\sites\all\themes\omega\alpha\includes\alpha.inc).
Warning: Invalid argument supplied for foreach() in alpha_invoke() (line 99 of C:\wamp\www\sites\all\themes\omega\alpha\includes\alpha.inc).
Warning: array_keys() expects parameter 1 to be array, null given in alpha_get_theme() (line 227 of C:\wamp\www\sites\all\themes\omega\alpha\includes\alpha.inc).
Warning: Invalid argument supplied for foreach() in alpha_get_theme() (line 227 of C:\wamp\www\sites\all\themes\omega\alpha\includes\alpha.inc).
Notice: Undefined index: omega in alpha_get_theme() (line 238 of C:\wamp\www\sites\all\themes\omega\alpha\includes\alpha.inc).
Notice: Trying to get property of non-object in alpha_invoke() (line 99 of C:\wamp\www\sites\all\themes\omega\alpha\includes\alpha.inc).

Comments

vidit.anjaria’s picture

Version: 7.x-4.x-dev » 7.x-3.1
Issue tags: +Omega sub-theme

I was getting the same error while creating the sub theme using the omega.

I think sub-theme name must be as per your instance name. i.e. if your instance name is example than sub-theme name must be example and if you have instance name like example-7 than sub-theme name should be like example_7. I hope it works as it worked for me.

huskey786’s picture

Status: Active » Closed (fixed)

that fixed it thanks