View Full Version : Errors


WillisTi
02-09-2006, 07:16 PM
Hi,

Helping out my friend to make his table-based layout HTML 4.01 Transitional. It was a mess but ive managed to remove all the HTML markup errors.

However there are a few errors left to do with the PHP script he has and i dont really know how to fix these. These are:

character data is not allowed here.
{if $categories}

general entity "id" not defined and no default entity.
...<a class="left" href="?area=category&id={$category->getId()}">{$category->get

reference to entity "id" for which no system identifier could be generated.
... class="left" href="?area=category&id={$category->getId()}">{$category->getNa

If anyone can help that would be great. Thanks

WillisTi
02-09-2006, 10:39 PM
Ok fixed the bottom two errors i needed to escape the ampersand.