PDA

View Full Version : LOTS AND LOTS OF ERRORS


Free-Freebies.co.uk
16th November 2004, 07:18 PM
ok if you go to http://www.free-freebies.co.uk/school/aff/ you will see lots of errors :(

can any1 help me and tell me what i should do plz.

noname
18th November 2004, 03:59 PM
yoiu got a problem with your index.php

mark
18th November 2004, 04:25 PM
Hi,

this applies to free version.

It is a problem of paths when including files. I don't know where you placed the affiliate system, but it seems to be not in the ../../ directory.

When you have include like
../../affconfig.php

in your index.php page located in
http://www.free-freebies.co.uk/school/aff/index.php,

it expects the file affconfig.php to be located two directories above, in
http://www.free-freebies.co.uk/

which is apparently not there.

So the solution is to put affiliate system to your main directory, or correct the include paths.

with regards,

Mark