naming, navigating files...
Posted: Mon Aug 21, 2006 12:48 pm
Hello,
I get this message:
And I know that means that this script cannot find the class.phpmailer.php file. Okay.
It looks for the file based on the include path, right?
So I need to change the include path?
Or can I reference the absolute path of phpmailer.php?
Thing is, I cant even tell you what the absolute path is. The properties of the file only say that it is in /includes... so I cant really get the absolute path.
This script that is looking for phpmailer.php is at 127.0.0.1/drupal/file.php
Argh!
Thank you...
Is there an easier way to do this? I dont know whatormeans before filenames... it seems like sometimes the period is inside quotes and sometimes it is outside quotes...
I get this message:
Code: Select all
Fatal error: require() [function.require]: Failed opening required './includes/phpmailer/class.phpmailer.php' (include_path='.;C:\WAMP\xampp\htdocs\drupal\modules\civicrm;C:\WAMP\xampp\htdocs\drupal\modules\civicrm\packages;.;C:\WAMP\xampp\php\pear\') in C:\WAMP\xampp\htdocs\drupal\modules\civicrm\CRM\Profile\Form\Edit.php on line 55It looks for the file based on the include path, right?
So I need to change the include path?
Or can I reference the absolute path of phpmailer.php?
Thing is, I cant even tell you what the absolute path is. The properties of the file only say that it is in /includes... so I cant really get the absolute path.
This script that is looking for phpmailer.php is at 127.0.0.1/drupal/file.php
Argh!
Thank you...
Is there an easier way to do this? I dont know what
Code: Select all
"../"Code: Select all
."/