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 »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Contribution Page Will Not Display
Pages: [1]

Author Topic: Contribution Page Will Not Display  (Read 1891 times)

Wonder95

  • Guest
Contribution Page Will Not Display
February 27, 2008, 08:20:24 am
I've been working on a site for a couple months, and have a contribution page set up for membership registration.  It has worked fine, and I have done multiple transactions both in live and test modes.  However, now that I am about to go live, I cannot get the page to display at all, whether I am logged in or not logged in.  In Firefox, I get the "Firefox has detected that the server is redirecting the request for this address in a way that will never complete." message, and in Internet Exploder, I just get the standard "Internet Exploder cannot display the web page".

I checked CiviCRM Admin, and all settings are there correctly just as they have been since I set it up. I have not change any permissions.  SSL is in place, and it has been working fine with SSL in the past.  Does anyone have any ideas as to why this would happen?

Thanks.

Wonder95

  • Guest
Re: Contribution Page Will Not Display
February 27, 2008, 11:25:53 am
I turned off Force HTTPS the option, and now I get this error:

Code: [Select]
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 77824 bytes) in /home/campfire/public_html/members/sites/all/modules/civicrm/packages/Smarty/Smarty_Compiler.class.php on line 298
It looks like it's getting caught in a loop.

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: Contribution Page Will Not Display
February 27, 2008, 12:30:35 pm

not sure how u came to the conclusion that its getting caught in a loop. can u increase the memory to 64M and see what happens

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

Wonder95

  • Guest
Re: Contribution Page Will Not Display
February 27, 2008, 01:12:45 pm
I came to that conclusion because the code that is referenced in the error is within a loop.

Increased to 64M in .htaccess, but still get the same error.

Wonder95

  • Guest
Re: Contribution Page Will Not Display
February 27, 2008, 09:35:30 pm
Tried increasing memory to 128M in PHP.ini, but still get same error.  Then I turned off "Force secure URLs", and the page was able to come up.  As soon as I turn it back on, the problem comes back.   Hmmm...

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: Contribution Page Will Not Display
February 27, 2008, 11:02:21 pm

are you using the secure site module by any chance. We've heard reports about it causing an infinite loop with civicrm when ssl is turned on

http://drupal.org/project/securesite

you might want to either disable it or let it know not to touch any civicrm urls :)

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

Wonder95

  • Guest
Re: Contribution Page Will Not Display
February 28, 2008, 10:09:29 am
I'm using Secure Pages (not Secure Site), but it was the same conflict.  Once I excluded CiviCRM pages, I was able to bring up my contribution page in SSL.

Thanks.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Contribution Page Will Not Display

This forum was archived on 2017-11-26.