PEAR Fatal ERROR - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: PEAR Fatal ERROR (/showthread.php?tid=2110) |
PEAR Fatal ERROR - LorenzoGreco - 02-24-2021 I've updated with git pull command remote: Enumerating objects: 587, done. remote: Counting objects: 100% (587/587), done. remote: Compressing objects: 100% (49/49), done. remote: Total 719 (delta 540), reused 578 (delta 537), pack-reused 132 Receiving objects: 100% (719/719), 192.45 KiB | 1.11 MiB/s, done. Resolving deltas: 100% (567/567), completed with 178 local objects. From https://github.com/tsolucio/corebos eadeb432e..ba470e31d master -> origin/master * [new branch] upsert-task -> origin/upsert-task * [new branch] upsert-task-ui -> origin/upsert-task-ui Updating eadeb432e..ba470e31d go to corebos updater (maybe filtered "pending") Fatal error: Uncaught Exception: result is not an object in /SITEHOME/vt-test/include/database/PearDatabase.php:808 Stack trace: #0 /SITEHOME/vt-test/modules/PickList/PickListUtils.php(196): PearDatabase->query_result(false, 0, 'multii18n') #1 /SITEHOME/vt-test/include/QueryGenerator/QueryGenerator.php(1051): hasMultiLanguageSupport('execstate') #2 /SITEHOME/vt-test/include/QueryGenerator/QueryGenerator.php(531): QueryGenerator->getWhereClause() #3 /SITEHOME/vt-test/modules/Vtiger/ListView.php(142): QueryGenerator->getQuery() #4 /SITEHOME/vt-test/modules/cbupdater/ListView.php(11): include_once('/home/gogo/publ...') #5 /SITEHOME/vt-test/modules/cbupdater/index.php(13): include_once('/home/gogo/publ...') #6 /SITEHOME/vt-test/index.php(488): include_once('/home/gogo/publ...') #7 {main} thrown in /SITEHOME/vt-test/include/database/PearDatabase.php on line 808 any idea? RE: PEAR Fatal ERROR - LorenzoGreco - 02-25-2021 i found only this warning DevTools failed to load SourceMap: Could not load content for https://SITE/vt-test/include/components/toast-ui/grid/preact.mjs.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE and i've problem also in HOME/Dashboard ( not loads windows module and other) VM10125:1 Uncaught SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse (<anonymous>) at Object.<anonymous> (Homestuff.js?__WB_REVISION__=93d9fa4ef0d77c580a19d848f257a19d:397) at i (jquery.js?__WB_REVISION__=4f252523d4af0b478c810c2547a63e19:2) at Object.fireWith [as resolveWith] (jquery.js?__WB_REVISION__=4f252523d4af0b478c810c2547a63e19:2) at y (jquery.js?__WB_REVISION__=4f252523d4af0b478c810c2547a63e19:4) at XMLHttpRequest.c (jquery.js?__WB_REVISION__=4f252523d4af0b478c810c2547a63e19:4) (anonymous) @ Homestuff.js?__WB_REVISION__=93d9fa4ef0d77c580a19d848f257a19d:397 i @ jquery.js?__WB_REVISION__=4f252523d4af0b478c810c2547a63e19:2 fireWith @ jquery.js?__WB_REVISION__=4f252523d4af0b478c810c2547a63e19:2 y @ jquery.js?__WB_REVISION__=4f252523d4af0b478c810c2547a63e19:4 c @ jquery.js?__WB_REVISION__=4f252523d4af0b478c810c2547a63e19:4 XMLHttpRequest.send (async) send @ csrf-magic.js?__WB_REVISION__=143302dc3175324824d718937e339fff:52 send @ jquery.js?__WB_REVISION__=4f252523d4af0b478c810c2547a63e19:4 ajax @ jquery.js?__WB_REVISION__=4f252523d4af0b478c810c2547a63e19:4 loadAllWidgets @ Homestuff.js?__WB_REVISION__=93d9fa4ef0d77c580a19d848f257a19d:393 (anonymous) @ index.php?action=index&module=Home:174 RE: PEAR Fatal ERROR - joebordes - 03-13-2021 how did this end? what was it? |