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) »
  • Clean install on joomla 1.7
Pages: [1]

Author Topic: Clean install on joomla 1.7  (Read 1943 times)

tloosle

  • I’m new here
  • *
  • Posts: 7
  • Karma: 0
  • CiviCRM version: 3
  • CMS version: 1.6
  • MySQL version: 5.2
  • PHP version: 5.3
Clean install on joomla 1.7
October 29, 2011, 01:16:41 pm
I have an old site that stopped working.  I just get blank pages and error log shows an error, but server looks fine.  So I installed a clean copy on a new install.

When first ran I get a big sql error, then if I click again and try to install, I get can't create admin menus.  No menu like to civic works and the site will not work.

I have rebuilt the php and checked all errors yet it still will not work.   
I get this in the error.log:

[29-Oct-2011 20:12:51] PHP Warning:  require_once(CRM/Core/Config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home2/curefm/public_html/fmcpaware.org/components/com_civicrm/civicrm.php on line 19
[29-Oct-2011 20:12:51] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'CRM/Core/Config.php' (include_path='.:/home/curefm/public_html/fmcpaware.org/administrator/components/com_civicrm/civicrm:/home/curefm/public_html/fmcpaware.org/administrator/components/com_civicrm/civicrm/packages:.:/usr/lib/php:/usr/local/lib/php') in /home2/curefm/public_html/fmcpaware.org/components/com_civicrm/civicrm.php on line 19


yet the files are there and readable.
t

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Clean install on joomla 1.7
October 29, 2011, 05:45:41 pm
Quote from: tloosle on October 29, 2011, 01:16:41 pm
yet the files are there and readable.

Are they also executable?

Quote from: tloosle on October 29, 2011, 01:16:41 pm
When first ran I get a big sql error

Can you post that?
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.

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: Clean install on joomla 1.7
October 29, 2011, 08:07:32 pm
also check file permissions. sounds like civi wasn't able to create the settings file.
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

tloosle

  • I’m new here
  • *
  • Posts: 7
  • Karma: 0
  • CiviCRM version: 3
  • CMS version: 1.6
  • MySQL version: 5.2
  • PHP version: 5.3
Re: Clean install on joomla 1.7
October 31, 2011, 12:50:39 pm
this is the error I get on a clean install first try:

Cannot execute CREATE TABLE civicrm_option_value ( id int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Option ID', option_group_id int unsigned NOT NULL COMMENT 'Group which this option belongs to.', label varchar(255) NOT NULL COMMENT 'Option string as displayed to users - e.g. the label in an HTML OPTION tag.', value varchar(512) NOT NULL COMMENT 'The actual value stored (as a foreign key) in the data record. Functions which need lookup option_value.title should use civicrm_option_value.option_group_id plus civicrm_option_value.value as the key.', name varchar(255) COMMENT 'Stores a fixed (non-translated) name for this option value. Lookup functions should use the name as the key for the option value row.', grouping varchar(255) COMMENT 'Use to sort and/or set display properties for sub-set(s) of options within an option group. EXAMPLE: Use for college_interest field, to differentiate partners from non-partners.', filter int unsigned COMMENT 'Bitwise logic can be used to create subsets of options within an option_group for different uses.', is_default tinyint DEFAULT 0 COMMENT 'Is this the default option for the group?', weight int unsigned NOT NULL COMMENT 'Controls display sort order.', description text COMMENT 'Optional description.', is_optgroup tinyint DEFAULT 0 COMMENT 'Is this row simply a display header? Expected usage is to render these as OPTGROUP tags within a SELECT field list of options?', is_reserved tinyint DEFAULT 0 COMMENT 'Is this a predefined system object?', is_active tinyint DEFAULT 1 COMMENT 'Is this option active?', component_id int unsigned COMMENT 'Component that this option value belongs/caters to.', domain_id int unsigned COMMENT 'Which Domain is this option value for', visibility_id int unsigned DEFAULT NULL , PRIMARY KEY ( id ) , INDEX index_option_group_id_value( value , option_group_id ) , INDEX index_option_group_id_name( option_group_id , name ) , CONSTRAINT FK_civicrm_option_value_option_group_id FOREIGN KEY (option_group_id) REFERENCES civicrm_option_group(id) ON DELETE CASCADE, CONSTRAINT FK_civicrm_option_value_component_id FOREIGN KEY (component_id) REFERENCES civicrm_component(id) , CONSTRAINT FK_civicrm_option_value_domain_id FOREIGN KEY (domain_id) REFERENCES civicrm_domain(id) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci: DB Error: unknown error



Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Clean install on joomla 1.7
October 31, 2011, 12:53:55 pm
This basic error is

Cannot execute CREATE TABLE civicrm_option_value

which means it can't make a table in the MySQL database. Seems that table already exists. If you are trying to install fresh, can you first remove all tables that begin with civicrm_ ?
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.

tloosle

  • I’m new here
  • *
  • Posts: 7
  • Karma: 0
  • CiviCRM version: 3
  • CMS version: 1.6
  • MySQL version: 5.2
  • PHP version: 5.3
Re: Clean install on joomla 1.7
October 31, 2011, 04:14:31 pm
Deleted all tables.   

Now back to Error building admin menus

??

t

tloosle

  • I’m new here
  • *
  • Posts: 7
  • Karma: 0
  • CiviCRM version: 3
  • CMS version: 1.6
  • MySQL version: 5.2
  • PHP version: 5.3
Re: Clean install on joomla 1.7
October 31, 2011, 04:16:29 pm
However, I click on the link from the install and it did take me to the CivicCRM Administer civiccrm.

So it is installed, but no admin menu items.

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Clean install on joomla 1.7
November 01, 2011, 03:32:18 am
> Now back to Error building admin menus

What is the error?
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.

tloosle

  • I’m new here
  • *
  • Posts: 7
  • Karma: 0
  • CiviCRM version: 3
  • CMS version: 1.6
  • MySQL version: 5.2
  • PHP version: 5.3
Re: Clean install on joomla 1.7
November 01, 2011, 09:41:48 am
during or after install is done it says, error building admin menus.

They are not there, but as I said, civicrm seems to be there and working.  just no admin link to it.

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Clean install on joomla 1.7
November 01, 2011, 09:43:27 am
See here: http://forum.civicrm.org/index.php?topic=19721.0
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.

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

This forum was archived on 2017-11-26.