PDA

View Full Version : New page error


Sharr76
08-13-2005, 02:48 PM
Hi all

I have created a new page called tos.php and its in my root folder.

I have hyperlinked it to my header.tpl but when I click on the link from the main page I get this error:

Content visible to registered users only.

This is what I have at the top part of my tos.php page:

Content visible to registered users only.

Does anyone know what I have missed off?

the tos.php page is hyperlinked to my header.tpl file like this:

<td><font color="black">TOS (http://www.ndex.org/tos.php)</font>

Ap0s7le
08-13-2005, 08:33 PM
Remove the recursion from init.php since it's in the root directory.

Meaning this
Content visible to registered users only.

Should be this.
Content visible to registered users only.

Thanks

-Casey

Sharr76
08-14-2005, 11:30 AM
Casey, thanks!! you are a STAR! :wink: