PDA

View Full Version : Move Attachment from Database into File System


skipper-denmark
02-23-2008, 09:03 AM
can i DO this when my host run safe mode on the server????

I have a loot of pictures in my db



AdminCP -> Attachments -> Attachment Storage Types -> Move from Database into File System

Dismounted
02-23-2008, 10:55 AM
No, you cannot have your attachments in the file system if you have Safe Mode enabled.

snakes1100
02-23-2008, 11:15 AM
Do you have a php.ini file in your main directory, the directory under your public_html directory, this would mean Safe PHP CGI isnt active at the host.

/home/username/php.ini

If you do your host probably allows you to over write php settings, add this to your php.ini file "safe_mode = off" and resave it, then check you info.php from the admincp and see if safe mode is now off.

skipper-denmark
02-23-2008, 01:46 PM
i chek it out

i will return with the result

thanks for helping

--------------- Added 1203799160 at 1203799160 ---------------

Hi

I don't have any php.ini

skipper