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
a difference between reloading in 199_16 and the > version above 199_16: > > I changed the menu2.pm file. > > Log from 199_16: > > > > > > Onderwerp: [mp2] Also problems with reloading modules after upgrade > > > > I upgraded from 199_16 to 199_mod_pe

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

2005-01-24 Thread Thomas den Braber
: > Onderwerp: [mp2] Also problems with reloading modules after upgrade > > I upgraded from 199_16 to 199_mod_perl-2.0.0-RC2-Xmas and found out that > Apache::Reload does not work the way it worked before. > I traced it back to the 199_17 version. > So in 199_16 everything

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

[mp2] Also problems with reloading modules after upgrade

2005-01-05 Thread Thomas den Braber
I upgraded from 199_16 to 199_mod_perl-2.0.0-RC2-Xmas and found out that Apache::Reload does not work the way it worked before. I traced it back to the 199_17 version. So in 199_16 everything worked fine, after 199_17 it did not. I used the PerlSetVar ReloadDebug On in the apache.conf but nothing