I am receiving this error when selecting the 'My Store' in the admin:
Code:
Warning: call_user_func(get_country_name) [function.call-user-func]:
First argument is expected to be a valid callback in
/home/XvarX/public_html/test/admin/includes/functions/general.php on line 1521
Also when selecting admin > mystore > zone | I am receiving this error:
Code:
Fatal error: Call to undefined function: cfg_select_drop_down() in
/home/XvarX/public_html/test/admin/product_types.php(261) : eval()'d code on line 1
Search produced: This File > /home/XvarX/public_html/test/admin/includes/functions/general.php and this entry
Code:
Line #1016 : function zen_cfg_select_drop_down($select_array,
$key_value, $key = '') {
This causes the selections to not display and renders these functions in the admin unuseable.

I have not a clue??