Status: Directory listing successful Status: Set permissions of '/www/assets/cache/rss' to '777' Command: CWD /www/assets/cache Response: 250 OK. Current directory is /www/assets/cache Command: SITE CHMOD 777 rss Response: 550 Could not change perms on rss: Operation not permitted
« 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 '' at line 1 »
SQL: SELECT tv.*, IF(tvc.value!='',tvc.value,tv.default_text) as value FROM `_modx`.`modx_site_tmplvars` tv INNER JOIN `_modx`.`modx_site_tmplvar_templates` tvtpl ON tvtpl.tmplvarid = tv.id LEFT JOIN `_modx`.`modx_site_tmplvar_contentvalues` tvc ON tvc.tmplvarid=tv.id AND tvc.contentid = '' WHERE tv.name IN ('FileDownloadFolder') AND tvtpl.templateid =
[Copy SQL to ClipBoard]
2.
I use jquery 1.3.2 tabs, but it looks like it doesn’t work anymore after upgrade.
Any thought? I’ll try to work on it.
<script type="text/javascript"> <!-- var jQuery = jQuery.noConflict(); --> </script>
<script type="text/javascript"> <!-- var $j = jQuery.noConflict(); --> </script>
I just opened up the "FileDownloadFolder" Template Variable, did NOTHING, and saved it back. It resolved the error.
3.
And there is an error. I’ll try to resolve this.
« 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 '' at line 1 » SQL: SELECT tv.*, IF(tvc.value!='',tvc.value,tv.default_text) as value FROM `_modx`.`modx_site_tmplvars` tv INNER JOIN `_modx`.`modx_site_tmplvar_templates` tvtpl ON tvtpl.tmplvarid = tv.id LEFT JOIN `_modx`.`modx_site_tmplvar_contentvalues` tvc ON tvc.tmplvarid=tv.id AND tvc.contentid = '' WHERE tv.name IN ('FileDownloadFolder') AND tvtpl.templateid = [Copy SQL to ClipBoard]
Well, I’ve find out that this one was related with QM+’s jQuery.noConflict(). If I logged out, the problem disappeared.