Help on PHP Safe Mode

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
sina_saeedi82
Forum Newbie
Posts: 11
Joined: Sun Aug 23, 2009 5:13 am

Help on PHP Safe Mode

Post by sina_saeedi82 »

I'm using "Next Generation Gallery" plugin in Wordpress.
When I want to create a new gallery it tells me:

Code: Select all

The server setting Safe-Mode is on !
If you have problems, please create directory wp-content/gallery/x and the thumbnails directory wp-content/gallery/x/thumbs with permission 777 manually !
But in my server the "PHP Safe Mode" is off and I changed the " wp-content/gallery/ " folder's permission too 777 Recursive.
Now i must create all the gallery folders manually and change their permission. Why "Recursive" does not work correctly?
Please help...
sina_saeedi82
Forum Newbie
Posts: 11
Joined: Sun Aug 23, 2009 5:13 am

Re: Help on PHP Safe Mode

Post by sina_saeedi82 »

Solved!
It was just because of PHP Safe Mode = On !! :banghead:
Post Reply