Continual 403 Forbidden.

A search provides no answer for my problem.

I have installed a Script, went into my admin and set all access levels Guest/Registered/Subscribed.
Everything on the script works except my tellafriend link.
Clicking on the link returns a 403.
There is telafriend.php file and tellafriend.html one too. they were both 6.4.4, so i tried setting them to 7.5.5 but solved nothing.
The script also contains 2 access matrix files within the includes folder.

access_matrix.inc.php
[php]$access_matrix[‘tellafriend’][0]=GUESTLEVEL;
$access_matrix[‘tellafriend’][1]=“Use the tell a friend tool”;[/php]

default_access_matrix.inc.php
[php]$access_matrix[‘tellafriend’][0]=GUESTLEVEL;
$access_matrix[‘tellafriend’][1]=“Use the tell a friend tool”;[/php]

I even reloaded the database again.
Yet! even when i am logged in as admin i cant access.
anyone any ideas.

The “telafriend” mentioned above is a spelling mistake please ignore that (its tellafriend).

I am amateur on php and can find no other section where permissions should be set.

It is a Model Agency script that support is no longer supplied.
I have all bugs fixed on it and everything working except this link permission. It’s so annoying!

Maybe this tellafriend script located in a directory, where access is forbidden in .htaccess?

Thats whats so strange!!!
tellafriend.php is located in same folder as my index.php :o

Sponsor our Newsletter | Privacy Policy | Terms of Service