Creating a task results in ReflectionException but task is still created
-
This is the error I see when creating an upload task (unicast as well as multicast):
[Wed Apr 27 16:22:04.313369 2016] [:error] [pid 7884] [client 172.16.1.106:43839] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogpagemanager.class.php on line 115 [Wed Apr 27 16:22:04.313868 2016] [:error] [pid 7884] [client 172.16.1.106:43839] PHP Fatal error: Uncaught exception 'ReflectionException' with message 'Class Client does not exist' in /var/www/html/fog/lib/fog/fogbase.class.php:87\nStack trace:\n#0 /var/www/html/fog/lib/fog/fogbase.class.php(87): ReflectionClass->__construct('Client')\n#1 /var/www/html/fog/lib/fog/fogpage.class.php(33): FOGBase::getClass('Client', '', true)\n#2 /var/www/html/fog/lib/fog/fogpage.class.php(47): FOGPage::init('Client')\n#3 /var/www/html/fog/lib/pages/clientmanagementpage.class.php(6): FOGPage->__construct('Client Manageme...')\n#4 [internal function]: ClientManagementPage->__construct()\n#5 /var/www/html/fog/lib/fog/fogbase.class.php(89): ReflectionClass->newInstanceArgs(Array)\n#6 /var/www/html/fog/lib/fog/fogpagemanager.class.php(113): FOGBase::getClass('clientmanagemen...')\n#7 [internal function]: FOGPageManager->{closure}('/var/www/html/f...')\n#8 /var/www/html/fog/lib/fog/fogpagemanager.class.php(115): array_map(Object(Closure), Array)\n#9 /var/www/html/fog/lib/fog/fogpagemanager.class.php(55): FOGPageManager->loadPageClasses()\n in /var/www/html/fog/lib/fog/fogbase.class.php on line 87
-
Fixed in latest. Have to know what Pages with objects there are, and I forgot that part. Added and all is working as expected.