I was able to get the max_vars sorted out by migrating the site to a new host. However, now when we go to place a new order (one of the forms we've set up in Creds) we are greeted by these two epic error messages:
http://screencast.com/t/gZlNx8De
Warning: require_once(/home/content/86/7871986/html/Clients/rainbowgene.com/www/wp-content/plugins/cred-frontend-editor/third-party/zebra_form/includes/XSSClean.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/86/7871986/html/Clients/rainbowgene.com/www/wp-content/plugins/cred-frontend-editor/third-party/zebra_form/MyZebra_Form.php on line 288
Fatal error: require_once() [function.require]: Failed opening required '/home/content/86/7871986/html/Clients/rainbowgene.com/www/wp-content/plugins/cred-frontend-editor/third-party/zebra_form/includes/XSSClean.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/86/7871986/html/Clients/rainbowgene.com/www/wp-content/plugins/cred-frontend-editor/third-party/zebra_form/MyZebra_Form.php on line 288
It appears that the error is related to this statement
* Array containing the variables to be made available in the template file (added through the {@link assign()} * method) * * @var array * * @access private */ var $variables;