Class Concrete\Attribute\UserSelector\Controller does not exist ??
PermalinkReflectionException (-1) Class Concrete\Attribute\UserSelector\Controller does not exist
In my new 8.4.3 I am getting this when I select Pages & Themes -> Attributes (/dashboard/pages/themes). I have never seen this before and can find anything when I search.
This appears to be thrown at /concrete/vendor/illuminate/container/Container.php line 734
$reflector = new ReflectionClass($concrete);
I have no idea what Illuminate does, other than it is a Laraval thing :/
Additionally weird, UserSelector seems to only exist in /concrete/src/Form/FormServiceProvider.php
:(
HOWEVER, it will install and no more attributes bug if I change the encoding (see below)
:)
If I change utf8mb4 to utf8 in concrete/config/database.php::'preferred_character_set' (I may lose Chinese and emoticons) it will install with no errors AND no attribute bug.
using: mysqld Ver 10.1.36-MariaDB for Linux on x86_64 (MariaDB Server)
my.ini