Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
<administration> <menu task="civicrm/dashboard&reset=1">CiviCRM</menu> <submenu> <menu task="option=com_civicrm&task=civicrm/dashboard&reset=1">CiviCRM Home</menu> <menu task="option=com_civicrm&task=civicrm/contact/search&reset=1">Find Contacts</menu> <menu task="option=com_civicrm&task=civicrm/group&reset=1">Manage Groups</menu> <menu task="option=com_civicrm&task=civicrm/import&reset=1">Import Contacts</menu> <menu task="option=com_civicrm&task=civicrm/contribute&reset=1">CiviContribute</menu> <menu task="option=com_civicrm&task=civicrm/member&reset=1">CiviMember</menu> <menu task="option=com_civicrm&task=civicrm/event&reset=1">CiviEvent</menu> <menu task="option=com_civicrm&task=civicrm/admin&reset=1">Administer CiviCRM</menu> </submenu> <files> <filename>admin.civicrm.php</filename> <filename>toolbar.civicrm.php</filename> <filename>install.civicrm.php</filename> <filename>uninstall.civicrm.php</filename> <filename>configure.php</filename> </files> </administration>
I have also made sure that my php.ini file is set to the following:> php_value memory_limit 64M> php_value register_globals off> php_value max_execution_time 600
memory_limit = 64Mregister_globals = offmax_execution_time = 600
Try to expand max_execution_time and memory_limit at least 2 times. The CiviCRM component is gathered into huge package, larger than Joomla. It could be smart to divide the package into smaller pieces as VirtueMart has done, then installation could be run much smoother. I can also refer you to Lobo's statement http://forum.civicrm.org/index.php/topic,1962.msg13458.html#msg13458
The "php_value" command is used when altering settings through your .htaccess file, not php.ini. If you are altering settings through php.ini, the syntax should be:
I still maintain that the issue with it asking to download the index.php file is a server or php issue. Also check your php version -- CiviCRM 2.0 requires php5. Here's a couple posts from the Joomla forums that might help:
MySQL Support enabledClient API version 4.1.22