Collector issue (2.0 & MidCOM3)
-
Marcin Sołtysiak
Collector issue (2.0 & MidCOM3)
Sun May 04 2008 20:30:06 UTCHi,
I try to run both Midgards using lighthttpd and got some strange issues:
1) in midcom_core_services_dispatcher_midgard2 both loops using
$_MIDGARD_CONNECTION->request_config->argv and
$_MIDGARD_CONNECTION->request_config->pages return with wrng parameter type,
just like it were not arrays (of course they are). Meantme reflections on
local variables does the trick, ex.:
$tmp = $_MIDGARD_CONNECTION->request_config->argv;
foreach ($tmp as $argument)
{
}
Works fine.
2) In load_objects @ midcom_core_services_configuration:
foreach ($guids as $guid => $array)
{
$key = $mc->get_subkey($guid, 'name');
if (!$this->exists($key))
{
continue;
}
$this->objects[$key] = $mc->get_subkey($guid, 'value');
}
$key is returned correctly but in case of 'value' get_subkey returns an
empty array().
I use Debian etch, Midgard from trunk, and Midcom from trunk. Midgard is
built by dpkg to packages, not compled manually. PHP 5.2.0-8+etch10
(cgi-fcgi). lighttpd-1.4.13 (ssl)
Stable Midgard/MidCOM works excellent on apache2.
Any ideas?
Solt
_______________________________________________
dev mailing list
dev@lists.midgard-project.org
http://lists.midgard-project.org/mailman/listinfo/dev -
Piotr Pokora
Re: [midgard-dev] Collector issue (2.0 & MidCOM3)
Sun May 04 2008 20:45:03 UTCMarcin Sołtysiak writes:
> Hi,
Hi!
> Stable Midgard/MidCOM works excellent on apache2.
Yeah, but it's stable :)
> Any ideas?
Bergie reported #2 issue already.
I will check both in next few days.
Thanks for the report!
Piotras
_______________________________________________
dev mailing list
dev@lists.midgard-project.org
http://lists.midgard-project.org/mailman/listinfo/dev
