Quote Originally Posted by jadebox View Post
Dave,

I was just experimenting with your plug-in (as pulled from github). It wouldn't install through Zen Cart until I changed:

$this->executeInstallerSql($sql);

to

$db->Execute($sql);

in ScriptedInstaller.php.

After that, it seemed to work.

One nitpick ... the "Create Sitemap's" button text should be "Create Sitemaps" in \admin\includes\languages\english\sitemapxml.php.
$this->executeInstallerSql($sql);
should work on ZC1.5.7 as is... I use $db->Execute($sql); for debugging but not having any issues with a vanilla install with the default $this->executeInstallerSql($sql); statement.. What's the environment?

Difference in spell check... but such is why language files are created for..