Zen 6.x-1.x-dev (2008-Sep-15)

* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_local_tasks' was given in /path/includes/theme.inc on line 597.
* warning: Invalid argument supplied for foreach() in /path/includes/theme.inc on line 443.
* warning: Invalid argument supplied for foreach() in /path/includes/theme.inc on line 448.
* warning: Invalid argument supplied for foreach() in /path/includes/theme.inc on line 443.
* warning: Invalid argument supplied for foreach() in /path/includes/theme.inc on line 448.
* warning: Invalid argument supplied for foreach() in /path/includes/theme.inc on line 443.
* warning: Invalid argument supplied for foreach() in /path/includes/theme.inc on line 448.
* warning: Invalid argument supplied for foreach() in /path/includes/theme.inc on line 443.
* warning: Invalid argument supplied for foreach() in /path/includes/theme.inc on line 448.
* warning: Invalid argument supplied for foreach() in /path/includes/theme.inc on line 443.
* warning: Invalid argument supplied for foreach() in /path/includes/theme.inc on line 448.
* warning: array_map() [function.array-map]: Argument #2 should be an array in /path/modules/system/system.module on line 975.
* warning: array_keys() [function.array-keys]: The first argument should be an array in /path/includes/theme.inc on line 1728.
* warning: Invalid argument supplied for foreach() in /path/includes/theme.inc on line 1728.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_breadcrumb' was given in /path/includes/theme.inc on line 597.

I have two Zen theme based websites that use sub-themes and they both have a similar problem where the warnings show for line 448 and 443.

For example, the low-traffic site uses sub-themes for the seasons (spring, summer, fall, winter)
- Main Theme
- Spring Theme, base theme = Main theme
- Summer Theme, base theme = Main theme
- Fall Theme, base theme = Main theme
- Winter Theme, base theme = Main theme
Now that traffic is picking up on the site I've noticed this error appearing more frequently.

The heavier trafficked site uses sub-themes and the sections module to assign a section a certain theme.

This error occurs almost daily on the heavier trafficked site which you then have clear the cache.

What does this error stem from? I have looked it up and I haven't found an answer.

Is this a corrupted cache issue?

Comments

johnalbin’s picture

Status: Active » Fixed

Yes, re-build the theme registry. zen_menu_local_tasks() is definitely a valid function name.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

greenskunk’s picture

Status: Closed (fixed) » Active

Reopening: I am still clearing the cache on this site either every day or every two days.

Is there any information I can provide to aid in debugging?

Of course, I can provide a link to the site but that will not help.

I have a group of sites that are hosted on MediaTemple (unlucky cluster.1) and they all have this same problem.
I have servers from WiredTree.com that I have done using the Zen theme as the base theme with no problems.

The problem I have with MediaTemple:Grid is that the sites can be very slow to respond or the sites seem to completely stall at times. Sometimes Drupal reports that it has lost connection with MySQL and this is with MediaTemple's MySQL container service!

I wonder if this is a CRON problem due to the site stalling at times causing the aggregator, update checks and cache clearing to not complete.

I just had a multiple problems with one of the sites where several things were not working right (Errors galore, All content was supposedly Unpublished and after that everything was Access Denied for anonymous users).

Anyone else using MediaTemple have similar problems?

johnalbin’s picture

Category: bug » support

I really don't think this is a Zen bug. It sounds like some weird db/permission error which is beyond my skill to diagnose.

philpro’s picture

I am experiencing the same error message. I noticed that I had a problem in my zen sub-theme's .info file and once It was changed I stopped seeing the error messages:

Changed:
; Set the default settings to be used in theme-settings.php
settings[zen_block_editing] = 1
settings[zen_breadcrumb] = yes
settings[zen_breadcrumb_separator] = ' › '
settings[zen_breadcrumb_home] = 1
settings[zen_breadcrumb_trailing] = 1
settings[zen_breadcrumb_title] = 0
settings[zen_rebuild_registry] = 0
settings[zen_wireframes] = 0

To:
; Set the default settings to be used in theme-settings.php
settings[yourtheme_block_editing] = 1
settings[yourtheme_breadcrumb] = yes
settings[yourtheme_breadcrumb_separator] = ' › '
settings[yourtheme_breadcrumb_home] = 1
settings[yourtheme_breadcrumb_trailing] = 1
settings[yourtheme_breadcrumb_title] = 0
settings[yourtheme_rebuild_registry] = 0
settings[yourtheme_wireframes] = 0

greenskunk’s picture

Philpro FTW!

For the past 24 hours neither of the sites have gone down. It is weird though ... I'll check my other sites to see if I did this for some reason.

Wow I didn't change that as I thought the sub-theme would use zen's functions. So sub-themes functions are extending the parent's class functions automagically?

Should this be added to the Zen 'How to build your own sub-theme' handbook?

greenskunk’s picture

Apparently I still have the issue but not from cron this time. I was just going into admin->build->menu and the site stalled and then gave the

* user warning: Lost connection to MySQL server during query query: SELECT filename, name, type, status, throttle, schema_version FROM system WHERE type = 'module' in /path/modules/system/system.module on line 751.
* user warning: Duplicate entry 'sites/all/modules/about_this_node/about_this_node.module' for key 1 query: INSERT INTO system (name, info, type, filename, status, throttle, bootstrap) VALUES ('about_this_node', 'a:9:{s:4:\"name\";s:15:\"About This Node\";s:11:\"description\";s:72:\"Displays a block containing information about the currently viewed node.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:11:\"6.x-1.0-rc5\";s:7:\"project\";s:15:\"about_this_node\";s:9:\"datestamp\";s:10:\"1221230102\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}', 'module', 'sites/all/modules/about_this_node/about_this_node.module', 0, 0, 0) in /path/includes/module.inc on line 147.
* user warning: Duplicate entry 'sites/all/modules/account_reminder/account_reminder.module' for key 1 query: INSERT INTO system (name, info, type, filename, status, throttle, bootstrap) VALUES ('account_reminder', 'a:9:{s:4:\"name\";s:16:\"Account Reminder\";s:11:\"description\";s:104:\"A small module to resend the welome email to those users who have yet to validate their email addresses.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-1.1\";s:7:\"project\";s:16:\"account_reminder\";s:9:\"datestamp\";s:10:\"1223528403\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}', 'module', 'sites/all/modules/account_reminder/account_reminder.module', 0, 0, 0) in /path/includes/module.inc on line 147.
* user warning: Duplicate entry 'sites/all/modules/addthis/addthis.module' for key 1 query: INSERT INTO system (name, info, type, filename, status, throttle, bootstrap) VALUES ('addthis', 'a:9:{s:4:\"name\";s:7:\"AddThis\";s:11:\"description\";s:74:\"Creates AddThis button as a block, to be used in themes and to node links.\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:13:\"6.x-2.0-beta3\";s:7:\"project\";s:7:\"addthis\";s:9:\"datestamp\";s:10:\"1216887902\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}', 'module', 'sites/all/modules/addthis/addthis.module', 0, 0, 0) in /path/includes/module.inc on line 147.
* user warning: Duplicate entry 'sites/all/modules/addtoany/addtoany.module' for key 1 query: INSERT INTO system (name, info, type, filename, status, throttle, bootstrap) VALUES ('addtoany', 'a:9:{s:4:\"name\";s:8:\"AddToAny\";s:11:\"description\";s:232:\"\"Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more using the AddToAny widget.\"\";s:4:\"core\";s:3:\"6.x\";s:7:\"version\";s:7:\"6.x-2.0\";s:7:\"project\";s:8:\"addtoany\";s:9:\"datestamp\";s:10:\"1232418604\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}', 'module', 'sites/all/modules/addtoany/addtoany.module', 0, 0, 0) in /path/includes/module.inc on line 147.
* user warning: Duplicate entry 'modules/aggregator/aggregator.module' for key 1 query: INSERT INTO system (name, info, type, filename, status, throttle, bootstrap) VALUES ('aggregator', 'a:10:{s:4:\"name\";s:10:\"Aggregator\";s:11:\"description\";s:57:\"Aggregates syndicated content (RSS, RDF, and Atom feeds).\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:3:\"6.9\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1231976413\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}', 'module', 'modules/aggregator/aggregator.module', 0, 0, 0) in /path/includes/module.inc on line 147.

...
and on with all modules and themes (both active and inactive modules)
...

This server has a MySQL container running too so there shouldn't be these MySQL problems but I have had many problems on MediaTemple

johnalbin’s picture

@philpro: You'll want to change those "yourtheme_block_editing" settings back to "zen_block_editing". Those are variable names and the .info file is setting default values for those variables. If you change the name of the variable in the .info, then Zen won't find the default values for the variables its looking for. Its possible that some of Zen's "default value setting" code is causing an issue, but changing the name of the variables wouldn't prevent that code from running.

Also, it looks like that "fix" didn't help GreenSkunk. :-(

philpro’s picture

Thanks @johnAlbin

Yeah, turns out this was not a fix. This issue is still plaguing the site I'm working on: www.wellnessdietcenter.com, I have no idea what to do with this one. Assuming that this is a theme issue, i might be relegated to rebuilding the theme altogether. This is what my errors are looking like:

* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_local_tasks' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'C' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.
* warning: Invalid argument supplied for foreach() in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 443.
* warning: Invalid argument supplied for foreach() in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 448.
* warning: Invalid argument supplied for foreach() in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 443.
* warning: Invalid argument supplied for foreach() in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 448.
* warning: Invalid argument supplied for foreach() in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 443.
* warning: Invalid argument supplied for foreach() in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 448.
* warning: array_map() [function.array-map]: Argument #2 should be an array in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/modules/system/system.module on line 975.
* warning: array_keys() [function.array-keys]: The first argument should be an array in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 1728.
* warning: Invalid argument supplied for foreach() in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 1728.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_breadcrumb' was given in /nfs/c02/h03/mnt/27114/domains/wellnessdietcenter.com/html/includes/theme.inc on line 597.

philpro’s picture

My solution was to download the Basic theme - which is a great starter theme and has many of the features of zen - without sub themes. I copied over my stylesheets, images, and .tpl files from my Zen sub-theme into the Basic theme folder. Then I updated the .info file and named it the same as my old zen sub-theme (if i use the same theme name all of my settings and blocks are retained - saves me lots of time). I had to do a bit of fixing where style classes had changed, but eventually got it all converted. So far so good - the site has not crashed (it's been about 4-5 days).

johnalbin’s picture

Status: Active » Postponed (maintainer needs more info)

Since you originally posted this, Drupal 6.7 came out that fixed several core bugs that Zen had to work-around in its hook_theme() function.

Please try the Zen 6.x-1.0 release (the Drupal 6.0-6.6 workaround has been removed from it) and see if you still encounter problems.

johnalbin’s picture

Status: Postponed (maintainer needs more info) » Active

Since you originally posted this, Drupal 6.7 came out that fixed several core bugs that Zen had to work-around in its hook_theme() function.

Please try the Zen 6.x-1.0 release (the Drupal 6.0-6.6 workaround has been removed from it) and see if you still encounter problems.

greenskunk’s picture

I'm on Drupal 6.9
Going to wait for next occurence and get the info out of the logs.

johnalbin’s picture

I'm on Drupal 6.9

But are you on Zen 6.x-1.0?

jr.duboc’s picture

Hi there,
I transfered my website from a distant sever to my local machine, and I had the exact same problem.
I solved it by making sure that both databases were encoded the same way (UTF-8) on both machines. For info, I executed the dump file from the original website as a query in phpMyadmin (after increasing the size of the relevant variables in php.ini : see http://www.phpmyadmin.net/documentation/#faq1_16).
It might be the same problem for you....I figure that since the database was not encoded, the script couldn't map the name of the theme to the corresponding folders or something.
Anyway, hope this helps.
Cheers !

greenskunk’s picture

@jr.duboc thanks but I haven't moved the database and it is already UTF-8. I will re-check php.ini on MediaTemple GridServer as I haven't had issues on my WiredTree VPS

greenskunk’s picture

Where should I move this post to AS this isn't a Zen error but something more sinister!!!

This problem still occurs and it stems from the error below:

Lost connection to MySQL server during query query: SELECT filename, name, type, status, throttle, schema_version FROM system WHERE type = 'module' in /path/html/modules/system/system.module on line 751.

It occurs from

  1. cron.php runs from time to time
  2. when I am administering the site

PHP Settings

  • max_execution_time 300 (this is fine)
  • max_input_nesting_level 64
  • max_input_time -1 (I haven't seen this before. This should either be 0 or something greater than 30 seconds)
  • memory_limit 99M (great)

Thank you!

greenskunk’s picture

I haven't had the issues in about a week on both sites on MediaTemple (Cluster 1).

They must be changing things as I received an email with the following http://weblog.mediatemple.net/weblog/2009/03/06/anatomy-of-storage-on-th...

johnalbin’s picture

Title: Zen Warnings in theme.inc » PHP Warnings in theme.inc
Status: Active » Fixed

Well, I'm glad that things appear to be working out for you. :-)

I'm also glad it wasn't a bug in Zen because I had no clue why things weren't working.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

lucidmedia’s picture

Version: 6.x-1.x-dev » 6.x-1.0
Component: Code » PHP Code
Status: Closed (fixed) » Active

Getting the exact same warnings intermittently... also on MediaTemple (unlucky cluster.1) using a zen subtheme. I am on Drupal 6.13 and zen 6.x-1.0

* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_local_tasks' was given in /nfs/c04/h03/mnt/64451/domains/jankuba.org/html/includes/theme.inc on line 617.
* warning: Invalid argument supplied for foreach() in /nfs/c04/h03/mnt/64451/domains/jankuba.org/html/includes/theme.inc on line 463.
* warning: Invalid argument supplied for foreach() in /nfs/c04/h03/mnt/64451/domains/jankuba.org/html/includes/theme.inc on line 468.
* warning: Invalid argument supplied for foreach() in /nfs/c04/h03/mnt/64451/domains/jankuba.org/html/includes/theme.inc on line 463.
* warning: Invalid argument supplied for foreach() in /nfs/c04/h03/mnt/64451/domains/jankuba.org/html/includes/theme.inc on line 468.
* warning: Invalid argument supplied for foreach() in /nfs/c04/h03/mnt/64451/domains/jankuba.org/html/includes/theme.inc on line 463.
* warning: Invalid argument supplied for foreach() in /nfs/c04/h03/mnt/64451/domains/jankuba.org/html/includes/theme.inc on line 468.

alison’s picture

Priority: Normal » Critical

Ditto ditto ditto... been happening intermittently for 2-3 weeks now. I thought maybe it went away because it stopped for a couple weeks but this weekend/this morning it happened again. Ready to pull out my hair!!

Using:
- zen 6.x-1.0
- Drupal 6.13

and... perhaps the glue that holds us all together (and a clue that it isn't a Zen issue -- but I'm not sure how to tell, plus I haven't gotten the "lost connection with MySQL server" message yet, though I did a month ago...)...
- Media Temple grid-service (gs)
EDIT/added: Grid Cluster 4

After clearing cache things and such this morning when I found out, the website is back to normal, but apparently it was looking screwy all weekend, so that's not okay of course.

Similar/same as others, here's a sampling of the many errors appearing on my screen, along with the ugly, no-theme, broken pages -- which never include the admin-navigation menu, by the way:

warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_local_tasks' was given in .../html/includes/theme.inc on line 617.<br />
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in .../html/includes/theme.inc on line 617.<br />
[that one is repeated dozens of times...]
warning: array_map() [function.array-map]: Argument #2 should be an array in .../html/modules/system/system.module on line 966.<br />
warning: array_keys() [function.array-keys]: The first argument should be an array in .../html/includes/theme.inc on line 1771.<br />
warning: Invalid argument supplied for foreach() in .../html/includes/theme.inc on line 1771.<br />
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_breadcrumb' was given in .../html/includes/theme.inc on line 617.<br />
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'zen_menu_item_link' was given in .../html/includes/theme.inc on line 617.<br />
[and so on...]

I've changed the priority to critical because it seems critical to me (making live websites crash and such) -- I hope this is okay, and if someone changes it back to normal, I understand if that's what it should be, just please explain to me why so I can get it right in the future. Thank you!

alison’s picture

Priority: Critical » Normal

So I take back my reply/comment from earlier today -- at least for now. It seems I missed something the first 5 times I checked and proofread my mytheme.info file, and (hopefully) it was actually that simple. I was having the problem discussed here http://drupal.org/node/371781 and even though I'd read through that thread before, like I said, I just totally missed the typo the first million times. I still don't know how it got there, but, hopefully it's fixed now.

Just for fun (or something), here's what I had in my .info file:
settings[zen_breadcrumb_separator] = ' › '
...and this is what it should have been:
settings[zen_breadcrumb_separator] = ' > '

I mean... I can't believe I missed it, yet of course I can believe I missed it, I mean... *tugs on hair* I just don't know how it got in there to begin with. But, whatever, hopefully it's fixed for real now. If the errors return, so shall I...

carlclancy’s picture

I had the same problem. Thanks for clearing it up, I never would have spotted that!

alison’s picture

So glad I'm not the only one, haha. And just in case anyone's wondering, the errors have not returned, so, yay for that.

carlclancy’s picture

just checked to make sure my site was working ok this morning and got the white screen of death! turned error reporting on and got this conundrum:

Warning: _drupal_bootstrap(./includes/session.inc): failed to open stream: Too many open files in /hsphere/local/home/imsta/imsta.ie/includes/bootstrap.inc on line 1035 Fatal error: _drupal_bootstrap(): Failed opening required './includes/session.inc' (include_path='.:/hsphere/shared/apache/libexec/php4ext/php/') in /hsphere/local/home/imsta/imsta.ie/includes/bootstrap.inc on line 1035

i've no idea what that means or if it's related to this issue but if anyone can help i'd be very grateful - really want to get his fixed before the client notices!

thanks in advance!

carlclancy’s picture

false alarm, it was a problem on my host's end!

nickdunse’s picture

I've been getting this error. I've now fixed it using the above.
Well i thought i'd fixed it now i get a massive error message
starting with a mysql lost connection one
modules/system/system.module on line 752

I've tried not even using the zen theme and still periodically i get this message, it only seems to happen if i havent used the site for a few minutes?

Any help much appreciated as i have a multi site setup and it's affecting all my sites...

greenskunk’s picture

I'm going through all of the themes info files because this keeps on happening.

The site has many sub-themes for departments and sections.

I haven't edited the breadcrumb_separator setting before in the info files but they all are set to ' › '. Going to change this to > and see what happens.

greenskunk’s picture

jasonabc’s picture

Hey bud - I too am on MediaTemple and am noticing the exact same problem as you! Take a look here:

http://demo.mycommerce.tv/

This site was fine, then I got the errors. Cleaned it all up and now the errors are back again. Any advice?? (other than to move hosts which I am pretty close to doing anyway because I've had it up to here with MT and their crappy GridServer!)

cheers

Jason

juliejohnson26’s picture

I'm having this same issue on my site which is hosted by Media Temple and uses a Zen subtheme. This is so frustrating! I thought it might be something relating to having set up a mobile site with a subdomain and enabling the mobile garland theme for the mobile site over the weekend but now that I'm reading this thread, it sounds like something on Media Temple's end. Is there another host that someone would recommend over Media Temple? Media Temple came highly recommended to me from one of my more savvy techie friends...I'm really disappointed.

yul63’s picture

In your theme's .info file, replace settings[zen_breadcrumb_separator] = ' › ' by settings[zen_breadcrumb_separator] = ' > '.

The original breadcrumb separator (›) is not ASCII and I've found it to be the cause of lots of warnings, depending on the encoding of the DB.

phreestilr’s picture

Wow, I don't know how you found that but it was what was causing the issue for me as well.

I'm also on Mediatemple but dreaded cluster 5 instead of 1

greenskunk’s picture

@phreestilr Good Luck. In my experience with MediaTemple's Support they took too long.

Please note that MediaTemple's Grid and a VPS are different beasts but I have another MediaTemple account hosting two small sites and it is still slow compared to a VPS with the same memory settings.

I've moved most clients sites off from MediaTemple GS to WiredTree.com and have had 0 theme issues since. When I have a question for WiredTree they have an answer usually within 5 minutes. I have not had a support request go longer than 15 minutes without an answer.

phreestilr’s picture

Thanks for the tip!

akalata’s picture

Status: Active » Closed (fixed)