Quote:
Originally Posted by Dylanblitz
Safe mode is a php function, you can tell if it's on by going to ACP->Maintenance->View PHP info
Look for the safe_mode setting.
If you look through your ftp program it should tell you who the owner/group of the attach folder is.
|
under acp>maint>view php I found this:
safe_mode:
Local Value: On Master Value: Off
safe_mode_include_dir
Local Value: /usr/local/lib/php/ Master Value: /usr/local/lib/php/
on line 1730 in the /includes/garage_func_var.php, this is what I found:
Code:
{
mkdir($filedir);
}
How do I adjust this?
MY hosting company doesn't use FTP. I log on to access my files using 6thgenmaxima.org:2222
The only confusion I might think of is when I uploaded the contents of the "upload" folder, I made all the contents into a zip file, uploaded that zip file onto my forums directory, then extracted it. Should I have uploaded the Upload folder itself or only the contents of it?