Upgrade to Xataface 1.2.1

Archived from the Xataface Users forum.

andperry — Sat Oct 10, 2009 1:10 am

I have just tried upgrading from Xataface version 1.1.5 to 1.2.1 to try it out. I hit a problem almost straight away in that when displaying a table, the record elements were no longer appearing as hyperlinks to edit the record. Something is obviously fundamentally wrong with my configuiration. Can anyone please help?

Regards,

Andrew.


s_nalepa — Mon Oct 12, 2009 11:10 pm

The same thing happened to me. My users could not work so I had to reverse back to 1.1.5 Are the hyperlinks in list view a default function? I can not remember whether that is a hack or not, but I believe they were default. Am I right on this?


shannah — Wed Oct 14, 2009 12:01 pm

When you say the record elements were no longer appearing as hyper links, does that mean they were appearing but they weren’t linkable?

What did the generated html look like?

Can you post a screenshot?

Is this in all of your tables or just some?

What version of PHP/MySQL/WebServer/OS are you using?

I’m running 1.2.x on all of my applications (approx 100 different ones) and haven’t had this problem so it might be a slight configuration or permissions issue.


andperry — Fri Oct 16, 2009 8:23 am

Hi Steve,

Thanks for your reply. Yes everything appears but nothing is linkable. All my projects seem to be affected the same. See HTML source below. Sorry it is a lot but I did choose a small table.

Thanks,

Andrew.

===============================================

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN”

“http://www.w3.org/TR/html4/strict.dtd”><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

categories\_ordered - Matthew Chilvers - Database Management
NameMenu TitleSort order
 Furniture  10
 Kitchens  20
 Building Building & Extensions 40
 Renovation Property Renovation 50
Powered by Dataface
(c) 2005-2007 All rights reserved

</html>


shannah — Fri Oct 16, 2009 8:35 am

One thing that comes to mind is that I added a permission called ‘link’ to the latest version that enables/disables linking to a record.

This permission is included in the READ ONLY role, and all supersets of this role, but if you are using custom defined roles then you may be missing this permission.


andperry — Fri Oct 16, 2009 1:13 pm

Yes it works - very many thanks.