Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tharrisn

    (@tharrisn)

    Thanks for the quick response.

    Ok, made the change but ajax calls still fail while in the admin area. However, ajax calls while viewing a calendar, i.e. clicking previous or next month work now.

    For example while creating a new event or editing an existing event these items don’t work: clicking the “Add” button for Event Tags, clicking the Repeat checkbox doesn’t create an overlay with the repeat dialog box. There may be others but those are ones I use all the time. Nothing happens when performing either of these operations with “define(‘FORCE_SSL_ADMIN’, true);” in wp-config.php.

    Thread Starter tharrisn

    (@tharrisn)

    I force SSL on login/admin through “wp-config.php” line 54 (WordPress 3.3.1)

    /** Force all logins and all admin sessions to happen over SSL. */
    define(‘FORCE_SSL_ADMIN’, true);

    SSL works perfectly with the rest of the site. I’ve got WooCommerce installed for commerce and it’s working great too. The only change in the site URL is of course the protocol prefix of HTTPS.

    AI1EC is choking whenever there is an ajax call. It appears to work well everywhere else. If I comment out “define(‘FORCE_SSL_ADMIN’, true);” in wp-config.php then the ajax calls work fine.

Viewing 2 replies - 1 through 2 (of 2 total)