Hi to all lovely modx people ;-)
This module looks great but I’ve had no luck with it so far... I can’t even get it past stage one of the installation process... I’ve decompressed the zip so everything’s in assets/modules/temailer, then navigated to /install and it immediately comes up with the following error:
MODx encountered the following error while attempting to parse the requested resource:
« Execution of a query to the database failed - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ’s Extreme Sports Newsletter &folder=Newsletter Folder ID;int;69 &path=Path;text;’ at line 1 »
SQL: INSERT INTO `garyki_1`.`garykingmodx_site_modules` (name,description,guid,properties,modulecode) VALUES(’TE Mailer’,’Used to send newsletters to a mailing list.’,’8b0a81074d86b2a9b46c021d24fb207c’,’&fromemail=Send Email From;string;
[email protected]&fromname=From Name;string;Gary King’s Extreme Sports Newsletter &folder=Newsletter Folder ID;int;69 &path=Path;text;../assets/modules/temailer/’,’/*\n TE Mailer v1.5beta\n\n Author: Brandon Jones / Kevin Frey / TransEffect LLC\n Copyright: TransEffect LLC (
http://www.transeffect.com)\n Description: Used to send bulk email (but not spam!) from within MODx\n\n Update History:\n 8-21-09 v1.5beta released\n 9-17-07 v1.0 released\n*/\n \ninclude_once($path . \’/temailer.php\’);’)
:’(
The name of the modules tables is garykingmodx_site_modules, and each of the fields are present in the database that it’s trying to insert into...
I really need to get a newsletter plugin up and running asap and am running MODx 1.0.0 rev 5601 with PHP 5.1.6.
I’d be really grateful if anyone’s got any ideas on this ;-)
Thanks again to this great community!