CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • CiviEvent now offers Event Registration page on https (ssl) page, 4.1.2 to 4.1.3
Pages: [1]

Author Topic: CiviEvent now offers Event Registration page on https (ssl) page, 4.1.2 to 4.1.3  (Read 573 times)

ddunn

  • I’m new here
  • *
  • Posts: 24
  • Karma: 0
  • CiviCRM version: 4
  • CMS version: Drupal
  • MySQL version: 5.0.7-dev
  • PHP version: 5.3.4
CiviEvent now offers Event Registration page on https (ssl) page, 4.1.2 to 4.1.3
June 25, 2012, 11:58:41 am
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’m new here
  • *
  • Posts: 24
  • Karma: 0
  • CiviCRM version: 4
  • CMS version: Drupal
  • MySQL version: 5.0.7-dev
  • PHP version: 5.3.4
Re: CiviEvent now offers Event Registration page on https (ssl) page, 4.1.2 to 4.1.3
June 25, 2012, 12:50:57 pm
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

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: CiviEvent now offers Event Registration page on https (ssl) page, 4.1.2 to 4.1.3
June 25, 2012, 01:09:10 pm

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
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

ddunn

  • I’m new here
  • *
  • Posts: 24
  • Karma: 0
  • CiviCRM version: 4
  • CMS version: Drupal
  • MySQL version: 5.0.7-dev
  • PHP version: 5.3.4
Re: CiviEvent now offers Event Registration page on https (ssl) page, 4.1.2 to 4.1.3
June 25, 2012, 01:15:40 pm
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

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: CiviEvent now offers Event Registration page on https (ssl) page, 4.1.2 to 4.1.3
July 05, 2012, 10:16:18 am

just curious, is your webserver nginx?

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • CiviEvent now offers Event Registration page on https (ssl) page, 4.1.2 to 4.1.3

This forum was archived on 2017-11-26.