Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
error_reporting(E_ALL);
Warning: rename(): open_basedir restriction in effect. File(/tmp/phpCnQApk) is not within the allowed path(s): (/home/mydomain/public_html) in /home/mydomain/public_html/plogger/admin/plog-admin-functions.php on line 62
http://www.supanames.com/support/open_basedir.html
If you experience the open_basedir security message when using an image upload script we recommend that you change any copy() commands found within the script to the command move_uploaded_file().
if (!move_uploaded_file($tmpname,$final_fqfn)) {
// if (!rename($tmpname,$final_fqfn)) {
$result['errors'] .= 'Could not move file! ' . $tmpname .' to '.$final_fqfn;
return $result;
};
if (!move_uploaded_file($tmpname,$final_fqfn)) {
if (!rename($tmpname,$final_fqfn)) {
// cannot use move_uploaded_file here, because plog-import uses the same function and
// and doesn't deal with uploaded files
1 to 5 of 5