Web Hosting Talk







View Full Version : backquotes in safe mode


Going Postal
11-13-2002, 06:55 AM
I need to get around this problem and if anyone can offer some help without disabling safemode, it would be appreciated.

Thanx in advance



Warning: Cannot execute using backquotes in safe mode in /hsphere/local/home/cuope/***********/index.php on line 281

Rich2k
11-13-2002, 07:32 AM
You can't use backquotes or shell_exec() in safe mode. The functions are disabled.

If you have your own server you can probably disable it for your domain alone and not any clients.

Going Postal
11-13-2002, 01:51 PM
Thanks Rich2k I was affraid of that.

Studio64
11-13-2002, 04:56 PM
Using backquotes is the same as running exec, so I'd hope it'd be disabled.