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

errors #1

Closed
foxpcteam opened this issue Sep 22, 2015 · 1 comment
Closed

errors #1

foxpcteam opened this issue Sep 22, 2015 · 1 comment
Labels
Milestone

Comments

@foxpcteam
Copy link

Hi,
no matter what email i put i always get error:
"There was an issue checking availability of email address, please try again."

also your plugin give error like:
Warning: Invalid argument supplied for foreach() in wp-content/plugins/nsd-site-setup-wizard-1.2/ssw.php on line 326

also i get:
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /wp-content/plugins/nsd-site-setup-wizard-1.2/ssw.php:326) in wp-content/plugins/pro-sites/pro-sites-files/lib/ProSites/Helper/Session.php on line 29

and
The plugin generated 184 characters of unexpected output during activation. "headers already sent"

@neelakansha85
Copy link
Owner

Hi foxpcteam,

The first error related to checking email address looks like the javascript function is not being called properly, would you mind confirming if you see the javascript file loads properly using developer tools?

For your warning related to invalid argument supplied for foreach() it seems that the plugin is trying to find information from WPMU Pretty Plugins since the configuration is set to true for using it for features page by default and you do not seem to have it installed/activated in your wordpress system.

I am currently working on getting a simplified way of changing/configuring Site Setup Wizard options but it might take some time. So for now, I would recommend that you modify the option by changing the values of external plugins to false if you do not have them installed in system and then try to deactivate and activate plugin again. It should change the default config options.

Your session_start() error seems to be related to the same config issue and may be fixed with the config option.

The headers already sent error might require additional information for me to check as to what is causing that. Can you please verify if you have a database entry for "ssw_config_options_nsd" in the wp_sitemeta table?

boonebgorges added a commit to boonebgorges/nsd-site-setup-wizard that referenced this issue Jan 25, 2016
boonebgorges added a commit to boonebgorges/nsd-site-setup-wizard that referenced this issue Jan 25, 2016
@neelakansha85 neelakansha85 added this to the 1.2.3 milestone Mar 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants