On Thu, April 21, 2022 16:08, Paul Lesniewski wrote: > Also check for things like SELinux context for the files and directories. > It looks to me like some security/permissioning mechanism on your new > server is preventing access to the files. > This is running a FreeBSD OS, there is no SELINUX or anything similar present. > The Shared Calendars plugin has for a long time installed itself over the > stock calendars directory. Maybe your port changed that, you'd have to > adjust as needed which is why I can't offer much more help. The newer > version of Shared Calendars no longer does that since is only created > confusion. > calendar is installed to squirrelmail/plugins/calendar shared_calendars is installed to squirrelmail/plugins/shared_calendars Both are present. > > You completely left out the sudo part of the command which is the entire > point. > sudo -u www tail /usr/local/www/squirrelmail/plugins/calendar/setup.php /** * Adds Calendar link to upper menu * @return void */ function calendar() { displayInternalLink('plugins/calendar/calendar.php',_("Calendar"),'right'); echo " \n"; } ?> sudo -u www tail /usr/local/www/squirrelmail/plugins/shared_calendars/setup.php { include_once(SM_PATH . 'plugins/calendar/small_calendar.php'); small_calendar_style_do(); } ?> -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail Unencrypted messages have no legal claim to privacy Do NOT open attachments nor follow links sent by e-Mail James B. Byrne mailto:ByrneJB@xxxxxxxxxxxxx Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3 ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users