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) »
  • WANTED: users to test new install mechanism for CiviCRM 2.2 on joomla 1.5.9
Pages: 1 [2]

Author Topic: WANTED: users to test new install mechanism for CiviCRM 2.2 on joomla 1.5.9  (Read 4578 times)

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: WANTED: users to test new install mechanism for CiviCRM 2.2 on joomla 1.5.9
February 01, 2009, 06:30:02 am

check:

http://wiki.civicrm.org/confluence/display/CRM/CiviCRM+v2.2

for a list of new things in 2.2. testing any of those features would be great and highly appreciated :)

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

hhelgesen

  • I’m new here
  • *
  • Posts: 25
  • Karma: 0
    • California Jaycees
Re: WANTED: users to test new install mechanism for CiviCRM 2.2 on joomla 1.5.9
February 01, 2009, 02:06:30 pm
Quote from: Donald Lobo on January 31, 2009, 01:09:57 pm

most likely your hosting provider has a firewall setting which prohibits calling other hosts. The relevant code (from the joomla installer is) which returns the error message is: libraries/joomla/installer/helper.php


Code: [Select]
        // Open the remote server socket for reading
        $inputHandle = @ fopen($url, "r");
        $error = strstr($php_errormsg,'failed to open stream:');
        if (!$inputHandle) {
            JError::raiseWarning(42, JText::_('SERVER_CONNECT_FAILED').', '.$error);
            return false;
        }

You should use the install from directory option

lobo


Installing from directory worked just fine.

jdiff

  • I’m new here
  • *
  • Posts: 24
  • Karma: 2
Re: WANTED: users to test new install mechanism for CiviCRM 2.2 on joomla 1.5.9
February 03, 2009, 08:23:39 pm
I just attempted the install from directory on a clean Joomla 1.5.9 on a shared server.
Got the following message:
       
Quote

        * Install Component Success

Error

        * Error Loading ModulesMySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jdiff_modules AS m LEFT JOIN jdiff_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 2 AND m.client_id = 1 ORDER BY position, ordering

CiviCRM
Files uploaded succesfully

If this is a new installation of CiviCRM, please review the online installation documentation.

If you are upgrading an existing installation of CiviCRM, please review the upgrade documentation.

CiviCRM includes the ability to expose Profile forms and listings, as well as Online Contribution and Event Registration pages, to users and visitors of the 'front-end' of your Joomla! site. Review this document to learn about configuring Profiles as custom front-end forms and search pages. Review this document to learn about configuring Online Contribution Pages, and review this document to learn about Event Registration pages.

My .htaccess has:
php_value memory_limit 128M
php_value register_globals off
php_value max_execution_time 600

I've seen the "MySQL server has gone away" error previously when trying to install 2.1 on Joomla, but was unable to solve the problem.  Any ideas?

Update:  I tested out the backend and created an event, and that seemed to work fine. 

I added a menu item of type CiviCRM Events > Event Info, and clicking that menu item gives the message  "You do not have permission to execute this url."

I added a menu item of type CiviCRM Events > Register for Events, and clicking that menu item goes directly to the event registration page (not the event info page). 

I'm not sure at this point whether the error message is a result of a bug or a semi-botched install.
« Last Edit: February 03, 2009, 08:37:16 pm by jdiff »

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: WANTED: users to test new install mechanism for CiviCRM 2.2 on joomla 1.5.9
February 04, 2009, 06:55:10 pm
Quote from: jdiff on February 03, 2009, 08:23:39 pm
I added a menu item of type CiviCRM Events > Event Info, and clicking that menu item gives the message  "You do not have permission to execute this url."

this is a bug and will be fixed in beta2

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • WANTED: users to test new install mechanism for CiviCRM 2.2 on joomla 1.5.9

This forum was archived on 2017-11-26.