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) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 2.1 Release Testing »
  • error installing in joomla 1.5 if installing after a deleted 2.0.5
Pages: [1]

Author Topic: error installing in joomla 1.5 if installing after a deleted 2.0.5  (Read 3941 times)

businessbroker

  • Guest
error installing in joomla 1.5 if installing after a deleted 2.0.5
August 12, 2008, 04:58:37 pm
I instaleld it like the 2.0.5 version
http://forum.civicrm.org/index.php/topic,1974.msg8562.html#msg8562
but i receive this error installing:
Cannot execute DROP TABLE IF EXISTS civicrm_domain: DB Error: constraint violation
what I have to do now?
« Last Edit: August 12, 2008, 06:39:32 pm by businessbroker »

businessbroker

  • Guest
Re: erro installing in joomla 1.5
August 12, 2008, 05:01:13 pm
the 2.0.5 wa installed from me directly into administrator folder, nw i try to install it here like instructions say:
JOOMLA_ROOT/administrator/components/com_installer/component/

businessbroker

  • Guest
Re: erro installing in joomla 1.5
August 12, 2008, 05:14:35 pm
by default the directory: /component/  is in joomla 1.0 but not on joomla 1.5, so where it is to install?

businessbroker

  • Guest
Re: erro installing in joomla 1.5
August 12, 2008, 05:32:54 pm
php.ini with these commands is in any folder: (because bluehost.com need php.ini in any folder and don't accept .htaccess)
php_value memory_limit 64M
php_value register_globals off
php_value max_execution_time 60

i created the component folder missing in com_installer because missing in joomla 1.5
administrator/components/com_installer/component

but i continue to receive this error:
Please enter a package directory

i just installed civicrm in similar way on joomla 1 and joomla 1.5..

someone has other solutions?
I'm starting to think to installa 2.0.5 in legacy mode and then to upgrade it to 2.1 alfa

businessbroker

  • Guest
Re: erro installing in joomla 1.5
August 12, 2008, 05:41:02 pm
1) instruction links to upgrade from 2 to 2.1 are going in loop and I can't find them, there are instructions only abut prior versions..
2) install of components is directly in install apge for joomla 1.5 and not in components section

businessbroker

  • Guest
Re: error installing in joomla 1.5
August 12, 2008, 06:05:15 pm
putting the right address, I receive again this error:
Cannot execute DROP TABLE IF EXISTS civicrm_domain: DB Error: constraint violation: DB Error: constraint violation

businessbroker

  • Guest
Re: error installing in joomla 1.5
August 12, 2008, 06:10:56 pm
now I remember that on this joomla 1.5 I was just having the 2.0.5 correctly installed, then i uninstalled it to install 2.1 alfa
could be that some table was remaining in db and now they create problems?

businessbroker

  • Guest
Re: error installing in joomla 1.5
August 12, 2008, 06:13:22 pm
now I see civicrm between the components installed, but any page i open i see this error:

Warning: include_once(civicrm.settings.php) [function.include-once]: failed to open stream: No such file or directory in /home1/estufeco/public_html/horeca1/administrator/components/com_civicrm/admin.civicrm.php on line 14

Warning: include_once() [function.include]: Failed opening 'civicrm.settings.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home1/estufeco/public_html/horeca1/administrator/components/com_civicrm/admin.civicrm.php on line 14

Warning: require_once(CRM/Core/Config.php) [function.require-once]: failed to open stream: No such file or directory in /home1/estufeco/public_html/horeca1/administrator/components/com_civicrm/admin.civicrm.php on line 18

Fatal error: require_once() [function.require]: Failed opening required 'CRM/Core/Config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home1/estufeco/public_html/horeca1/administrator/components/com_civicrm/admin.civicrm.php on line 18

businessbroker

  • Guest
Re: error installing in joomla 1.5 if installing after a deleted 2.0.5
August 12, 2008, 06:40:08 pm
problem solved!
installing on a new clear joomla 1.5 without the previus also uninstalle 2.0.5 is all right:
Files uploaded succesfully!

aspagarino

  • I post occasionally
  • **
  • Posts: 89
  • Karma: 10
  • San Diego Joomla
    • California Center for Sustainable Energy
  • CiviCRM version: CiviCRM 4.3
  • CMS version: Drupal 7
Re: error installing in joomla 1.5 if installing after a deleted 2.0.5
August 22, 2008, 11:03:33 am
Business broker... I just installed version 2.1 alpha on a Joomla 1.5.6 and I am getting the exact same error :-\

Code: [Select]
Warning: include_once(civicrm.settings.php) [function.include-once]: failed to open stream: No such file or directory in /home/xxxx/public_html/administrator/components/com_civicrm/admin.civicrm.php on line 14

Warning: include_once() [function.include]: Failed opening 'civicrm.settings.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxx/public_html/administrator/components/com_civicrm/admin.civicrm.php on line 14

Warning: require_once(CRM/Core/Config.php) [function.require-once]: failed to open stream: No such file or directory in /home/xxx/public_html/administrator/components/com_civicrm/admin.civicrm.php on line 18

Fatal error: require_once() [function.require]: Failed opening required 'CRM/Core/Config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxx/public_html/administrator/components/com_civicrm/admin.civicrm.php on line 18

I did not do any upgrade but I get a SQL error when I do the first install and then the error described above... I fixed SQL error manually by creating the database but when I go back to the site I get the Warning errors... I will try to install on a fresh Joomla installation.

Andres
« Last Edit: August 22, 2008, 01:00:11 pm by aspagarino »
Andres

Open Source is Green

businessbroker

  • Guest
Re: error installing in joomla 1.5 if installing after a deleted 2.0.5
August 23, 2008, 12:26:58 am
which 2.1 alpha version are you using? is bein released alpha 4 till now, for troubleshooting about 2.1 alpha is right to write here:
http://forum.civicrm.org/index.php/board,35.0.html

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 2.1 Release Testing »
  • error installing in joomla 1.5 if installing after a deleted 2.0.5

This forum was archived on 2017-11-26.