Johan wrote:
> This used to work in 5.0 but
> not in the 5.1 because of a new security feature.
> I can't get it to work with Charlie Brady solution (
>
http://forums.contribs.org/index.php?topic=3337.msg11258#msg11258 ):
>
> ---
> /sbin/e-smith/db accounts setprop foo PHPBaseDir
> /home/e-smith/files
> # Where 'foo' is the name of the i-bay, and
> /home/e-smith/files is the new
> # Base directory you wish to allow access to (see PHP doco
> for details).
> /sbin/e-smith/signal-event ibay-modify foo
Try this:
/sbin/e-smith/db accounts setprop foo PHPBaseDir /
/sbin/e-smith/signal-event ibay-modify foo
Charlie