Re: [SM-USERS] PHP-8.0 SM shared calendars plugin

2022-04-21 Thread Paul Lesniewski
> sudo -u www tail > /usr/local/www/squirrelmail/plugins/shared_calendars/setup.php > ... If that worked then I'd say you can start tracing the execution to see where it fails. The easiest thing to do is just insert some output in the code. Start with something like: echo "Hello world"; And pu

Re: [SM-USERS] PHP-8.0 SM shared calendars plugin

2022-04-21 Thread James B. Byrne via squirrelmail-users
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 SELIN

Re: [SM-USERS] PHP-8.0 SM shared calendars plugin

2022-04-21 Thread Paul Lesniewski
On Thu, April 21, 2022 7:38 pm, James B. Byrne wrote: > > > On Thu, April 21, 2022 15:08, Paul Lesniewski wrote: >> >> >> If there are no typos in the config/config.php plugins[] entry for the >> plugin, then the web server may not be able to load the plugin file(s). >> Inspect the permissions f

Re: [SM-USERS] PHP-8.0 SM shared calendars plugin

2022-04-21 Thread James B. Byrne via squirrelmail-users
On Thu, April 21, 2022 15:08, Paul Lesniewski wrote: > > > If there are no typos in the config/config.php plugins[] entry for the > plugin, then the web server may not be able to load the plugin file(s). > Inspect the permissions for the plugin directory and files or manually > test with somethi

Re: [SM-USERS] PHP-8.0 SM shared calendars plugin

2022-04-21 Thread Paul Lesniewski
On Thu, April 21, 2022 4:26 pm, James B. Byrne wrote: > I have removed SM from the target host and reinstalled it from FreeBSD > packages > together with the packaged shared_calendar plugin. After configuring the > new > installation the problem remains in that there is no evidence that the > p