You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the image ocsinventory/ocsinventory-docker-image:2.12.1 which contains this cas.php file. However, this change or another may be missing from the 2.12.1 release.
It's throwing this error,
[php:error] [pid 188] [client 192.168.1.6:58426] PHP Fatal error: Uncaught ArgumentCountError: Too few
arguments to function phpCAS::client(), 4 passed in
/usr/share/ocsinventory-reports/ocsreports/backend/AUTH/methode/cas.php on line 46 and at least 5
expected in /usr/share/ocsinventory-reports/ocsreports/vendor/jasig/phpcas/source/CAS.php:348\nStack
trace:\n#0 /usr/share/ocsinventory-reports/ocsreports/backend/AUTH/methode/cas.php(46):
phpCAS::client()\n#1 /usr/share/ocsinventory-reports/ocsreports/backend/AUTH/auth.php(48):
require_once('...')\n#2 /usr/share/ocsinventory-reports/ocsreports/require/header.php(321):
require_once('...')\n#3 /usr/share/ocsinventory-reports/ocsreports/index.php(44): require('...')\n#4
{main}\n thrown in /usr/share/ocsinventory-reports/ocsreports/vendor/jasig/phpcas/source/CAS.php
on line 348
The text was updated successfully, but these errors were encountered:
I'm trying to use the image
ocsinventory/ocsinventory-docker-image:2.12.1
which contains thiscas.php
file. However, this change or another may be missing from the 2.12.1 release.It's throwing this error,
The text was updated successfully, but these errors were encountered: