We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 34134
    • 5 Posts
    We have a huge issue we are having with some of our MODx Evo 1.0.12 sites after a recent upgrade to php and mysql on our server. Almost all of our Evo sites load fine but about 9 of them do not.

    I updated Maxigallery to the very latest version as well.

    But we get the following errors when you load the home page of this site for example. If we remove the call to Maxigallery Snippet, the site loads fine.

    www.vermontstone.com

    « MODX Parse Error »
    MODX encountered the following error while attempting to parse the requested resource:
    « Execution of a query to the database failed - Unknown storage engine 'InnoDB' »
    SQL > CREATE TABLE `vermonts_MODx`.vermonts_maxigallery ( `id` int(10) unsigned NOT NULL auto_increment, `gal_id` int(10) unsigned NOT NULL, `filename` tinytext NOT NULL, `title` text NOT NULL, `date` datetime NOT NULL, `descr` text default NULL, `pos` int(10) default NULL, `own_id` int(10) default NULL, `hide` int(1) default 0, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ;
    Basic info
    REQUEST_URI : /
    Resource : [1]Home
    Current Snippet : MaxiGallery
    Current Plugin : PHx(OnParseDocument)
    Referer : http://vermontstone.com/walls.html
    User Agent : Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36
    IP : 68.112.101.185
    Benchmarks
    MySQL : 0.0035 s (4 Requests)
    PHP : 0.0170 s
    Total : 0.0204 s
    Memory : 0.90210723877 mb

    Backtrace

    1 DocumentParser->executeParser()
    index.php on line 140
    2 DocumentParser->prepareResponse()
    manager/includes/document.parser.class.inc.php on line 1568
    3 DocumentParser->outputContent()
    manager/includes/document.parser.class.inc.php on line 1673
    4 DocumentParser->parseDocumentSource()
    manager/includes/document.parser.class.inc.php on line 582
    5 DocumentParser->invokeEvent()
    manager/includes/document.parser.class.inc.php on line 1434
    6 DocumentParser->evalPlugin()
    manager/includes/document.parser.class.inc.php on line 3334
    7 eval()
    manager/includes/document.parser.class.inc.php on line 969
    8 PHxParser->OnParseDocument()
    manager/includes/document.parser.class.inc.php(969) : eval()'d code on line 26
    9 PHxParser->Parse()
    assets/plugins/phx/phx.parser.class.inc.php on line 49
    10 PHxParser->ParseValues()
    assets/plugins/phx/phx.parser.class.inc.php on line 64
    11 DocumentParser->evalSnippets()
    assets/plugins/phx/phx.parser.class.inc.php on line 131
    12 DocumentParser->_get_snip_result()
    manager/includes/document.parser.class.inc.php on line 1061
    13 DocumentParser->evalSnippet()
    manager/includes/document.parser.class.inc.php on line 1147
    14 eval()
    manager/includes/document.parser.class.inc.php on line 1005
    15 include()
    manager/includes/document.parser.class.inc.php(1005) : eval()'d code on line 76
    16 maxiGallery->createTable()
    assets/snippets/maxigallery/maxigallery.php on line 243
    17 DBAPI->query()
    assets/snippets/maxigallery/maxigallery.class.inc.php on line 55