Skip to content

Instantly share code, notes, and snippets.

@zaigham
Last active August 29, 2015 14:21
Show Gist options
  • Save zaigham/4e2ecf1e3b2830a24040 to your computer and use it in GitHub Desktop.
Save zaigham/4e2ecf1e3b2830a24040 to your computer and use it in GitHub Desktop.
versionx-install-hhvm-error
Below is the error I could catch... in /var/log/hhvm/error.log
The Manager CMP for VersionX are installed and working fine. but new tables are not created.
===========================
\nFatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02] [1146] Table 'modx23xhhvm.modx_versionx_resource' doesn't exist' in :\nStack trace:\n#0 /home/vagrant/modx/23x/core/xpdo/xpdo.class.php(2500): PDO->query()\n#1 /home/vagrant/modx/23x/core/xpdo/om/mysql/xpdomanager.class.php(131): xPDO->query()\n#2 /home/vagrant/modx/23x/core/packages/versionx-2.1.2-pl/modCategory/c7c31abcbb1216d62f8deff18301a6d9.tables.resolver.resolver(40): xPDOManager_mysql->createObjectContainer()\n#3 /home/vagrant/modx/23x/core/xpdo/transport/xpdovehicle.class.php(226): include()\n#4 /home/vagrant/modx/23x/core/xpdo/transport/xpdoobjectvehicle.class.php(227): xPDOVehicle->resolve()\n#5 /home/vagrant/modx/23x/core/xpdo/transport/xpdoobjectvehicle.class.php(88): xPDOObjectVehicle->_installObject()\n#6 /home/vagrant/modx/23x/core/xpdo/transport/xpdotransport.class.php(269): xPDOObjectVehicle->install()\n#7 /home/vagrant/modx/23x/core/model/modx/transport/modtransportpackage.class.php(226): xPDOTransport->install()\n#8 /home/vagrant/modx/23x/core/model/modx/processors/workspace/packages/install.class.php(42): modTransportPackage->install()\n#9 /home/vagrant/modx/23x/core/model/modx/modprocessor.class.php(173): modPackageInstallProcessor->process()\n#10 /home/vagrant/modx/23x/core/model/modx/modx.class.php(1701): modProcessor->run()\n#11 /home/vagrant/modx/23x/core/model/modx/modconnectorresponse.class.php(131): modX->runProcessor()\n#12 /home/vagrant/modx/23x/core/model/modx/modconnectorrequest.class.php(82): modConnectorResponse->outputContent()\n#13 /home/vagrant/modx/23x/core/model/modx/modconnectorrequest.class.php(69): modConnectorRequest->prepareResponse()\n#14 /home/vagrant/modx/23x/connectors/index.php(71): modConnectorRequest->handleRequest()\n#15 {main}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment