• Resolved follaky

    (@follaky)


    Hi,

    I’ve been playing around with Easy!Appointments in the past and was thinking of using it in a productive environment. I installed the standalone version on my server that has its own subdomain.

    Now I’m preparing a WordPress in XAMPP that will the be transferred to the same server as Easy!Appointments (although using another domain). I installed the WordPress plugin and want to establish a connection, but I get an error:

    The AJAX request could not be completed due to an unexpected error: undefined

    As path I’m using https://subdomain.mypage.com and as URL http://localhost/wordpress/easyappointments, but when I press connect, the error above happens.

    Any ideas as to why it is not working?

    Thanks and best
    Olivier

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter follaky

    (@follaky)

    UPDATE: tried with a production WordPress that will get reinstalled and had the same problem. Forgot to specify that the standalone install is v. 1.4.2.

    Plugin Author alextselegidis

    (@alextselegidis)

    Hello!

    Thanks for posting!

    Can you please try changing the following:

    $config[‘csrf_protection’] = TRUE;

    to

    $config[‘csrf_protection’] = FALSE;

    inside your Easy!Appointments installation config file:

    /application/config/config.php

    This might interfere with the iframe functionality.

    Thread Starter follaky

    (@follaky)

    Hello Alex,

    Thanks for your reply!

    I changed the line as instructed but am still getting the same error message.

    Does the fact that my installation is using https and the localhost WordPress not have an influence?

    Plugin Author alextselegidis

    (@alextselegidis)

    > Does the fact that my installation is using https and the localhost WordPress not have an influence?

    Yes, this could really be a problem.

    Can you please make sure both are running from HTTPS?

    Thread Starter follaky

    (@follaky)

    Hello Alex,

    Sorry for late reply.

    I tried with HTTPS enabled on both sides and it worked!

    Thanks for helping!

    Cheers
    Olivier

    Thread Starter follaky

    (@follaky)

    Marked as solved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘The AJAX request could not be completed due to an unexpected error: undefined’ is closed to new replies.