Page 1 of 1

Safe Mode

Posted: Wed Mar 22, 2006 2:47 pm
by Mesmer
Just a quick question:

is it possible to install cmsms with php Safe Mode turned on?

Re: Safe Mode

Posted: Sun Mar 26, 2006 12:31 pm
by Ted
I haven't really heard anyone complain about it being a problem.  However, I don't know enough about safe mode to confirm it or not.  I guess you'll just have to give it a try and let us know.  :)

Re: Safe Mode

Posted: Sun Mar 26, 2006 4:26 pm
by Milhaus
I installed CMSMS 0.12beta2 on webhost with safe_mode on without problems. But I had problems with uploading images and creating directories.

Re: Safe Mode

Posted: Mon Apr 03, 2006 1:00 pm
by Svata
I have the same problem. When I try to upload file, it ends with following warning:

Warning: move_uploaded_file() [function.move-uploaded-file]: SAFE MODE Restriction in effect. The script whose uid is 5500 is not allowed to access /httpd/proequalitycz/uploads/File owned by uid 99 in /httpd/proequalitycz/admin/files.php on line 92

Directory permissions are set to 777.

I tried to search this forum for SAFE MODE but I find nothing :-(

Re: Safe Mode

Posted: Mon Apr 03, 2006 1:10 pm
by jah
Are you able to upload to this directory: /httpd/proequalitycz/uploads ?

Re: Safe Mode

Posted: Mon Apr 03, 2006 1:28 pm
by Svata
Yes, I am able to upload to directories /uploads/ and to /uploads/images . But I am not able to upload to a directory /uploads/File whish is used by FCKEditor for storing files.... All directories are chmoded to 777.

Svata

Re: Safe Mode

Posted: Mon Apr 03, 2006 1:40 pm
by jah
If you only need the ../File directory, try removing it with your FTP client, and then recreate it with your FTP client. Set permissions to 777. I'm not sure it works though...

Re: Safe Mode

Posted: Mon Apr 03, 2006 2:46 pm
by Svata
Jah, thank you for your help, it works now!!

I removed File directory, and then I recreate it. And it works now great! But I don't understand how it’s possible, because I tried the same progress yesterday and it didn't help me...  Svata