Line 54:
Was: use constant EVENT_PATH => (ZM_DIR_EVENTS=~m|/|)?ZM_DIR_EVENTS:(ZM_PATH_WEB.'/'.ZM_DIR_EVENTS);
Mine: use constant EVENT_PATH => ($Config{ZM_DIR_EVENTS}=~m|/|)?$Config{ZM_DIR_EVENTS}:($Config{ZM_PATH_WEB}.'/'.$Config{ZM_DIR_EVENTS});
Line 166:
Was: chdir( $Config{EVENT_PATH} );
Mine: chdir( EVENT_PATH );
Line 878 ish:
Was: my $url = ZM_URL;
Mine: my $url = $Config{ZM_URL};
Now, I haven't programmed in perl for about 10 years, and was never very good even then.... so I'm sort of assuming that there must be something fundamental wrong with my setup rather than a problem with zmfilter.pl ( because surely everyone would be having issues! ) Can anyone tell me what I'm missing?
