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 »
  • Using IMAP2SOAP »
  • error handler $@ in config error line
Pages: [1]

Author Topic: error handler $@ in config error line  (Read 1248 times)

jalama

  • I post frequently
  • ***
  • Posts: 176
  • Karma: 22
    • Rooty Hollow LLC
  • CiviCRM version: 3.3.5
  • CMS version: Drupal 6 and 7
  • MySQL version: 5.1
  • PHP version: 5.2.5 and 5.3
error handler $@ in config error line
July 28, 2008, 08:17:40 am
Is there any way we could add the $@ variable to this line:

Code: [Select]
eval `cat $config` or die "imap2soap: cannot read $config\n";
so it reads

Code: [Select]
eval `cat $config` or die "imap2soap: cannot read $config\n $@";

the error messages that line throw out are rather useless otherwise

thanks
http://www.rootyhollow.com

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail »
  • Using IMAP2SOAP »
  • error handler $@ in config error line

This forum was archived on 2017-11-26.