internetfootprint
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Plugin Demo Builder] Demo site not being createdLook at epd_create_demo_site(), $domain is missing the period between the blog name and net name, i.e. testcomexample.com when it should be testcom.example.com.
Forum: Plugins
In reply to: [Easy Plugin Demo Builder] Error in site-actions.phpOn a completely different hosting account I am getting the error. Sites that are not blog ID 1 get the error, but blog ID 1 is fine.
Warning: Invalid argument supplied for foreach() in ../public_html/wp-content/plugins/easy-plugin-demo/includes/sites/site-actions.php on line 153
Warning: Cannot modify header information – headers already sent by (output started at ../public_html/wp-content/plugins/easy-plugin-demo/includes/sites/site-actions.php:153) in ../public_html/wp-includes/pluggable.php on line 1251
Forum: Plugins
In reply to: [Easy Plugin Demo Builder] Demo site not being createdI have been around and around with siteground to check if there is any issues with my account and they found nothing they even compared the test site you sent me to with mine and they are the same.
I also paid for a new siteground account, sperate from the one you tested and I am getting the same results: not demo site is created and the form does not redirect and all that happens is a user is created.
Any new ideas?
Forum: Plugins
In reply to: [Easy Plugin Demo Builder] Demo site not being createdDo you still have a test site up on Siteground. I have them looking into the issue. I want to send them a link to a site on their hosting that is working.
Forum: Plugins
In reply to: [Easy Plugin Demo Builder] Demo site not being createdGo Geek.
What is your htaccess file look like
Forum: Plugins
In reply to: [Easy Plugin Demo Builder] Demo site not being createdAny ideas? I have tried it on several installs and all that happens is the new user is created.
I am very interested in your pro version as well.
Forum: Plugins
In reply to: [Easy Plugin Demo Builder] Demo site not being createdUse [email protected], you now have access.
Forum: Plugins
In reply to: [Easy Plugin Demo Builder] Demo site not being createdthe default on siteground is 7.1.
I was poking around the code and outputting some of the variables used with wpmu_create_blog() and the network_id is always 1 an this notice is showing: Sorry, that site already exists!.
[17-Jul-2019 07:08:44 UTC] Array
(
[domain] => testcomthesite.com
[path] => /
[title] => Demo Site Sites Demo
[user_id] => 34
[meta] => Array
(
)[network_id] => 1
)[17-Jul-2019 07:08:44 UTC] WP_Error Object
(
[errors] => Array
(
[blog_taken] => Array
(
[0] => Sorry, that site already exists!
))
[error_data] => Array
(
))
Do you want ftp and or site access?
Forum: Plugins
In reply to: [Easy Plugin Demo Builder] Demo site not being createdI am getting email notices from WP that a new user is added every time I use the plugin form to add a demo site.
Forum: Plugins
In reply to: [Easy Plugin Demo Builder] Demo site not being createdI enabled debug before I reached out for support. Nothing is popping up and I confirmed it is logging.
This is a bare bones site, fresh manual install, no plugins and the default WP theme.
There is no caching anywhere, including the host.
I have tried several installs, sub-domain and directory. I am manually add a new site.
Yes the form is on the main blog site #1.
Forum: Plugins
In reply to: [CMB2] CMB2 as an Options page – repeatable fields not workingI am using the example here as a starring point, but I can’t seem to figure out how to add a repeated field.
Do you have an example of a repeatable field using the above?