I cannot seem to figure out what the problem is here other than I am restricted. This is the error:
Warning: open_basedir restriction in effect. File is in wrong director...
What i do know is that safe_mode is OFF, but open_basedir IS set. The line that causes the error is:
include_once($this->PluginDir . "class.smtp.php"
;
This line runs fine on my local machine which also has safe_mode OFF but it does NOT have the open_basedir set. It is only when I run it on the server that I have the problem.
I have a temporary, but dirty fix. I just copied the class.smtp.php file into the top of its calling script(where the include_once() is located) and then comment out the include_once() line. Of course, this runs fine.
Any ideas as to how to fix the problem?
CES
Warning: open_basedir restriction in effect. File is in wrong director...
What i do know is that safe_mode is OFF, but open_basedir IS set. The line that causes the error is:
include_once($this->PluginDir . "class.smtp.php"

This line runs fine on my local machine which also has safe_mode OFF but it does NOT have the open_basedir set. It is only when I run it on the server that I have the problem.
I have a temporary, but dirty fix. I just copied the class.smtp.php file into the top of its calling script(where the include_once() is located) and then comment out the include_once() line. Of course, this runs fine.
Any ideas as to how to fix the problem?
CES