Hi All,
I've built my own shopping cart and use a library supplied by USAePay. The library is accessed via an include statement in my code. Because of theirs a desire to keep this library outside of my public web file directory USAePay recommended using: include "/usr/local/lib/php/usaepay.php"; I put the file "usaepay.php" in that directory (using a dedicated linux box with root access) and run my script with the above include. I get the following: Warning: main(): open_basedir restriction in effect. File(/usr/local/lib/php/usaepay.php) is not within the allowed path(s): (/home/httpd/vhosts/tgwedding.com/httpdocs:/tmp) in /home/httpd/vhosts/tgwedding.com/httpdocs/tgwedding/payment7.php on line 11 How can I resolve this? Thanks, Ryan