• Resolved internetfootprint

    (@internetfootprint)


    after submitting the form, the form just returns with a blank form. A new site is not created. I am using the current version of WP and the plugin with no other plugins and I am using the default theme.

    The page I need help with: [log in to see the link]

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Michael

    (@mikeyhoward1977)

    Hey @internetfootprint,

    Could you enable WP Debugging? Any issues should generate output within the debug.log file. Once enabled, reply here and tag me and I will be able to take a look.

    Additionally, if you have a caching plugin enabled, please disable and then try again.

    Finally is the site you are displaying the form on the main site within the network? i.e. Site with ID 1?

    Thread Starter internetfootprint

    (@internetfootprint)

    I 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.

    Thread Starter internetfootprint

    (@internetfootprint)

    I am getting email notices from WP that a new user is added every time I use the plugin form to add a demo site.

    Plugin Author Michael

    (@mikeyhoward1977)

    What version of PHP do you have running?

    Thread Starter internetfootprint

    (@internetfootprint)

    the 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?

    Thread Starter internetfootprint

    (@internetfootprint)

    Use [email protected], you now have access.

    Thread Starter internetfootprint

    (@internetfootprint)

    Any 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.

    Plugin Author Michael

    (@mikeyhoward1977)

    Not yet. I also host with Siteground and I created a new WPMS on my hosting account setup exactly the same as yours and it worked immediately.

    What hosting plan do you have with Siteground?

    Thread Starter internetfootprint

    (@internetfootprint)

    Go Geek.

    What is your htaccess file look like

    Plugin Author Michael

    (@mikeyhoward1977)

    The same as yours.

    Thread Starter internetfootprint

    (@internetfootprint)

    Do 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.

    Plugin Author Michael

    (@mikeyhoward1977)

    I do…I have a number of sites using the plugin but here is the test I created the other day…

    https://anothertest.kb-support.com/

    Thread Starter internetfootprint

    (@internetfootprint)

    I 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?

    Thread Starter internetfootprint

    (@internetfootprint)

    Look 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.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Demo site not being created’ is closed to new replies.