Bonjour,
J’ai tenté l’installation de mon premier plugin (easyevent 1.5) et ça ne s’est pas très bien passé.
Après installation, je tente d’afficher, et là....
« MODx Parse 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 ') AND tv.id = tvcv.tmplvarid GROUP BY tvc' at line 12 »
SQL: SELECT MIN(CONCAT(SUBSTRING(tvcv.value,7,4),'-',SUBSTRING(tvcv.value,4,2),'-',SUBSTRING(tvcv.value,1,2))) AS startDate FROM `modxx`.`modx_site_tmplvar_contentvalues` AS tvcv, `modxx`.`modx_site_tmplvars` AS tv, `modxx`.`modx_site_content` AS sc WHERE tv.name = 'EasyEvents_Start' AND tvcv.contentid = sc.id AND sc.parent IN () AND tv.id = tvcv.tmplvarid GROUP BY tvcv.tmplvarid
[Copy SQL to ClipBoard]
Parser timing
MySQL: 0.0040 s (4 Requests)
PHP: 0.1609 s
Total: 0.1649 s
J’ai le poit 3 de la doc
3. If you do not have a template that includes ONLY “[*content*]” you’ll need to make one – I call
it “Content ONLY” because I’m clever like that, and I put it in the “Utility” group. This will be
used as the AJAX back end page.
que je ne comprends pas trop, mais je peux rentrer les parametres dans l’admin, avec le document qui a dans le contenu [!EasyEvents_AJAX!]
je ne vois pas ce qu’il manque...
Merci merci