Re: Upgrading from 1.4.3
Aki Immonen <[email protected]>
| Newsgroups | gmane.comp.web.midgard.user |
|---|---|
| Message-ID | <[email protected]> |
>> Program received signal SIGSEGV, Segmentation fault. >> [Switching to Thread -1214041984 (LWP 7135)] >> 0xb76263fa in _zval_ptr_dtor () from /usr/lib/apache2/modules/libphp4.so >> (gdb) bt >> #0 0xb76263fa in _zval_ptr_dtor () from /usr/lib/apache2/modules/libphp4.so >> #1 0xb7633628 in zend_hash_destroy () from > > OK, great thanks! > I thought I resolved this problem , but it looks like not. > > 1. Does it happen with midgard's request or with non midgard's one? Non-midgard request. > 2. If you call <?php print_r($_MIDGARD['schema']); ?> somewhere , do > you have more than 20 types in printed array? > I counted 17. Array ( [types] => Array ( [NewMidgardArticle] => [NewMidgardGroup] => [NewMidgardParameter] => [NewMidgardPagelink] => [NewMidgardSnippet] => [NewMidgardPerson] => [NewMidgardEvent] => [NewMidgardSnippetdir] => [NewMidgardStyle] => [NewMidgardElement] => [NewMidgardAttachment] => [NewMidgardTopic] => [NewMidgardPageElement] => [NewMidgardMember] => [NewMidgardPage] => [NewMidgardHost] => [NewMidgardEventMember] => ) ) -Aki