# get site preferenses
#$prefs = &sitePrefs();
my $menu = new menuNav();
..
Return (\$output)
}
.....
-----Oorspronkelijk bericht-
Van: Philippe M. Chiasson [mailto:[EMAIL PROTECTED]
Verzonden: maandag 24 januari 2005 23:51
Aan: Thomas den Braber
I hope this can help to locate the problem.
Regards,
Thomas den Braber
-Oorspronkelijk bericht-
Van: Thomas den Braber [mailto:[EMAIL PROTECTED]
Verzonden: maandag 24 januari 2005 10:47
Aan: 'Thomas den Braber'; modperl@perl.apache.org
Onderwerp: RE: [mp2] Also problems with
> Onderwerp: RE: [mp2] Also problems with reloading modules after upgrade
>
>
>
> Finally I have some more info on this issue. I installed my modperl
> handler
> in a virtual host directive and now I see the Apache::Reload debug
> messages.
> I found out that there is
Finally I have some more info on this issue. I installed my modperl handler
in a virtual host directive and now I see the Apache::Reload debug messages.
I found out that there is a difference between reloading in 199_16 and the
version above 199_16:
I changed the menu2.pm file.
Log from 199_16:
Thomas den Braber wrote:
The main module reloads without problems, most of the modules that are used
from the main module (with use) do not reload automatically.
That's the problem I am seeing