Hello,
Ok, i'm new at this server stuff and its really annoying. Where to start. Ok i have this script i need to get setup for work. How ever the script requires PEAR to be installed. So ok, i thought i would try and install it.
We have our own server and its basically out of the box with Ensim installed for an easy front end solution.
The PEAR install instructions says to use the following to find out some info which it needs to install
<?php
echo `which php`;
// if this does not work, also try echo PHP_BIN;
?>
thing is when i run this i get:
Warning: shell_exec(): Cannot execute using backquotes in Safe Mode in /home/virtual/site2/fst/var/www/html/pear/phpwhich.php on line 2
We are using the server to run multiple virtual websites and i think i read somewhere that PHP is in safe mode for shared-hosts as a security thing.
but i dont know! 😕
please help!!!!!!