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) »
  • CiviContribute Can not find key
Pages: [1]

Author Topic: CiviContribute Can not find key  (Read 1559 times)

ericcumbee

  • Guest
CiviContribute Can not find key
October 24, 2007, 09:35:56 am
when i fill in my contribute form and click continue i get  the following error

Sorry. A non-recoverable error has occurred.

Could not find valid Key

i am using 1.8.10954 in joomla on php 4

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: CiviContribute Can not find key
October 24, 2007, 12:17:32 pm
Is this for live or test drive ?

If it is for live mode, you might want to check: http://wiki.civicrm.org/confluence/display/CRMDOC/Configuring+Front-end+Contact+Dashboard+in+Joomla%21+Sites

Quote
2. Modify your index.php file to support CiviCRM front-end functionality

HTH

kurund
Found this reply helpful? Support CiviCRM

redgar

  • I’m new here
  • *
  • Posts: 26
  • Karma: 2
    • NJ Libertarian Party
  • CiviCRM version: 4.5.0
  • CMS version: Joomla 2.5.27
Re: CiviContribute Can not find key
October 25, 2007, 12:49:36 pm
I was getting the exact same thing.  I found a solution at

http://forum.civicrm.org/index.php/topic,1417.0.html that said to do step 3 at http://wiki.civicrm.org/confluence/display/CRMDOC/Configuring+Front-end+Profile+Listings+and+Forms+in+Joomla%21+Sites

So I did and it seems to have fixed things.  What I did was edit index.php:

 Change from:

// mainframe is an API workhorse, lots of 'core' interaction routines
$mainframe = new mosMainFrame( $database, $option, '..', true );

 Change to:

 // These lines are needed for proper function of CiviCRM at the frontend
session_name( md5( $mosConfig_live_site . '_frontend' ));
session_start();

// mainframe is an API workhorse, lots of 'core' interaction routines
$mainframe = new mosMainFrame( $database, $option, '..', true );

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • CiviContribute Can not find key

This forum was archived on 2017-11-26.