[Xerte] Properties error

Patrick Lockley Patrick.Lockley at nottingham.ac.uk
Fri Oct 16 11:04:22 BST 2009


Hello,

The reason that message would display is if either the template id isn't
posted (unlikely, unless your .htaccess is messed up), or the session
has expired.

As such

In website_code/php/properties/properties_template.php

Look at the end of the code, and in the else block add

echo "<pre>";

print_r($_SESSION);

echo "</pre>";

That will show you all of the session content and so will let you know
if the session has expired.

Patrick Lockley
IS Learning Team
King's Meadow Campus
Tel: 0115 84 68882

My Page on Community - http://webapps.nottingham.ac.uk/elgg/cczpl



More information about the Xerte mailing list