Error
Code: 401
MySQL execution error: MySQL server has gone away
SELECT COUNT( `cr`.`relation_id` ) as 'total', `c`.`type_id` as '_type' FROM `content_relations` cr
INNER JOIN `content` c ON `c`.`content_id` = IF( `cr`.`from_id` = 6, `cr`.`to_id`, `cr`.`from_id` )
WHERE ( `cr`.`to_id` = 6 OR `cr`.`from_id` = 6 )
AND ( `c`.`status` > 0 )
AND ( `c`.`type_id` NOT IN ('ResearchTheme', 'Taxonomy') OR
(`c`.`type_id` IN ('ResearchTheme', 'Taxonomy') AND
( `cr`.`from_id` = 6 AND ( `cr`.`property_id` != 'isPartOf' OR `cr`.`property_id` IS NULL ) ) OR ( `cr`.`to_id` = 6 AND ( `cr`.`property_to_id` != 'isPartOf' OR `cr`.`property_id` IS NULL ) )
)
)AND ( `c`.`type_id` NOT IN ('ResearchTheme', 'Taxonomy') OR
(`c`.`type_id` IN ('ResearchTheme', 'Taxonomy') AND
( `cr`.`from_id` = 6 AND ( `cr`.`property_id` != 'hasPart' OR `cr`.`property_id` IS NULL ) ) OR ( `cr`.`to_id` = 6 AND ( `cr`.`property_to_id` != 'hasPart' OR `cr`.`property_id` IS NULL ) )
)
)
-- START OF USER PERMISSIONS:
AND (
-- AVAILABLE TYPES
c.type_id IN ( 'AudioObject','Award','Collection','Comission','Course','CreativeWork','Event','EventType','ImageObject','MediaObject','NewsArticle','NewsArticleType','Organization','Periodical','Person','Place','ProgramOrganization','ProjectType','Publication','PublicationType','PublicNotice','PublicNoticeType','ResearchGroup','ResearchTheme','ScientificDiffusion','Taxonomy','TeacherRelationType','Thing','VideoObject','WebPage' )
-- TYPE PERMISSIONS:
AND (
-- 'AudioObject'
(
c.type_id = 'AudioObject' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'AudioObject'
-- 'Award'
OR
(
c.type_id = 'Award' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'Award'
-- 'Collection'
OR
(
c.type_id = 'Collection' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'Collection'
-- 'Comission'
OR
(
c.type_id = 'Comission' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'Comission'
-- 'Course'
OR
(
c.type_id = 'Course' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'Course'
-- 'CreativeWork'
OR
(
c.type_id = 'CreativeWork' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'CreativeWork'
-- 'Event'
OR
(
c.type_id = 'Event' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'Event'
-- 'EventType'
OR
(
c.type_id = 'EventType' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'EventType'
-- 'ImageObject'
OR
(
c.type_id = 'ImageObject' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'ImageObject'
-- 'MediaObject'
OR
(
c.type_id = 'MediaObject' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'MediaObject'
-- 'NewsArticle'
OR
(
c.type_id = 'NewsArticle' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'NewsArticle'
-- 'NewsArticleType'
OR
(
c.type_id = 'NewsArticleType' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'NewsArticleType'
-- 'Organization'
OR
(
c.type_id = 'Organization' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'Organization'
-- 'Periodical'
OR
(
c.type_id = 'Periodical' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'Periodical'
-- 'Person'
OR
(
c.type_id = 'Person' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'Person'
-- 'Place'
OR
(
c.type_id = 'Place' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'Place'
-- 'ProgramOrganization'
OR
(
c.type_id = 'ProgramOrganization' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'ProgramOrganization'
-- 'ProjectType'
OR
(
c.type_id = 'ProjectType' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'ProjectType'
-- 'Publication'
OR
(
c.type_id = 'Publication' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'Publication'
-- 'PublicationType'
OR
(
c.type_id = 'PublicationType' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'PublicationType'
-- 'PublicNotice'
OR
(
c.type_id = 'PublicNotice' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'PublicNotice'
-- 'PublicNoticeType'
OR
(
c.type_id = 'PublicNoticeType' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'PublicNoticeType'
-- 'ResearchGroup'
OR
(
c.type_id = 'ResearchGroup' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'ResearchGroup'
-- 'ResearchTheme'
OR
(
c.type_id = 'ResearchTheme' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'ResearchTheme'
-- 'ScientificDiffusion'
OR
(
c.type_id = 'ScientificDiffusion' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'ScientificDiffusion'
-- 'Taxonomy'
OR
(
c.type_id = 'Taxonomy' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'Taxonomy'
-- 'TeacherRelationType'
OR
(
c.type_id = 'TeacherRelationType' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'TeacherRelationType'
-- 'Thing'
OR
(
c.type_id = 'Thing' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'Thing'
-- 'VideoObject'
OR
(
c.type_id = 'VideoObject' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'VideoObject'
-- 'WebPage'
OR
(
c.type_id = 'WebPage' AND (
( c.status IN ( 100, 70 ) ) -- EVERYONE
)
)
-- END OF 'WebPage'
)
)
-- END OF USER PERMISSIONS
GROUP BY `c`.`type_id`
File: /server/ppgsa/shiro/src/shiro/database/mysql/MySQLTaxonomy.php on line 342
Backtrace
shiro\database\mysql\MySQLDriver->_getLeavesData() in file /server/ppgsa/shiro/src/shiro/database/mysql/MySQLTaxonomy.php on line 167
shiro\database\mysql\MySQLDriver->_getTaxonomyData() in file /server/ppgsa/shiro/src/shiro/database/mysql/MySQLTaxonomy.php on line 53
shiro\database\mysql\MySQLDriver->getTaxonomyTree() in file /server/ppgsa/shiro/src/shiro/content/ContentModel.php on line 1651
shiro\content\ContentModel::getTaxonomyTree() in file /server/ppgsa/shiro/src/shiro/database/mysql/MySQLSearch.php on line 1732
shiro\database\mysql\MySQLDriver->_getFields() in file /server/ppgsa/shiro/src/shiro/database/mysql/MySQLSearch.php on line 2365
shiro\database\mysql\MySQLDriver->_getRelations() in file /server/ppgsa/shiro/src/shiro/database/mysql/MySQLSearch.php on line 1834
shiro\database\mysql\MySQLDriver->_getFields() in file /server/ppgsa/shiro/src/shiro/database/mysql/MySQLSearch.php on line 80
shiro\database\mysql\MySQLDriver->getQuery() in file /server/ppgsa/shiro/src/shiro/database/mysql/MySQLDriver.php on line 268
shiro\database\mysql\MySQLDriver->query() in file /server/ppgsa/shiro/src/shiro/models/ContentModel.php on line 379
shiro\models\ContentModel->query() in file /server/ppgsa/shiro/application/controllers/Content.php on line 634
Content->contentLanding() in file /server/ppgsa/shiro/application/controllers/Content.php on line 363
Content->content() in file /server/ppgsa/shiro/application/core/MY_Controller.php on line 527
MY_Controller->navItem() in file /server/ppgsa/shiro/system/core/CodeIgniter.php on line 520
require_once() in file /server/ppgsa/shiro/core/Shiro.php on line 270
Shiro->_executeLegacy() in file /server/ppgsa/shiro/core/Shiro.php on line 111
Shiro->_execute() in file /server/ppgsa/shiro/core/Shiro.php on line 62
Shiro->__construct() in file /server/ppgsa/shiro/core/initialization.php on line 59
require() in file /server/ppgsa/html/index.php on line 9
memory usage 3.15 MB
FileData::readCache 6
db connections 1
MySQLDriver::_query::Time 4.9688336849213
MySQLDriver::_query 300
Query::sanitizeQuery 14
MySQLSearch::_getQueryResults 2
MySQLSearch::_getQueryResults::Time 0.99587297439575
MySQLSearch::_getFields 3
MySQLSearch::_getFields::Time 1.1168711185455
memory peak 4.54 MB
memory peak (allocated) 6.00 MB
memory usage (allocated) 6.00 MB
execution time 5.271714925766
Output
🗨️Attempting to read cache '/server/ppgsa/cache/shiro-version.php'.
shiro\filedata\Cache::read()/server/ppgsa/shiro/src/shiro/filedata/Data.php at line 29
shiro\filedata\Data::load()/server/ppgsa/shiro/core/Shiro.php at line 350
Shiro->_complementSystemVariables()/server/ppgsa/shiro/core/Shiro.php at line 56
Shiro->__construct()/server/ppgsa/shiro/core/initialization.php at line 59
require()/server/ppgsa/html/index.php at line 9
✔️Found cache '/server/ppgsa/cache/shiro-version.php'.
shiro\filedata\Cache::read()/server/ppgsa/shiro/src/shiro/filedata/Data.php at line 29
shiro\filedata\Data::load()/server/ppgsa/shiro/core/Shiro.php at line 350
Shiro->_complementSystemVariables()/server/ppgsa/shiro/core/Shiro.php at line 56
Shiro->__construct()/server/ppgsa/shiro/core/initialization.php at line 59
require()/server/ppgsa/html/index.php at line 9
🗨️Attempting to read cache '/server/ppgsa/cache/settings-schema.php'.
shiro\filedata\Cache::read()/server/ppgsa/shiro/src/shiro/filedata/Data.php at line 29
shiro\filedata\Data::load()/server/ppgsa/shiro/src/shiro/system/repos/SettingsRepository.php at line 39
shiro\system\repos\SettingsRepository::schema()/server/ppgsa/shiro/src/shiro/system/services/SettingsServices.php at line 163
shiro\system\services\SettingsServices::_loadSchema()/server/ppgsa/shiro/src/shiro/system/services/SettingsServices.php at line 63
shiro\system\services\SettingsServices::read()/server/ppgsa/shiro/core/Shiro.php at line 88
Shiro->_execute()/server/ppgsa/shiro/core/Shiro.php at line 62
Shiro->__construct()/server/ppgsa/shiro/core/initialization.php at line 59
require()/server/ppgsa/html/index.php at line 9
✔️Found cache '/server/ppgsa/cache/settings-schema.php'.
shiro\filedata\Cache::read()/server/ppgsa/shiro/src/shiro/filedata/Data.php at line 29
shiro\filedata\Data::load()/server/ppgsa/shiro/src/shiro/system/repos/SettingsRepository.php at line 39
shiro\system\repos\SettingsRepository::schema()/server/ppgsa/shiro/src/shiro/system/services/SettingsServices.php at line 163
shiro\system\services\SettingsServices::_loadSchema()/server/ppgsa/shiro/src/shiro/system/services/SettingsServices.php at line 63
shiro\system\services\SettingsServices::read()/server/ppgsa/shiro/core/Shiro.php at line 88
Shiro->_execute()/server/ppgsa/shiro/core/Shiro.php at line 62
Shiro->__construct()/server/ppgsa/shiro/core/initialization.php at line 59
require()/server/ppgsa/html/index.php at line 9
🗨️Attempting to read cache '/server/ppgsa/cache/system-dictionary.php'.
shiro\filedata\Cache::read()/server/ppgsa/shiro/src/shiro/filedata/Data.php at line 29
shiro\filedata\Data::load()/server/ppgsa/shiro/src/shiro/language/Dictionary.php at line 75
shiro\language\Dictionary::_loadSystem()/server/ppgsa/shiro/src/shiro/language/Dictionary.php at line 62
shiro\language\Dictionary::entry()/server/ppgsa/shiro/src/shiro/language/Dictionary.php at line 17
shiro\language\Dictionary::cap()/server/ppgsa/shiro/src/shiro/auth/repos/mysql/MySQLProfileRepository.php at line 124
shiro\auth\repos\mysql\MySQLProfileRepository->_addProfiles()/server/ppgsa/shiro/src/shiro/auth/repos/mysql/MySQLProfileRepository.php at line 77
shiro\auth\repos\mysql\MySQLProfileRepository->list()/server/ppgsa/shiro/src/shiro/auth/repos/ProfileRepository.php at line 38
shiro\auth\repos\ProfileRepository::list()/server/ppgsa/shiro/src/shiro/auth/services/ProfileServices.php at line 299
shiro\auth\services\ProfileServices::_fetchProfiles()/server/ppgsa/shiro/src/shiro/auth/services/ProfileServices.php at line 293
shiro\auth\services\ProfileServices::_load()/server/ppgsa/shiro/src/shiro/auth/services/ProfileServices.php at line 202
shiro\auth\services\ProfileServices::unauthorized()/server/ppgsa/shiro/src/shiro/auth/services/UserServices.php at line 474
shiro\auth\services\UserServices::unauthorizedUser()/server/ppgsa/shiro/src/shiro/auth/services/AuthServices.php at line 384
shiro\auth\services\AuthServices::user()/server/ppgsa/shiro/src/shiro/auth/services/AuthServices.php at line 390
shiro\auth\services\AuthServices::profile()/server/ppgsa/shiro/src/shiro/auth/services/AuthServices.php at line 504
shiro\auth\services\AuthServices::userHasPermission()/server/ppgsa/shiro/src/shiro/collection/repos/SchemaRepository.php at line 326
shiro\collection\repos\SchemaRepository::_load()/server/ppgsa/shiro/src/shiro/collection/repos/SchemaRepository.php at line 129
shiro\collection\repos\SchemaRepository::list()/server/ppgsa/shiro/src/shiro/collection/services/SchemaServices.php at line 221
shiro\collection\services\SchemaServices::list()/server/ppgsa/shiro/src/shiro/collection/services/SchemaServices.php at line 231
shiro\collection\services\SchemaServices::_predicateList()/server/ppgsa/shiro/src/shiro/collection/services/SchemaServices.php at line 252
shiro\collection\services\SchemaServices::collectionSchemas()/server/ppgsa/shiro/application/core/MY_Controller.php at line 779
MY_Controller->_defineLegacyConstants()/server/ppgsa/shiro/application/core/MY_Controller.php at line 52
MY_Controller->__construct()/server/ppgsa/shiro/application/controllers/Content.php at line 135
Content->__construct()/server/ppgsa/shiro/system/core/CodeIgniter.php at line 506
require_once()/server/ppgsa/shiro/core/Shiro.php at line 270
Shiro->_executeLegacy()/server/ppgsa/shiro/core/Shiro.php at line 111
Shiro->_execute()/server/ppgsa/shiro/core/Shiro.php at line 62
Shiro->__construct()/server/ppgsa/shiro/core/initialization.php at line 59
require()/server/ppgsa/html/index.php at line 9
✔️Found cache '/server/ppgsa/cache/system-dictionary.php'.
shiro\filedata\Cache::read()/server/ppgsa/shiro/src/shiro/filedata/Data.php at line 29
shiro\filedata\Data::load()/server/ppgsa/shiro/src/shiro/language/Dictionary.php at line 75
shiro\language\Dictionary::_loadSystem()/server/ppgsa/shiro/src/shiro/language/Dictionary.php at line 62
shiro\language\Dictionary::entry()/server/ppgsa/shiro/src/shiro/language/Dictionary.php at line 17
shiro\language\Dictionary::cap()/server/ppgsa/shiro/src/shiro/auth/repos/mysql/MySQLProfileRepository.php at line 124
shiro\auth\repos\mysql\MySQLProfileRepository->_addProfiles()/server/ppgsa/shiro/src/shiro/auth/repos/mysql/MySQLProfileRepository.php at line 77
shiro\auth\repos\mysql\MySQLProfileRepository->list()/server/ppgsa/shiro/src/shiro/auth/repos/ProfileRepository.php at line 38
shiro\auth\repos\ProfileRepository::list()/server/ppgsa/shiro/src/shiro/auth/services/ProfileServices.php at line 299
shiro\auth\services\ProfileServices::_fetchProfiles()/server/ppgsa/shiro/src/shiro/auth/services/ProfileServices.php at line 293
shiro\auth\services\ProfileServices::_load()/server/ppgsa/shiro/src/shiro/auth/services/ProfileServices.php at line 202
shiro\auth\services\ProfileServices::unauthorized()/server/ppgsa/shiro/src/shiro/auth/services/UserServices.php at line 474
shiro\auth\services\UserServices::unauthorizedUser()/server/ppgsa/shiro/src/shiro/auth/services/AuthServices.php at line 384
shiro\auth\services\AuthServices::user()/server/ppgsa/shiro/src/shiro/auth/services/AuthServices.php at line 390
shiro\auth\services\AuthServices::profile()/server/ppgsa/shiro/src/shiro/auth/services/AuthServices.php at line 504
shiro\auth\services\AuthServices::userHasPermission()/server/ppgsa/shiro/src/shiro/collection/repos/SchemaRepository.php at line 326
shiro\collection\repos\SchemaRepository::_load()/server/ppgsa/shiro/src/shiro/collection/repos/SchemaRepository.php at line 129
shiro\collection\repos\SchemaRepository::list()/server/ppgsa/shiro/src/shiro/collection/services/SchemaServices.php at line 221
shiro\collection\services\SchemaServices::list()/server/ppgsa/shiro/src/shiro/collection/services/SchemaServices.php at line 231
shiro\collection\services\SchemaServices::_predicateList()/server/ppgsa/shiro/src/shiro/collection/services/SchemaServices.php at line 252
shiro\collection\services\SchemaServices::collectionSchemas()/server/ppgsa/shiro/application/core/MY_Controller.php at line 779
MY_Controller->_defineLegacyConstants()/server/ppgsa/shiro/application/core/MY_Controller.php at line 52
MY_Controller->__construct()/server/ppgsa/shiro/application/controllers/Content.php at line 135
Content->__construct()/server/ppgsa/shiro/system/core/CodeIgniter.php at line 506
require_once()/server/ppgsa/shiro/core/Shiro.php at line 270
Shiro->_executeLegacy()/server/ppgsa/shiro/core/Shiro.php at line 111
Shiro->_execute()/server/ppgsa/shiro/core/Shiro.php at line 62
Shiro->__construct()/server/ppgsa/shiro/core/initialization.php at line 59
require()/server/ppgsa/html/index.php at line 9
🗨️Attempting to read cache '/server/ppgsa/cache/system-dictionary.php'.
shiro\filedata\Cache::read()/server/ppgsa/shiro/src/shiro/filedata/Data.php at line 29
shiro\filedata\Data::load()/server/ppgsa/shiro/src/shiro/language/Dictionary.php at line 75
shiro\language\Dictionary::_loadSystem()/server/ppgsa/shiro/src/shiro/language/Dictionary.php at line 62
shiro\language\Dictionary::entry()/server/ppgsa/shiro/src/shiro/language/Dictionary.php at line 17
shiro\language\Dictionary::cap()/server/ppgsa/shiro/src/shiro/auth/repos/mysql/MySQLProfileRepository.php at line 125
shiro\auth\repos\mysql\MySQLProfileRepository->_addProfiles()/server/ppgsa/shiro/src/shiro/auth/repos/mysql/MySQLProfileRepository.php at line 77
shiro\auth\repos\mysql\MySQLProfileRepository->list()/server/ppgsa/shiro/src/shiro/auth/repos/ProfileRepository.php at line 38
shiro\auth\repos\ProfileRepository::list()/server/ppgsa/shiro/src/shiro/auth/services/ProfileServices.php at line 299
shiro\auth\services\ProfileServices::_fetchProfiles()/server/ppgsa/shiro/src/shiro/auth/services/ProfileServices.php at line 293
shiro\auth\services\ProfileServices::_load()/server/ppgsa/shiro/src/shiro/auth/services/ProfileServices.php at line 202
shiro\auth\services\ProfileServices::unauthorized()/server/ppgsa/shiro/src/shiro/auth/services/UserServices.php at line 474
shiro\auth\services\UserServices::unauthorizedUser()/server/ppgsa/shiro/src/shiro/auth/services/AuthServices.php at line 384
shiro\auth\services\AuthServices::user()/server/ppgsa/shiro/src/shiro/auth/services/AuthServices.php at line 390
shiro\auth\services\AuthServices::profile()/server/ppgsa/shiro/src/shiro/auth/services/AuthServices.php at line 504
shiro\auth\services\AuthServices::userHasPermission()/server/ppgsa/shiro/src/shiro/collection/repos/SchemaRepository.php at line 326
shiro\collection\repos\SchemaRepository::_load()/server/ppgsa/shiro/src/shiro/collection/repos/SchemaRepository.php at line 129
shiro\collection\repos\SchemaRepository::list()/server/ppgsa/shiro/src/shiro/collection/services/SchemaServices.php at line 221
shiro\collection\services\SchemaServices::list()/server/ppgsa/shiro/src/shiro/collection/services/SchemaServices.php at line 231
shiro\collection\services\SchemaServices::_predicateList()/server/ppgsa/shiro/src/shiro/collection/services/SchemaServices.php at line 252
shiro\collection\services\SchemaServices::collectionSchemas()/server/ppgsa/shiro/application/core/MY_Controller.php at line 779
MY_Controller->_defineLegacyConstants()/server/ppgsa/shiro/application/core/MY_Controller.php at line 52
MY_Controller->__construct()/server/ppgsa/shiro/application/controllers/Content.php at line 135
Content->__construct()/server/ppgsa/shiro/system/core/CodeIgniter.php at line 506
require_once()/server/ppgsa/shiro/core/Shiro.php at line 270
Shiro->_executeLegacy()/server/ppgsa/shiro/core/Shiro.php at line 111
Shiro->_execute()/server/ppgsa/shiro/core/Shiro.php at line 62
Shiro->__construct()/server/ppgsa/shiro/core/initialization.php at line 59
require()/server/ppgsa/html/index.php at line 9
✔️Found cache '/server/ppgsa/cache/system-dictionary.php'.
shiro\filedata\Cache::read()/server/ppgsa/shiro/src/shiro/filedata/Data.php at line 29
shiro\filedata\Data::load()/server/ppgsa/shiro/src/shiro/language/Dictionary.php at line 75
shiro\language\Dictionary::_loadSystem()/server/ppgsa/shiro/src/shiro/language/Dictionary.php at line 62
shiro\language\Dictionary::entry()/server/ppgsa/shiro/src/shiro/language/Dictionary.php at line 17
shiro\language\Dictionary::cap()/server/ppgsa/shiro/src/shiro/auth/repos/mysql/MySQLProfileRepository.php at line 125
shiro\auth\repos\mysql\MySQLProfileRepository->_addProfiles()/server/ppgsa/shiro/src/shiro/auth/repos/mysql/MySQLProfileRepository.php at line 77
shiro\auth\repos\mysql\MySQLProfileRepository->list()/server/ppgsa/shiro/src/shiro/auth/repos/ProfileRepository.php at line 38
shiro\auth\repos\ProfileRepository::list()/server/ppgsa/shiro/src/shiro/auth/services/ProfileServices.php at line 299
shiro\auth\services\ProfileServices::_fetchProfiles()/server/ppgsa/shiro/src/shiro/auth/services/ProfileServices.php at line 293
shiro\auth\services\ProfileServices::_load()/server/ppgsa/shiro/src/shiro/auth/services/ProfileServices.php at line 202
shiro\auth\services\ProfileServices::unauthorized()/server/ppgsa/shiro/src/shiro/auth/services/UserServices.php at line 474
shiro\auth\services\UserServices::unauthorizedUser()/server/ppgsa/shiro/src/shiro/auth/services/AuthServices.php at line 384
shiro\auth\services\AuthServices::user()/server/ppgsa/shiro/src/shiro/auth/services/AuthServices.php at line 390
shiro\auth\services\AuthServices::profile()/server/ppgsa/shiro/src/shiro/auth/services/AuthServices.php at line 504
shiro\auth\services\AuthServices::userHasPermission()/server/ppgsa/shiro/src/shiro/collection/repos/SchemaRepository.php at line 326
shiro\collection\repos\SchemaRepository::_load()/server/ppgsa/shiro/src/shiro/collection/repos/SchemaRepository.php at line 129
shiro\collection\repos\SchemaRepository::list()/server/ppgsa/shiro/src/shiro/collection/services/SchemaServices.php at line 221
shiro\collection\services\SchemaServices::list()/server/ppgsa/shiro/src/shiro/collection/services/SchemaServices.php at line 231
shiro\collection\services\SchemaServices::_predicateList()/server/ppgsa/shiro/src/shiro/collection/services/SchemaServices.php at line 252
shiro\collection\services\SchemaServices::collectionSchemas()/server/ppgsa/shiro/application/core/MY_Controller.php at line 779
MY_Controller->_defineLegacyConstants()/server/ppgsa/shiro/application/core/MY_Controller.php at line 52
MY_Controller->__construct()/server/ppgsa/shiro/application/controllers/Content.php at line 135
Content->__construct()/server/ppgsa/shiro/system/core/CodeIgniter.php at line 506
require_once()/server/ppgsa/shiro/core/Shiro.php at line 270
Shiro->_executeLegacy()/server/ppgsa/shiro/core/Shiro.php at line 111
Shiro->_execute()/server/ppgsa/shiro/core/Shiro.php at line 62
Shiro->__construct()/server/ppgsa/shiro/core/initialization.php at line 59
require()/server/ppgsa/html/index.php at line 9
🗨️Attempting to read cache '/server/ppgsa/cache/error-messages.php'.
shiro\filedata\Cache::read()/server/ppgsa/shiro/src/shiro/filedata/Data.php at line 29
shiro\filedata\Data::load()/server/ppgsa/shiro/src/shiro/response/services/ResponseServices.php at line 25
shiro\response\services\ResponseServices::_getErrorMessage()/server/ppgsa/shiro/src/shiro/response/services/ResponseServices.php at line 17
shiro\response\services\ResponseServices::error()/server/ppgsa/shiro/src/shiro/system/services/SettingsServices.php at line 112
shiro\system\services\SettingsServices::_validate()/server/ppgsa/shiro/src/shiro/system/services/SettingsServices.php at line 67
shiro\system\services\SettingsServices::read()/server/ppgsa/shiro/src/shiro/system/services/SettingsServices.php at line 29
shiro\system\services\SettingsServices::value()/server/ppgsa/shiro/src/shiro/configuration/Configuration.php at line 15
shiro\configuration\Configuration::read()/server/ppgsa/shiro/src/shiro/database/mysql/MySQLSearch.php at line 1214
shiro\database\mysql\MySQLDriver->_buildQuery()/server/ppgsa/shiro/src/shiro/database/mysql/MySQLSearch.php at line 39
shiro\database\mysql\MySQLDriver->getQuery()/server/ppgsa/shiro/src/shiro/database/mysql/MySQLDriver.php at line 286
shiro\database\mysql\MySQLDriver->getTotal()/server/ppgsa/shiro/src/shiro/models/ContentModel.php at line 404
shiro\models\ContentModel->getTotal()/server/ppgsa/shiro/application/controllers/Content.php at line 633
Content->contentLanding()/server/ppgsa/shiro/application/controllers/Content.php at line 363
Content->content()/server/ppgsa/shiro/application/core/MY_Controller.php at line 527
MY_Controller->navItem()/server/ppgsa/shiro/system/core/CodeIgniter.php at line 520
require_once()/server/ppgsa/shiro/core/Shiro.php at line 270
Shiro->_executeLegacy()/server/ppgsa/shiro/core/Shiro.php at line 111
Shiro->_execute()/server/ppgsa/shiro/core/Shiro.php at line 62
Shiro->__construct()/server/ppgsa/shiro/core/initialization.php at line 59
require()/server/ppgsa/html/index.php at line 9
✔️Found cache '/server/ppgsa/cache/error-messages.php'.
shiro\filedata\Cache::read()/server/ppgsa/shiro/src/shiro/filedata/Data.php at line 29
shiro\filedata\Data::load()/server/ppgsa/shiro/src/shiro/response/services/ResponseServices.php at line 25
shiro\response\services\ResponseServices::_getErrorMessage()/server/ppgsa/shiro/src/shiro/response/services/ResponseServices.php at line 17
shiro\response\services\ResponseServices::error()/server/ppgsa/shiro/src/shiro/system/services/SettingsServices.php at line 112
shiro\system\services\SettingsServices::_validate()/server/ppgsa/shiro/src/shiro/system/services/SettingsServices.php at line 67
shiro\system\services\SettingsServices::read()/server/ppgsa/shiro/src/shiro/system/services/SettingsServices.php at line 29
shiro\system\services\SettingsServices::value()/server/ppgsa/shiro/src/shiro/configuration/Configuration.php at line 15
shiro\configuration\Configuration::read()/server/ppgsa/shiro/src/shiro/database/mysql/MySQLSearch.php at line 1214
shiro\database\mysql\MySQLDriver->_buildQuery()/server/ppgsa/shiro/src/shiro/database/mysql/MySQLSearch.php at line 39
shiro\database\mysql\MySQLDriver->getQuery()/server/ppgsa/shiro/src/shiro/database/mysql/MySQLDriver.php at line 286
shiro\database\mysql\MySQLDriver->getTotal()/server/ppgsa/shiro/src/shiro/models/ContentModel.php at line 404
shiro\models\ContentModel->getTotal()/server/ppgsa/shiro/application/controllers/Content.php at line 633
Content->contentLanding()/server/ppgsa/shiro/application/controllers/Content.php at line 363
Content->content()/server/ppgsa/shiro/application/core/MY_Controller.php at line 527
MY_Controller->navItem()/server/ppgsa/shiro/system/core/CodeIgniter.php at line 520
require_once()/server/ppgsa/shiro/core/Shiro.php at line 270
Shiro->_executeLegacy()/server/ppgsa/shiro/core/Shiro.php at line 111
Shiro->_execute()/server/ppgsa/shiro/core/Shiro.php at line 62
Shiro->__construct()/server/ppgsa/shiro/core/initialization.php at line 59
require()/server/ppgsa/html/index.php at line 9
🗨️Attempting to read cache '/server/ppgsa/cache/error-messages.php'.
shiro\filedata\Cache::read()/server/ppgsa/shiro/src/shiro/filedata/Data.php at line 29
shiro\filedata\Data::load()/server/ppgsa/shiro/src/shiro/response/services/ResponseServices.php at line 25
shiro\response\services\ResponseServices::_getErrorMessage()/server/ppgsa/shiro/src/shiro/response/services/ResponseServices.php at line 17
shiro\response\services\ResponseServices::error()/server/ppgsa/shiro/src/shiro/system/services/SettingsServices.php at line 112
shiro\system\services\SettingsServices::_validate()/server/ppgsa/shiro/src/shiro/system/services/SettingsServices.php at line 67
shiro\system\services\SettingsServices::read()/server/ppgsa/shiro/src/shiro/system/services/SettingsServices.php at line 29
shiro\system\services\SettingsServices::value()/server/ppgsa/shiro/src/shiro/configuration/Configuration.php at line 15
shiro\configuration\Configuration::read()/server/ppgsa/shiro/src/shiro/database/mysql/MySQLSearch.php at line 1214
shiro\database\mysql\MySQLDriver->_buildQuery()/server/ppgsa/shiro/src/shiro/database/mysql/MySQLSearch.php at line 39
shiro\database\mysql\MySQLDriver->getQuery()/server/ppgsa/shiro/src/shiro/database/mysql/MySQLDriver.php at line 268
shiro\database\mysql\MySQLDriver->query()/server/ppgsa/shiro/src/shiro/models/ContentModel.php at line 379
shiro\models\ContentModel->query()/server/ppgsa/shiro/application/controllers/Content.php at line 634
Content->contentLanding()/server/ppgsa/shiro/application/controllers/Content.php at line 363
Content->content()/server/ppgsa/shiro/application/core/MY_Controller.php at line 527
MY_Controller->navItem()/server/ppgsa/shiro/system/core/CodeIgniter.php at line 520
require_once()/server/ppgsa/shiro/core/Shiro.php at line 270
Shiro->_executeLegacy()/server/ppgsa/shiro/core/Shiro.php at line 111
Shiro->_execute()/server/ppgsa/shiro/core/Shiro.php at line 62
Shiro->__construct()/server/ppgsa/shiro/core/initialization.php at line 59
require()/server/ppgsa/html/index.php at line 9
✔️Found cache '/server/ppgsa/cache/error-messages.php'.
shiro\filedata\Cache::read()/server/ppgsa/shiro/src/shiro/filedata/Data.php at line 29
shiro\filedata\Data::load()/server/ppgsa/shiro/src/shiro/response/services/ResponseServices.php at line 25
shiro\response\services\ResponseServices::_getErrorMessage()/server/ppgsa/shiro/src/shiro/response/services/ResponseServices.php at line 17
shiro\response\services\ResponseServices::error()/server/ppgsa/shiro/src/shiro/system/services/SettingsServices.php at line 112
shiro\system\services\SettingsServices::_validate()/server/ppgsa/shiro/src/shiro/system/services/SettingsServices.php at line 67
shiro\system\services\SettingsServices::read()/server/ppgsa/shiro/src/shiro/system/services/SettingsServices.php at line 29
shiro\system\services\SettingsServices::value()/server/ppgsa/shiro/src/shiro/configuration/Configuration.php at line 15
shiro\configuration\Configuration::read()/server/ppgsa/shiro/src/shiro/database/mysql/MySQLSearch.php at line 1214
shiro\database\mysql\MySQLDriver->_buildQuery()/server/ppgsa/shiro/src/shiro/database/mysql/MySQLSearch.php at line 39
shiro\database\mysql\MySQLDriver->getQuery()/server/ppgsa/shiro/src/shiro/database/mysql/MySQLDriver.php at line 268
shiro\database\mysql\MySQLDriver->query()/server/ppgsa/shiro/src/shiro/models/ContentModel.php at line 379
shiro\models\ContentModel->query()/server/ppgsa/shiro/application/controllers/Content.php at line 634
Content->contentLanding()/server/ppgsa/shiro/application/controllers/Content.php at line 363
Content->content()/server/ppgsa/shiro/application/core/MY_Controller.php at line 527
MY_Controller->navItem()/server/ppgsa/shiro/system/core/CodeIgniter.php at line 520
require_once()/server/ppgsa/shiro/core/Shiro.php at line 270
Shiro->_executeLegacy()/server/ppgsa/shiro/core/Shiro.php at line 111
Shiro->_execute()/server/ppgsa/shiro/core/Shiro.php at line 62
Shiro->__construct()/server/ppgsa/shiro/core/initialization.php at line 59
require()/server/ppgsa/html/index.php at line 9