RE: [mp2] Also problems with reloading modules after upgrade

2005-01-25 Thread Thomas den Braber
# 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

Re: [mp2] Also problems with reloading modules after upgrade

2005-01-24 Thread Philippe M. Chiasson
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

RE: [mp2] Also problems with reloading modules after upgrade

2005-01-24 Thread Thomas den Braber
> 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

RE: [mp2] Also problems with reloading modules after upgrade

2005-01-24 Thread Thomas den Braber
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:

RE: [mp2] Also problems with reloading modules after upgrade

2005-01-05 Thread Vincent Moneymaker
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