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 Profiles (Moderator: Dave Greenberg) »
  • Non-recoverable error
Pages: [1]

Author Topic: Non-recoverable error  (Read 751 times)

mirrorstage

  • I post occasionally
  • **
  • Posts: 57
  • Karma: 1
  • CiviCRM version: 4.6.7
  • CMS version: Drupal 6.37
  • MySQL version: 5.6.23
  • PHP version: 5.4.42
Non-recoverable error
January 22, 2011, 02:05:50 am
My users are also receiving an error message when they try to sign up using the CiviCRM Profile:

Sorry. A non-recoverable error has occurred.
The requested profile (gid=) is disabled, OR there is no Profile with that ID, OR a valid 'gid=' integer value is missing from the URL. Contact the site administrator if you need assistance.

I tried creating a new custom profile and using that, but continue to receive the same message. Several spammers have had no problem getting through and signing up, despite the Recaptcha. I'm using CiviCRM 3.3.1 on Drupal 6.2, and am baffled. Please help! Thanks!

mirrorstage

  • I post occasionally
  • **
  • Posts: 57
  • Karma: 1
  • CiviCRM version: 4.6.7
  • CMS version: Drupal 6.37
  • MySQL version: 5.6.23
  • PHP version: 5.4.42
Re: Non-recoverable error
January 22, 2011, 02:30:31 pm
Okay, for those who are experiencing the same issue...this seemed to solve my issue, for the time being, at least.

1. Make sure you have a user id=0 for anonymous users
2. Add the following code to .htaccess, in case it has to do baseURL differences when switching to SSL or URL goes to http
://example.com instead of http://wwwexample.com:

  # Caching for anonymous users
  # Skip boost IF not get request OR uri has wrong dir OR cookie is set OR request came from this server OR https request
  RewriteCond %{REQUEST_METHOD} !^(GET|HEAD)$ [OR]
  RewriteCond %{REQUEST_URI} (^/(admin|cache|misc|modules|sites|system|openid|themes|node/add|civicrm/event/register))|(/(comment/reply|edit|user|user/(login|password|register))$) [OR]
  RewriteCond %{HTTP_COOKIE} DRUPAL_UID [OR]
  RewriteCond %{HTTP:Pragma} no-cache [OR]
  RewriteCond %{HTTP:Cache-Control} no-cache [OR]
  RewriteCond %{HTTPS} on
  RewriteRule .* - [S=3]

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Profiles (Moderator: Dave Greenberg) »
  • Non-recoverable error

This forum was archived on 2017-11-26.