Bruno17 / MIGX

MIGX for revo 2.2 and above
83 stars 78 forks source link

Problem getting service fileHandler #407

Closed webmasterby closed 1 year ago

webmasterby commented 1 year ago

Installed modx 3.0.2-pl. Version migx 3.0.0-alpha5. When trying to do "Create tables from schema" (ERROR @ /home/dkamdvor/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1271) Problem getting service fileHandler, instance of class modFileHandler, from path

Ibochkarev commented 1 year ago

Related https://github.com/Bruno17/MIGX/issues/398

webmasterby commented 1 year ago

Related #398

Thanks, but this solution didn't work.

Bruno17 commented 1 year ago

the package manager stuff didn't work at all in MODX 3, but I did some commits, which should solve that. Create package + parse schema + create tables should create a package with two example tables with the new folder structure now. But there isn't a ready transport package with that additions, yet.

webmasterby commented 1 year ago

Create package + parse schema + create tables should create a package with two example tables with the new folder structure now. But there isn't a ready transport package with that additions, yet.

Steps: Create package + parse schema + create tables Got error 'PHP message: PHP Fatal error: Uncaught Error: Class 'xPDOGenerator_mysql' not found in /home/public_html/core/components/migx/model/migx/migxpackagemanager.class.php:3Stack trace:#0 /home/public_html/core/components/migx/model/migx/migx.class.php(989): include_once()#1 /home/public_html/core/components/migx/processors/mgr/packagemanager/packagemanager.class.php(146): Migx->loadPackageManager()#2 /home/public_html/core/src/Revolution/Processors/Processor.php(189): migxCreatePackageProcessor->process()#3 /home/public_html/core/src/Revolution/modX.php(1820): MODX\Revolution\Processors\Processor->run()#4 /home/dkamdvor/public_html/core/src/Revolution/modConnectorResponse.php(151): MODX\Revolution\modX->runProcessor()#5 /home/dkamdvor/public_html/core/src/Revolution/modConnectorRequest.php(89): MODX\Revolution\modConnectorResponse->outputContent()#6 /home/public_html/core/src/Revolution/modConnectorRequest.php(77): MODX\Revolution\modConnec...',

Bruno17 commented 1 year ago

duplicate of #387 and allready fixed