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 »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • A myriad of errors, but this one is persistent
Pages: [1]

Author Topic: A myriad of errors, but this one is persistent  (Read 2200 times)

deputyjones

  • Guest
A myriad of errors, but this one is persistent
February 27, 2008, 01:28:51 pm
I have received a bunch of different errors, although some of my sandbox transactions are going through. This one, however, seems to be fairly persistent. Paypal sandbox is so slow and buggy I am inclined to believe the problem lies somewhere with them. However, here it is if someone has an idea of what the issue might be:

Code: [Select]
     Sorry. A non-recoverable error has occurred.

    Return to home page.

Error Details:

Array
(
    [callback] => Array
        (
            [0] => CRM_Core_Error
            [1] => handle
        )

    [code] =>
    [message] => Authentication failed.
    [mode] => 16
    [debug_info] =>
    [type] => PEAR_Error
    [user_info] =>
    [to_string] => [pear_error: message="Authentication failed." code=0 mode=callback callback=CRM_Core_Error::handle prefix="" info=""]
)

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

    Return to home page.

Error Details:

Array
(
    [callback] => Array
        (
            [0] => CRM_Core_Error
            [1] => handle
        )

    [code] =>
    [message] => not connected
    [mode] => 16
    [debug_info] =>
    [type] => PEAR_Error
    [user_info] =>
    [to_string] => [pear_error: message="not connected" code=0 mode=callback callback=CRM_Core_Error::handle prefix="" info=""]
)
[/code][/code]

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: A myriad of errors, but this one is persistent
February 27, 2008, 01:36:04 pm

we also have been having issues with paypal sandbox the past 24 hours (when we've tried to test a few issues). hopefully its a short term problem for them and will be resolved soon

the below issue is more likely an smtp authentication issue. Search for smtp issues on forum and you can see a few solutions. You'll need to ensure civicrm can send email and test via "send email to contacts" action

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

deputyjones

  • Guest
Re: A myriad of errors, but this one is persistent
February 27, 2008, 01:46:56 pm
I hate being a n00b  :P

Is this the correct syntax for the password?

Code: [Select]
define( 'CIVICRM_SMTP_PASSWORD', password );

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: A myriad of errors, but this one is persistent
February 27, 2008, 02:34:49 pm

i assume this is v1.9. that should work, but this is slightly better

Code: [Select]
define( 'CIVICRM_SMTP_PASSWORD', 'password' );

In v2.0 this is stored in the database. If you are just starting out with CiviCRM, you might want to consider using v2.0 even though it is in beta state. Will save u upgrade hassles later on

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

deputyjones

  • Guest
Re: A myriad of errors, but this one is persistent
February 27, 2008, 03:20:47 pm
Thanks, I couldn't figure out why it wouldn't work and then I realized there are 2 civicrm.settings.php files in Joomla. One is in the administrator directories and the other is in the user directories.

Thanks for the help and advice, but 1.9, I'm told, is the only one that works with Joomla 1.0.X and the whole site is only going to be up for about 6 months because it is a campaign site.

You guys have done awesome work and you can expect a contribution from me for your efforts.

Thanks again.

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: A myriad of errors, but this one is persistent
February 27, 2008, 04:25:08 pm

You can start helping by adding a review (hopefully good) out here:

http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,72/Itemid,35/

Helping other folks on the forums is also quite important and decreases our load :)

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

deputyjones

  • Guest
Re: A myriad of errors, but this one is persistent
February 27, 2008, 08:26:26 pm
all set there, thanks again.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • A myriad of errors, but this one is persistent

This forum was archived on 2017-11-26.