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 Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Fatal error: Class 'CRM_Core_Action' not found
Pages: [1]

Author Topic: Fatal error: Class 'CRM_Core_Action' not found  (Read 2232 times)

Jerry

  • Guest
Fatal error: Class 'CRM_Core_Action' not found
September 11, 2007, 03:12:58 pm
Fatal error: Class 'CRM_Core_Action' not found in /usr3/home/-----.com/htdocs/sites/all/modules/civicrm/CRM/Core/StateMachine.php on line 99

I get the above error when attemping to to edit/view a custom profile from the Drupal User Account page.

This was working previously, not sure what happened..

I am running Drupal 5.1 and CiviCRM v1.8.beta.10594
« Last Edit: September 11, 2007, 03:15:53 pm by Jerry »

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: Fatal error: Class 'CRM_Core_Action' not found
September 11, 2007, 11:18:20 pm
I was not able to replicate this but you can do

Quote
require_once 'CRM/Core/Action.php'; on line approx. 39

HTH

kurund
Found this reply helpful? Support CiviCRM

Jerry

  • Guest
Re: Fatal error: Class 'CRM_Core_Action' not found
September 12, 2007, 10:19:41 am
Thank you.  I contacted our web host and they were able to resolve the issue.  Evidently it was soemthing on their end.  I suspect it was a PHP upgrade gone bad.

hallman

  • I post occasionally
  • **
  • Posts: 87
  • Karma: 10
Re: Fatal error: Class 'CRM_Core_Action' not found
October 09, 2007, 02:38:30 pm
I got the same error message today. I edited StateMachine.php and put in the line
  require_once 'CRM/Core/Action.php';
and that fixed the problem. Thanks Kurund.

I checked with our systems people and they said that PHP was upgraded yesterday because of security bugs.

Judy Hallman
Judy Hallman

areaten

  • Guest
Re: Fatal error: Class 'CRM_Core_Action' not found
July 30, 2009, 05:13:06 pm
I realise this is an old thread but can't find a relevant more recent posting so I'm reviving this one.

I am getting this error even though my version of StateMachine.php already has the suggested correction line in it
  ( require_once 'CRM/Core/Action.php';)

I'm using civicrm 2.2.6 and drupal 6.13

Error is -
Fatal error: Class 'CRM_Core_Action' not found in ..../.../.. StateMachine.php on line 99

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: Fatal error: Class 'CRM_Core_Action' not found
July 30, 2009, 05:22:46 pm

1. can u upgrade to 2.2.7

2. can u do the same sequence of steps on http://drupal.demo.civicrm.org/ and see if u can reproduce the error

thanx

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 »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Fatal error: Class 'CRM_Core_Action' not found

This forum was archived on 2017-11-26.