Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address php warning/error related to switching theme engines. Fixes #2084 #2085

Merged
merged 3 commits into from
May 19, 2016
Merged

Conversation

jtsternberg
Copy link
Contributor

Solves:

PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function '_wpsc_action_flush_rewrite_rules' not found or invalid function name in /srv/www/wpecommerce/htdocs/wp-includes/plugin.php on line 525

PHP Fatal error: Cannot redeclare wpsc_is_checkout() (previously declared in /srv/www/wpecommerce/htdocs/wp-content/plugins/wp-e-commerce/wpsc-components/theme-engine-v2/helpers/conditional-tags.php:100) in /srv/www/wpecommerce/htdocs/wp-content/plugins/wp-e-commerce/wpsc-components/theme-engine-v1/helpers/template.php on line 31

…2084

Solves:

PHP Warning:  call_user_func_array() expects parameter 1 to be a valid
callback, function '_wpsc_action_flush_rewrite_rules' not found or
invalid function name in
/srv/www/wpecommerce/htdocs/wp-includes/plugin.php on line 525

PHP Fatal error:  Cannot redeclare wpsc_is_checkout() (previously
declared in
/srv/www/wpecommerce/htdocs/wp-content/plugins/wp-e-commerce/wpsc-components/theme-engine-v2/helpers/conditional-tags.php:100)
in
/srv/www/wpecommerce/htdocs/wp-content/plugins/wp-e-commerce/wpsc-components/theme-engine-v1/helpers/template.php
on line 31
@JustinSainton JustinSainton merged commit 4fdc7cd into wp-e-commerce:master May 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants