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 »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Fatal error: Class 'HTML_QuickForm_Controller' not found - upon first install
Pages: [1]

Author Topic: Fatal error: Class 'HTML_QuickForm_Controller' not found - upon first install  (Read 1072 times)

alisajmp

  • Guest
Fatal error: Class 'HTML_QuickForm_Controller' not found - upon first install
March 25, 2010, 02:39:30 pm
I have installed Drupal 6.16 and CiviCRM 3.1 for a new website I am developing.  The host is a shared account on GoDaddy.com.  I have other Drupal sites there, but hadn't attempted to install Civi. 

The drupal is installed fine, everything looks normal.  When I log in as administrator and click on CRM, I get the following error

Fatal error: Class 'HTML_QuickForm_Controller' not found in /home/content/e/i/g/<myname>/html/<mydomain>/test/www/sites/all/modules/civicrm/CRM/Core/Controller.php on line 51

I opened up Controller.php, to see if there was anything obviously awry, but I do not know how to code php, and I didn't see anything obviously wrong with the logic.  This is a clean install, simply put of all of the files just as they were unzipped, nothing edited.  If anyone can point me in the direction of resolving this, I would very much appreciate.

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Fatal error: Class 'HTML_QuickForm_Controller' not found - upon first install
March 31, 2010, 10:02:10 am
Quote from: alisajmp on March 25, 2010, 02:39:30 pm
The drupal is installed fine, everything looks normal.  When I log in as administrator and click on CRM, I get the following error

Fatal error: Class 'HTML_QuickForm_Controller' not found in /home/content/e/i/g/<myname>/html/<mydomain>/test/www/sites/all/modules/civicrm/CRM/Core/Controller.php on line 51

Hm, this is very strange; there is a require_once 'HTML/QuickForm/Controller.php'; call above that line which should load that class properly.

Can you make sure you uploaded the packages/HTML/QuickForm/Controller.php file properly?
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Fatal error: Class 'HTML_QuickForm_Controller' not found - upon first install

This forum was archived on 2017-11-26.