Hey @CodingJungle,
i discovered 2 Bugs.
First:
If a user who has no permissions to use stratagem wants to watch my profil he get an error, the system log shows the following:
TypeError: Argument 1 passed to IPS\stratagem\_Project::projectPerms() must be an instance of IPS\stratagem\Member, instance of IPS\Member given, called in /config/www/applications/stratagem/sources/Project/Project.php on line 552 (0)
#0 /config/www/applications/stratagem/sources/Project/Project.php(552): IPS\stratagem\_Project->projectPerms(Object(IPS\Member))
#1 /config/www/applications/stratagem/sources/Project/Card.php(532): IPS\stratagem\_Project->canView(Object(IPS\Member))
#2 /config/www/system/Content/Content.php(145): IPS\stratagem\Project\_Card->canView(Object(IPS\Member))
#3 /config/www/system/Content/Search/Results.php(546): IPS\_Content::loadAndCheckPerms(13)
#4 /config/www/applications/core/modules/front/members/profile.php(254): IPS\Content\Search\_Results->addExtraItems(Array, Object(IPS\Member))
#5 /config/www/system/Dispatcher/Controller.php(96): IPS\core\modules\front\members\_profile->manage()
#6 /config/www/applications/core/modules/front/members/profile.php(73): IPS\Dispatcher\_Controller->execute()
#7 /config/www/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\front\members\_profile->execute()
#8 /config/www/index.php(13): IPS\_Dispatcher->run()
#9 {main}
Backtrace
#0 /config/www/init.php(938): IPS\_Log::log('TypeError: Argu...', 'uncaught_except...')
#1 [internal function]: IPS\IPS::exceptionHandler(Object(TypeError))
#2 {main}
Second:
I have no icon in the Admin ACP for the Stratagem Copyright Setting and some language strings are missing
Greets Sp4x