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) »
  • Error code=61 after installation
Pages: [1]

Author Topic: Error code=61 after installation  (Read 1918 times)

grimur

  • Guest
Error code=61 after installation
December 28, 2007, 01:30:24 am
Hi!

I've tried to install CiviCRM 1.8 and 1.9 on Joomla 1.0.13 and 1.5 RC3 with the same result. The installation seems to work fine and is "completed successful". But when trying to configure CiviCRM I receive an error message (se below) stating code=61. I receive the message directly when trying to access CiviCRM. I guess it's server related since I've tried different version of CiviCRM and Joomla. (I've check all the requirement and it should work).

Please assist.

------------------------------------------------
Sorry. A non-recoverable error has occurred.

Please review the CiviCRM Installation Guide and try searching the CiviCRM Mailing List Archives for information on the error below.

Error Details:

[pear_error: message="Connection refused" code=61 mode=callback callback=CRM_Core_Error::handle prefix="" info=""]
------------------------------------------------

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: Error code=61 after installation
December 29, 2007, 09:17:56 pm
Check you database settings for civicrm. Make sure you have entered correct db, dbuser and db password.

kurund
Found this reply helpful? Support CiviCRM

grimur

  • Guest
Re: Error code=61 after installation
January 06, 2008, 07:19:39 am
All settings seems to be fine. The installation is successful and I can see the CiviCRM tables in the database. But when I try to access CiviCRM inside Joomlas administrative GUI I receive the error=61.

Denver Dave

  • Ask me questions
  • ****
  • Posts: 471
  • Karma: 9
Re: Error code=61 after installation
January 06, 2008, 11:44:38 am
Don't really know, just did a google search and looks like could be security, disk space and other issues.  Are you sure you have enough disk space allocated.

grimur

  • Guest
Re: Error code=61 after installation
January 09, 2008, 01:21:04 am
Hi!

Yes, disc space isn't an issue. We have lowered the security settings so that shouldn't be a problem either.

Anyone got an idea what error=61 stands for?

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Error code=61 after installation
January 09, 2008, 09:55:32 am
A quick Google search on error 61 doesn't turn up much. Best guess is that this is a database settings problem and the module is not able to connect with the database (hence the connection refused message). I would double-check the values for the CIVICRM_DSN setting in the CiviCRM settings file: <joomla_root_dir>/administrator/components/com_civicrm/civicrm.settings.php

Code: [Select]
     define( 'CIVICRM_DSN'         , 'mysql://civicrm:YOUR_PASSWORD@localhost/civicrm?new_link=true' );
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Error code=61 after installation

This forum was archived on 2017-11-26.