Support (offered by community volunteers) > Upgrading CiviCRM

CiviEvent now offers Event Registration page on https (ssl) page, 4.1.2 to 4.1.3

(1/1)

ddunn:
I recently upgraded from 4.1.2 to 4.1.3 running on WordPress. I've found that my event registration pages are now being offered on https links, where previously they were on http links.

I haven't got SSL on this domain, so it's a bit of a bother. :(

There's been nothing changed in the database since, and Admin >> System Settings >> Resource URLS shows that Force Secure URLs (SSL) is disabled.

Could it have been hard coded in 4.1.3?

Any trouble shooting suggestions or possible solutions would be appreciated. Thanks.

d

ddunn:
I've just noticed that this error appears only to occur for anonymous users. My Wordpress and CiviCRM user is seeing the correct http: event registration form link.

Donald Lobo:

I would disable all other WP plugins and see if the same thing occurs

also try a clean install of Civi + WP and see if u can reproduce it there

lobo

ddunn:
I'll have a go at that, Donald.

Meanwhile, I've got a temporary, and very crude, fix for my glitch:

civicrm/civicrm/CRM/Core/Config.php, line 270
-         $this->userFrameworkBaseURL = str_replace('http://', 'https://',
+        $this->userFrameworkBaseURL = str_replace('http://', 'http://',

Ugly, but it's solved my problem for the moment.

D

Donald Lobo:

just curious, is your webserver nginx?

lobo

Navigation

[0] Message Index

Go to full version