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 »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Fatal Error on multiple CiviEvent pages
Pages: [1]

Author Topic: Fatal Error on multiple CiviEvent pages  (Read 806 times)

waizen

  • I’m new here
  • *
  • Posts: 13
  • Karma: 0
  • CiviCRM version: 3.3.3
  • CMS version: Drupal 6.2
  • MySQL version: 5.0.67
  • PHP version: 5.2.10
Fatal Error on multiple CiviEvent pages
March 07, 2011, 08:44:25 am
I just noticed that when I try to access the following pages:

1. Administer>CiviEvent>Participant Listing Options
2. Administer>CiviEvent>Event Types
3. Administer>CiviEvent>Participant Roles

As well as a few other pages, I get the following error message:

Fatal error: Class 'CRM_Core_DAO_OptionValue' not found in /home/(accountname)/domains/domain.com/public_html/sites/all/modules/civicrm/CRM/Core/OptionValue.php on line 100

(account information edited in the above error message)

What is happening?

As a side note, could whatever is causing that error message be related to another issue I outlined in another thread, located here:

http://forum.civicrm.org/index.php/topic,18902.0.html

Thank you in advance.
« Last Edit: March 07, 2011, 08:54:32 am by waizen »

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Fatal Error on multiple CiviEvent pages
March 07, 2011, 12:41:22 pm
Quote from: waizen on March 07, 2011, 08:44:25 am
Fatal error: Class 'CRM_Core_DAO_OptionValue' not found in /home/(accountname)/domains/domain.com/public_html/sites/all/modules/civicrm/CRM/Core/OptionValue.php on line 100

That error would suggest that you have a core CiviCRM file missing from your install. That file being of course:

Code: [Select]
CRM/Core/DAO/OptionValue.php
Can you check to see if you have that file? The full path would be:

Code: [Select]
sites/all/modules/civicrm/CRM/Core/DAO/OptionValue.php
If it's missing, then I would suggest you try to replace your entire CiviCRM code base to make sure all files are there.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

waizen

  • I’m new here
  • *
  • Posts: 13
  • Karma: 0
  • CiviCRM version: 3.3.3
  • CMS version: Drupal 6.2
  • MySQL version: 5.0.67
  • PHP version: 5.2.10
Re: Fatal Error on multiple CiviEvent pages
March 07, 2011, 01:12:27 pm
Quote from: hershel on March 07, 2011, 12:41:22 pm
...

That error would suggest that you have a core CiviCRM file missing from your install. That file being of course:

Code: [Select]
CRM/Core/DAO/OptionValue.php
Can you check to see if you have that file? The full path would be:

Code: [Select]
sites/all/modules/civicrm/CRM/Core/DAO/OptionValue.php
If it's missing, then I would suggest you try to replace your entire CiviCRM code base to make sure all files are there.

Yeah, it's there. Thanks for responding.
« Last Edit: March 07, 2011, 01:42:06 pm by waizen »

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Fatal Error on multiple CiviEvent pages

This forum was archived on 2017-11-26.