> I installed in ./roly/public_html/list/freetrade - a standard tree!
> after all if it good for others, it's good for me. I ran the
> build.sql script on an existing db and here is the error I get when I
> test.
> http:www.list.co.za/freetrade/htdocs/index.php3 to see it work
> Fatal error: Call to unsupported or undefined function
> ignore_user_abort() in
> /usr/www/users/roly/list/freetrade/htdocs/index.php3 on line 146
This is because you're running an older version of PHP. I don't remember
offhand when ignore_user_abort was added, but certainly by 3.0.11, which is
about nine months old now. You should definitely upgrade, but if you can't,
you can take the risk of removing the two calls to ignore_user_abort. This
functions makes the script continue even when someone hits the stop button.
As discussed earlier in the week, aborting an action module can have bad
effects during the checkout process.
> Re: Security - I had a look at the install referred to in an earlier
> mail at (it's nice)
> http://cory.cybersol.com.au/freetrade/htdocs/index.php3 my guess that
> security here relies on directory permissions which is what I will
> probably end up doing. Right now there is no security so if you want to
> have a look http://www.list.co.za/freetrade
The issue is that you want the PHP scripts to be able to get to the modules
directory, but you don't want the Web server to ever serve up anything in
modules directly.
Leon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]