Hello,
On both v1.11.x RC1 and v1.10 we recive internal server errors when we attempt to register an imported user. We've tried changing Registration Method to Public and Private but got the same result.
The users were imported by csv, and currently have guest status.
Found the following in the logs, if that helps:
[Thu Nov 01 11:21:32 2018] [warn] [client 72.80.31.235] mod_fcgid: stderr: PHP Warning: Declaration of QueueColumnListBroker::update($columns, &$errors, $options = Array) should be compatible with InstrumentedList::update(array $what) in /home/dh_pgqgic/helpdesk.myhcit.com/include/class.queue.php on line 0, referer: https://www.helpdesk.myhcit.com/scp/logs.php
[Thu Nov 01 11:21:32 2018] [warn] [client 72.80.31.235] mod_fcgid: stderr: PHP Warning: Declaration of AdhocSearch::checkAccess($staff) should be compatible with CustomQueue::checkAccess(Staff $agent) in /home/dh_pgqgic/helpdesk.myhcit.com/include/class.search.php on line 909, referer: https://www.helpdesk.myhcit.com/scp/logs.php
[Thu Nov 01 11:21:32 2018] [warn] [client 72.80.31.235] mod_fcgid: stderr: PHP Warning: Declaration of TeamSelectionField::getSortKeys() should be compatible with FormField::getSortKeys($path) in /home/dh_pgqgic/helpdesk.myhcit.com/include/class.search.php on line 1262, referer: https://www.helpdesk.myhcit.com/scp/logs.php
[Thu Nov 01 11:21:32 2018] [warn] [client 72.80.31.235] mod_fcgid: stderr: PHP Warning: Declaration of ApiJsonDataParser::parse($stream) should be compatible with JsonDataParser::parse($stream, $tidy = false) in /home/dh_pgqgic/helpdesk.myhcit.com/include/class.api.php on line 424,
All of our Agents get the same result.
On a side note, is there any way to flag users as registered during an import? We will not be using LDAP.
Edit: have also downgraded to php5.6 same result