safe_mode = On! Any suggestions?

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
Zweezo
Posts: 5
Joined: Thu 8. Dec 2005, 20:36
Location: Bonn, Germany
Contact:

safe_mode = On! Any suggestions?

Post by Zweezo »

Hi guys,
I already installed phpWCMS on a linux server for testing my new project. It worked really propper. Now I had to move the whole webpage to the destination server and what happened? Suprise, surprise: on this server safe_mode is switched = On. Though I called the ISP and they told me, that they're not gonna switch it off.

My question: is there any possibility to run phpWCMS 2.7.0-pl1 without switching safe_mode off?

For your support a big thanx,
Zweezo
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi Zweezo,

so try to turn the save_mode Off with a file named php.ini with this content

Code: Select all

save_mode = off
in the /root Path of your installation. (where you find the index.php).

What the hell is "phpWCMS 2.7.0-pl1" :?:

Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Zweezo
Posts: 5
Joined: Thu 8. Dec 2005, 20:36
Location: Bonn, Germany
Contact:

Post by Zweezo »

Hey Knut,
thanks for your advice, I hope I got you right, but I'm not allowed, or able to turn it off! The server is a shared one, though they won't turn it off because of safety aspects. There must be another solution.

Zweezo
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Have you tried it?

Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Shouldn't really be a problem... except prolly can't use ImageMagick (use GD2 instead).
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Indeed, DeXXus are right. You need it only to run ImageMagick.

- DB filled with data?
- no ftp-error during upload?
- Files & Folder settings ok?
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

alternatily you could ask your host to install php as a cgi script and relax a numberof safe mod settings for you - although phpwcms will work with safe_mode on in most situations.
Post Reply