New question #179256 on aikiframework:
https://answers.launchpad.net/aikiframework/+question/179256
I found in pekin site that in upload.php file there is this:
if (isset($config["plupload_path"])){
$targetDir = $system_folder."/";
$targetDir .= $aiki->processVars($config["plupload_path"]);
}else{
die("please configure upload_path in aiki settings");
}
but $system_folder is never set so it save in root directory, it should be
$AIKI_ROOT_DIR. Is this upload working on any site?
--
You received this question notification because you are a member of Aiki
Framework Developers, which is an answer contact for aikiframework.
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help : https://help.launchpad.net/ListHelp