maetmar Posted September 6, 2022 Posted September 6, 2022 Everytime I try to access the logs via Setup/Logs and for example "errors" or "sessions" (or anyother of the existing entrys) I always get an exception like this: Darn… Schwerwiegender Fehler: Uncaught Error: Class "LogEntriesArray" not found in wire/modules/Process/ProcessLogger/ProcessLogger.module:418 #0 wire/modules/Process/ProcessLogger/ProcessLogger.module (309): ProcessLogger->renderLog() #1 wire/core/Wire.php (414): ProcessLogger->___executeView() #2 wire/core/WireHooks.php (951): Wire->_callMethod() #3 wire/core/Wire.php (485): WireHooks->runHooks() #4 wire/core/ProcessController.php (337): Wire->__call() #5 wire/core/Wire.php (414): ProcessController->___execute() #6 wire/core/WireHooks.php (951): Wire->_callMethod() #7 wire/core/Wire.php (485): WireHooks->runHooks() #8 wire/core/admin.php (160): Wire->__call() #9 site/templates/admin.php (16): require('...') #10 wire/core/TemplateFile.php (327): require('...') #11 wire/core/Wire.php (414): TemplateFile->___render() #12 wire/core/WireHooks.php (951): Wire->_callMethod() #13 wire/core/Wire.php (485): WireHooks->runHooks() #14 wire/modules/PageRender.module (575): Wire->__call() #15 wire/core/Wire.php (417): PageRender->___renderPage() #16 wire/core/WireHooks.php (951): Wire->_callMethod() #17 wire/core/Wire.php (485): WireHooks->runHooks() #18 wire/core/WireHooks.php (1059): Wire->__call() #19 wire/core/Wire.php (485): WireHooks->runHooks() #20 wire/modules/Process/ProcessPageView.module (184): Wire->__call() #21 wire/modules/Process/ProcessPageView.module (114): ProcessPageView->renderPage() #22 wire/core/Wire.php (417): ProcessPageView->___execute() #23 wire/core/WireHooks.php (951): Wire->_callMethod() #24 wire/core/Wire.php (485): WireHooks->runHooks() #25 index.php (55): Wire->__call() #26 {main} thrown (Zeile 418 in wire/modules/Process/ProcessLogger/ProcessLogger.module) On the serverlogs I see this: AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Class "ProcessWire\\LogEntriesArray" not found in /var/www/vhosts/.../httpdocs/wire/modules/Process/ProcessLogger/ProcessLogger.module:418\nStack trace:\n#0 /var/www/vhosts/..../httpdocs/wire/modules/Process/ProcessLogger/ProcessLogger.module(309): ProcessWire\\ProcessLogger->renderLog()\n#1 /var/www/vhosts/..../httpdocs/wire/core/Wire.php(414): ProcessWire\\ProcessLogger->___executeView()\n#2 /var/www/vhosts/..../httpdocs/wire/core/WireHooks.php(951): ProcessWire\\Wire->_callMethod()\n#3 /var/www/vhosts/..../httpdocs/wire/core/Wire.php(485): ProcessWire\\WireHooks->runHooks()\n#4 /var/www/vhosts/..../httpdocs/wire/core/ProcessController.php(337): ProcessWire\\Wire->__call()\n#5 /var/www/vhosts/..../httpdocs/wire/core/Wire.php(414): ProcessWire\\ProcessController->___execute()\n#6 /var/www/vhosts/..../httpdocs/wire/core/WireHooks.php(951): ProcessWire\\Wire->_callMethod()\n#7 /var/www/vhosts/haussonne.at/httpdoc...', referer: https://haussonne.at/processwire-haus-sonne/setup/logs/ any idea what could have caused this? Unfortunately I do not know if this worked from the beginning or not, as I didn´t check until now. Other from this I have no issues with the website. So in theory I could also ignore it, but I rather have this fixed if possible.
elabx Posted September 6, 2022 Posted September 6, 2022 What version of PW are you using? Can you try doing Modules > Refresh? Would seem like the LogEntriesArray class was not compiled into the processwire namespace.
maetmar Posted September 6, 2022 Author Posted September 6, 2022 latest stable version: ProcessWire 3.0.200 run modules / refresh which brought this result, but its still not working: Modules: Found 3 module(s) missing file: FieldtypeNumber => /var/www/vhosts/...../httpdocs/site/modules/FieldtypeNumber/FieldtypeNumber.module MaintenanceMode => /var/www/vhosts/..../httpdocs/site/modules/MaintenanceMode/MaintenanceMode.module ProcessPage => /var/www/vhosts/...../httpdocs/site/modules/ProcessPage/ProcessPage.module ProcessModule: Modules cache refreshed (118 modules)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now