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 »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Installation problem
Pages: [1]

Author Topic: Installation problem  (Read 1165 times)

fezzicnex

  • Guest
Installation problem
September 04, 2008, 04:30:41 pm
excellent advice, and extremely detailed. i actually believed i may be able to get civicrm to work. however i keep encountering problems, i dont know how all you guys put up with being defeated over and over again.
this is my error.

Quote
Cannot execute CREATE TABLE civicrm_cache ( id int unsigned NOT NULL AUTO_INCREMENT , group_name varchar(32) NOT NULL COMMENT 'group name for cache element, useful in cleaning cache elements', path varchar(64) COMMENT 'Unique path name for cache element', data text COMMENT 'data associated with this path', component_id int unsigned COMMENT 'Component that this menu item belongs to', created_date datetime COMMENT 'When was the cache item created', expired_date datetime COMMENT 'When should the cache item expire' , PRIMARY KEY ( id ) , UNIQUE INDEX UI_group_path( group_name(100) , path(100) ) , CONSTRAINT FK_civicrm_cache_component_id FOREIGN KEY (component_id) REFERENCES civicrm_component(id) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci: DB Error: unknown error

when i refresh the page civicrm is part of my components menu but when i click on it i get this error.

Quote
Warning: include_once(civicrm.settings.php) [function.include-once]: failed to open stream: No such file or directory in W:\www\Joomla\administrator\components\com_civicrm\admin.civicrm.php on line 13

Warning: include_once() [function.include]: Failed opening 'civicrm.settings.php' for inclusion (include_path='.;/usr/local/PHP/includes;/usr/local/PHP/pear;/home/admin/www/plugins/pear/PEAR') in W:\www\Joomla\administrator\components\com_civicrm\admin.civicrm.php on line 13

Warning: require_once(PEAR.php) [function.require-once]: failed to open stream: No such file or directory in W:\www\Joomla\administrator\components\com_civicrm\admin.civicrm.php on line 15

Fatal error: require_once() [function.require]: Failed opening required 'PEAR.php' (include_path='.;/usr/local/PHP/includes;/usr/local/PHP/pear;/home/admin/www/plugins/pear/PEAR') in W:\www\Joomla\administrator\components\com_civicrm\admin.civicrm.php on line 15


i am assuming its because the tables were not installed correctly. but i dont know what to do anymore.

MichaƂ Mach

  • Ask me questions
  • ****
  • Posts: 748
  • Karma: 59
    • CiviCRM site
  • CiviCRM version: latest
  • CMS version: Drupal and Joomla latest
  • MySQL version: numerous
  • PHP version: 5.3 and 5.2
Re: Installation problem
September 05, 2008, 05:16:26 am
Hey,

Your civicrm.settings.php file cannot be found or is not readable. Please refer to information on this forum, e.g. http://forum.civicrm.org/index.php/topic,4363.0.html to solve this problem.

Thx,
m
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

My absolute favourite: Wordpress Integration!.

Donate Now!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Installation problem

This forum was archived on 2017-11-26.