Once I log in, I can use the Search and Log Out functions, but the other three admin-like options are nonfunctional.
-- When I try Add Event, I get the error message.
-- When I try Edit Events, I get the error message.
-- When I try Admin, some data loads, but no message appears.
I have reloaded the templates/admin/English directory a couple of times and think all files are present. So my guess is that for some reason calendar_admin.pl is addressing the wriong location.
My base directory address in calendar_admin.pl is set the same as that for my calendar.pl: $BASE_DIR = "/home/frs/www/cgi-bin/calendarscript/";
The calendar.pl seems to work faultlessly.
Ideas?
------------------