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 from directory
Pages: [1]

Author Topic: Installation from directory  (Read 2691 times)

leiw

  • Guest
Installation from directory
October 04, 2007, 09:47:04 pm
Hello,

    The install path is /var/www/html/joomla/com_civicrm, after press istall button display following error:
   
Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/joomla/includes/domit/xml_domit_lite_parser.php on line 135


Thx !!

speleo

  • Ask me questions
  • ****
  • Posts: 396
  • Karma: 28
  • CiviCRM version: 4.3.1
  • CMS version: J! 2.5,9
  • MySQL version: 5.1
  • PHP version: 5.3.24
Re: Installation from directory
October 05, 2007, 12:31:25 am
From the wiki http://wiki.civicrm.org/confluence/display/CRMDOC/Install+CiviCRM+for+Joomla+or+Mambo

In your php.ini file or .htaccess file in the joomla/mambo root folder if your server allows it, increase the max_execution_time to 600 and memory limit to more than 32M.

leiw

  • Guest
Re: Installation from directory
October 05, 2007, 11:44:52 pm
Thx you the isntallation problems fixed !!

NativePages

  • Guest
Re: Installation from directory
October 14, 2007, 06:57:18 am
I had this same installation problem repeatedly last night. I set up a php.ini file like instructed in the wiki installation documents using 600 and 36m. Still doesn't fix it. Is there any other trick?

I'm setting this up for the non-profit I chair, but I also design & host websites for other non-profits. I have a client who's interested in this and who's site is on the same server (where I buy my hosting space). Everything else Joomla has worked to date.

CiviCRM installed once, but didn't install all files so kept returning me to the Joomla cPanel.  I uninstalled and started over. Haven't been able to get it to install since.

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: Installation from directory
October 18, 2007, 09:29:03 am
Check with your shared hosting provider. Some won't allow you to change the global memory_limit and max_execution settings through a local php.ini file (Siteground, for instance, locks everything down and only lets you control a few settings). If they do let you control those settings, make sure that you have the php.ini file propagated throughout your site. Usually a local php.ini file only affects the folder it resides in. It doesn't automatically extend to child folders.

You can copy that file to the entire site by doing the following:

Create and save your custom php.ini file to the root directory (public_html, www, etc.)
Create a file in the same root directory called "copyphp.php" that contains the following code:
Code: [Select]
<pre><?php system("find * -type d|xargs -i cp --verbose php.ini {}/."); ?></pre>File copy complete.
Open that file in your web browser:
http://www.yourdomain.com/copyphp.php

This will copy that custom php.ini file to all the folders in your site. Again -- this only works if your hosting provider actually allows custom settings for those two options.

-Brian
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

speleo

  • Ask me questions
  • ****
  • Posts: 396
  • Karma: 28
  • CiviCRM version: 4.3.1
  • CMS version: J! 2.5,9
  • MySQL version: 5.1
  • PHP version: 5.3.24
Re: Installation from directory
October 18, 2007, 01:10:19 pm
you can also put PHP params into .htaccess in html_root. For example:

php_value memory_limit 32M

over the river

  • Guest
Re: Installation from directory
October 21, 2007, 01:17:05 pm
After hours of trying to install civiCRM finally I got past the installation stage. 

What worked was transferring the zip file into /public_html/administrator/components/com_installer/component and then installing via Joomla's backend installers tab.

Now I see CiviCRM options in the components tab.

BUT -

When I try to enter any of them I get:

Quote
Cannot execute -- * -- * -- * -- * CREATE TABLE civicrm_country ( id int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Country Id', name varchar(64) COMMENT 'Country Name', iso_code char(2) COMMENT 'ISO Code', country_code varchar(4) COMMENT 'National prefix to be used when dialing TO this country.', idd_prefix varchar(4) COMMENT 'International direct dialing prefix from within the country TO another country', ndd_prefix varchar(4) COMMENT 'Access prefix to call within a country to a different area' , PRIMARY KEY ( id ) , UNIQUE INDEX UI_name_iso_code( name , iso_code ) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci: DB Error: syntax error

I changed - Country Locale to UTF-8 but still am getting the same.

What next?
« Last Edit: October 21, 2007, 01:35:04 pm by over the river »

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Installation from directory
October 21, 2007, 11:36:42 pm
check:

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

HTH

kurund
Found this reply helpful? Support CiviCRM

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

This forum was archived on 2017-11-26.