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 CiviMail (Moderator: Piotr Szotkowski) »
  • Odd Cron Error
Pages: [1]

Author Topic: Odd Cron Error  (Read 456 times)

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Odd Cron Error
July 25, 2011, 05:11:33 am
I have a migrated Joomla 1.5 CiviCRM 3.3.6 site. When I run bin/civimail.cronjob.php in the browser I get this error:

Unable to include the DB/UserName:PassWord@localhost/DB_Name?new_link=true.php file for 'UserName:PassWord@localhost/DB_Name?new_link=true'

The UserName:PassWord@localhost/DB_Name string is actually the correct one, taken from the settings file.

I never saw such a thing. Any ideas where to look for the problem?
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
[SOLVED] Re: Odd Cron Error
July 26, 2011, 05:23:40 am
For some bizarre reason, this line:

Code: [Select]
define( 'CIVICRM_UF_DSN'           , 'username ...
was wrong and should be:

Code: [Select]
define( 'CIVICRM_UF_DSN'           , 'mysql://username ...
That was it.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Odd Cron Error

This forum was archived on 2017-11-26.