Hi,

we have a Midgard/MidCOM setup with some vhosts, grouped into multiple Midgard 
databases (one for each customer). It runs on Debian sarge with Midgard 1.7.3 
from debs, MidCOM site template (2005.11.10), php 4.3.10 (deb) and Apache 1.3 
(deb).

Some articles can not be edited in MidCOM (Error: failed to update the storage 
object: 
Object does not exist). Others work well. The site was migrated from another 
host. So I
tried to edit with aegir and got this error:

Fatal error: Call to a member function on a non-object in 
/var/cache/midgard/xxx/1-10-5-0.php(991) : eval()'d code on line 531

This is line 991 in .../1-10-5-0.php:
991:    eval(' 
?>'.mgd_preparse(mgd_snippet($set["snippetpath"]."/lib/rcs_functions")).'<?php 
');

and snippet rcs_functions contains this:
528:                    if($link->guid()) {
529:                        $ret.="<$k>".$link->guid()."</$k>\n";
530:                    }
531:                    else{
532:                        $ret.="<$k>".$link->__table__."_" 
$link->id."</$k>\n";
533:                    }

Any idea what is going wrong here?

Thanks a lot,
Ingo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to