Problem with relationship

I'm new to Xataface and try to set a small DB to administer members of a alumni assocation.
I need a 1:n relationship for members to activities. So i tried both the ini-style and the SQL-style way
In the view perspective of the details of one row I can see the associated rows, but when clicking on the newly displayed tab I get a Permission denied:
* You don't have permission to view this relationship.
For permissions I only adopted the simple example from the tutorial so far but the problem existed also without custom permissions.
I'm testing Xataface with the most current XAMPPlite package which uses PHP5.3.1 (I commented line 44 in dataface-public-api.php to supress the deprecated warnings as I found in one thread here).
Have you an idea, what I made wrong?
Thanks!
I need a 1:n relationship for members to activities. So i tried both the ini-style and the SQL-style way
- Code: Select all
[betaetigung]
__sql__ = "SELECT * FROM betaetigung WHERE Mitgliedsnummer='$Mitgliedsnummer'"
In the view perspective of the details of one row I can see the associated rows, but when clicking on the newly displayed tab I get a Permission denied:
* You don't have permission to view this relationship.
For permissions I only adopted the simple example from the tutorial so far but the problem existed also without custom permissions.
I'm testing Xataface with the most current XAMPPlite package which uses PHP5.3.1 (I commented line 44 in dataface-public-api.php to supress the deprecated warnings as I found in one thread here).
Have you an idea, what I made wrong?
Thanks!