Douh!
Still not yet working quite as expected.
As I admin everything works perfect. As a normal user I cannot create rows and
the reason was, of course, permissions. I wanted that every registered user
could do things.
So I added
<pre>
function get_class_magic_default_privileges()
{
$privileges = parent::get_class_magic_default_privileges();
$privileges['USERS']['midgard:create'] = MIDCOM_PRIVILEGE_ALLOW;
$privileges['USERS']['midgard:update'] = MIDCOM_PRIVILEGE_ALLOW;
$privileges['USERS']['midgard:read'] = MIDCOM_PRIVILEGE_ALLOW;
return $privileges;
</pre>
and i fired it. Now there is no more permission problem, but a white page.
In error.log I have following line:
[Tue Aug 14 10:28:44 2007] [notice] child pid 11025 exit signal Segmentation
fault (11)
So there's something else wrong here? I use normal debian 4.0 installation.
_______________________________________________
user mailing list
[email protected]
http://lists.midgard-project.org/mailman/listinfo/user