revpriest / listman

An email-list manager for NextCloud
GNU General Public License v3.0
18 stars 2 forks source link

20.0.2 errors #8

Closed koehn closed 2 years ago

koehn commented 2 years ago

Here’s what I’m seeing with 20.0.2 on Nextcloud 22.0.0 Docker:

[PHP] Error: Undefined variable: url at /var/www/html/custom_apps/listman/lib/Service/ListmanService.php#946

GET /index.phpman/subscribe/redacted
from redacted by redacted at 2021-07-16T01:28:37+02:00
[PHP] Error: require(): Failed opening required '/var/www/html/custom_apps/listman/lib/Service/../../vendor/autoload.php' (include_path='/var/www/html/3rdparty/pear/archive_tar:/var/www/html/3rdparty/pear/console_getopt:/var/www/html/3rdparty/pear/pear-core-minimal/src:/var/www/html/3rdparty/pear/pear_exception:/var/www/html/apps:/var/www/html/custom_apps') at /var/www/html/custom_apps/listman/lib/Service/ListmanService.php#778

POST /index.phpman/subscribe/redacted
from redacted  by redacted  at 2021-07-16T01:28:30+02:00
revpriest commented 2 years ago

Thanks. Not sure why my machine seems to be allowing me to get away with these undefined variables. I must have some kinda non-strict setting somewhere.

Anyway, fixed that. Thanks.