avinashkalro Posted March 2, 2009 Posted March 2, 2009 Warning: move_uploaded_file() [function.move-uploaded-file]: open_basedir restriction in effect. File(/home/comebar/public_html/images/BJEM36-BA.jpg) is not within the allowed path(s): (/home/comebar/:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp) in /home2/comebar/public_html/admin/includes/classes/upload.php on line 94 Please help... tell me what I should do to set it right
avinashkalro Posted March 3, 2009 Author Posted March 3, 2009 Warning: move_uploaded_file() [function.move-uploaded-file]: open_basedir restriction in effect. File(/home/comebar/public_html/images/BJEM36-BA.jpg) is not within the allowed path(s): (/home/comebar/:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp) in /home2/comebar/public_html/admin/includes/classes/upload.php on line 94 Please help... tell me what I should do to set it right Line94 of upload.php is if (move_uploaded_file($this->file['tmp_name'], $this->destination . $this->filename)) {
avinashkalro Posted March 3, 2009 Author Posted March 3, 2009 Warning: move_uploaded_file() [function.move-uploaded-file]: open_basedir restriction in effect. File(/home/comebar/public_html/images/BJEM36-BA.jpg) is not within the allowed path(s): (/home/comebar/:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp) in /home2/comebar/public_html/admin/includes/classes/upload.php on line 94 Please help... tell me what I should do to set it right Line94 of upload.php is if (move_uploaded_file($this->file['tmp_name'], $this->destination . $this->filename)) {
Recommended Posts
Archived
This topic is now archived and is closed to further replies.