Closed (fixed)
Project:
Omega
Version:
7.x-3.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Mar 2013 at 15:43 UTC
Updated:
18 Jul 2013 at 09:37 UTC
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
Comment #1
vidit.anjaria commentedI 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.
Comment #2
huskey786 commentedthat fixed it thanks