Loading...
 
Architecture / Installation

Architecture / Installation


can't use prefs as any user, even admin

posts: 3 United States

This is on 1.9. I was trying to change my user preferences and this error message on this url.


http://auditionmodel.com/community/tiki-user_preferences.php

The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.


----------------------------

Only one top level element is allowed in an XML document. Error processing resource

'http://auditionmodel.com/community/tik...

<b>Notice</b>: Undefined index: registrationDate in <b>/home/sites/www.auditionmodel.com/web/community/l...

posts: 1 United States
This is running on a Linux platform, if that helps.

posts: 1092

The problem is with the column registrationDate in the table users_users.

Patch: Can you check if you have this column ? If not add it as defeined in db/tiki.sql
Can you check if you have a value in this column for your user? If not copy the value of lastLogin for instance.

Why: Are you admin? Have you been registered by the admin? Is there something specific to the registration that can help to find the problem.