Hi DD, > To clarify: I get the same error with /web/ added into the error strings: > > PHP Warning: file_exists(): open_basedir restriction in effect. > File(/home/.sites/70/site4/web/product_list.csv) is not within the allowed > path(s): (/tmp/:/var/lib/php/session/:/usr/sausalito/configs/php/) in > /home/.sites/70/site4/web/update_products.php on line 12
To disable the open_basedir restrictions, edit the PHP settings of the site in question and remove everything from "open_basedir" that's currently there and replace it with this: / Just a simple slash. Save the changes. Done. -- With best regards Michael Stauber _______________________________________________ Blueonyx mailing list [email protected] http://mail.blueonyx.it/mailman/listinfo/blueonyx
