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) »
  • File paths incorrect
Pages: [1]

Author Topic: File paths incorrect  (Read 1249 times)

triplehenry

  • Guest
File paths incorrect
December 10, 2007, 12:32:47 pm
The file paths in the files required for setting up civimail seem to be set incorrectly.

For example, this is code in soap.php:
"require_once 'CRM/Core/Config.php';"

but it should really be this instead:
"require_once '../CRM/Core/Config.php';"

This occurs numerous times in the soap related files.  Does this happen to anyone else?

Thanks.

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: File paths incorrect
December 10, 2007, 09:31:31 pm
The paths are right; if they don’t work for you, it means you’re not sourcing the right civicrm.settings.php file (which adjusts PHP’s include_path accordingly).
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

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

This forum was archived on 2017-11-26.