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.