Hi,
I’ve migrated a site from dev to live and Migx isn’t working as expected. It’s not displaying any content on the frontend and the backend is also missing the usual tabs.
I’m running:
MODx 3.0.5
Migx 3.0.2-beta1
PHP 8.0 (I’ve tried upgrading to 8.1 with no difference)
I’m getting the following errors…
Any help much appreciated, thanks.
[2024-07-23 17:25:12] (ERROR @ /public_html/core/cache/includes/elements/modx/revolution/modsnippet/86.include.cache.php : 4) PHP warning: Undefined variable $docId
[2024-07-23 17:25:12] (ERROR @ /public_html/core/src/Revolution/modX.php : 1072) `` is not a valid integer and may not be passed to makeUrl()
[2024-07-23 17:25:12] (ERROR @ /public_html/core/components/commerce/model/commerce/commerce.class.php : 360) [Commerce] modmore\Commerce\Exceptions\InvalidModuleException initialising module Formula Shipping (PoconoSewVac\FormulaShipping\Modules\FormulaShipping): Class PoconoSewVac\FormulaShipping\Modules\FormulaShipping could not be loaded - perhaps not autoloadable or the configured path (/public_html/core/components/commerce_formulashipping/src/Modules/FormulaShipping.php) is invalid. // #0 /public_html/core/components/commerce/model/commerce/commerce.class.php(346): comModule->loadModule()
#1 /public_html/core/components/commerce/model/commerce/commerce.class.php(288): Commerce->loadModules()
#2 /public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php(1260): Commerce->__construct(Object(MODX\Revolution\modX), Array)
#3 /public_html/core/cache/includes/elements/modx/revolution/modsnippet/52.include.cache.php(11): xPDO\xPDO->getService('commerce', 'Commerce', 'mysiteco...', Array)
#4 /public_html/core/src/Revolution/modScript.php(88): include('mysiteco...')
#5 /public_html/core/src/Revolution/modParser.php(508): MODX\Revolution\modScript->process(NULL)
#6 /public_html/core/components/pdotools/src/Parsing/Parser.php(276): MODX\Revolution\modParser->processTag(Array, true)
#7 /public_html/core/src/Revolution/modParser.php(221): ModxPro\PdoTools\Parsing\Parser->processTag(Array, true)
#8 /public_html/core/components/pdotools/src/Parsing/Parser.php(73): MODX\Revolution\modParser->processElementTags('', '<!DOCTYPE html>...', true, false, '[[', ']]', Array, 9)
#9 /public_html/core/src/Revolution/modResource.php(521): ModxPro\PdoTools\Parsing\Parser->processElementTags('', '<!DOCTYPE html>...', true, false, '[[', ']]', Array, 10)
#10 /public_html/core/src/Revolution/modResource.php(469): MODX\Revolution\modResource->parseContent()
#11 /public_html/core/src/Revolution/modResponse.php(72): MODX\Revolution\modResource->prepare()
#12 /public_html/core/src/Revolution/modRequest.php(154): MODX\Revolution\modResponse->outputContent(Array)
#13 /public_html/core/src/Revolution/modRequest.php(138): MODX\Revolution\modRequest->prepareResponse()
#14 /public_html/core/src/Revolution/modX.php(1499): MODX\Revolution\modRequest->handleRequest()
#15 /public_html/index.php(63): MODX\Revolution\modX->handleRequest()
#16 {main}