Weird error
Posted: Tue Mar 21, 2006 3:30 am
My host recently moved my sites to a new server and since then i've noticed a problem with one site and the links.
The site is just a portal site, havn't changed it in ages. http://irealms.co.uk
The links are in the format : index.php?page=pagename
and are included into the index in a content file like :
if ($page=='') include 'home.php';
if ($page=='home') include 'home.php';
if ($page=='about') include 'about.php';
if ($page=='scripts') include 'scripts.php';
All worked fine until i spotted the error now. No idea whats causing it.
Any ideas? Could it be something to do with the new server setup?
The site is just a portal site, havn't changed it in ages. http://irealms.co.uk
The links are in the format : index.php?page=pagename
and are included into the index in a content file like :
if ($page=='') include 'home.php';
if ($page=='home') include 'home.php';
if ($page=='about') include 'about.php';
if ($page=='scripts') include 'scripts.php';
All worked fine until i spotted the error now. No idea whats causing it.
Any ideas? Could it be something to do with the new server setup?