Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "4a7144ff3309b09d49b1370ba45cd5f4cab2847e" on line 80 "'success': {fn:function() { location.href = './'; },scope:this}" - Unexpected ":", expected one of: "}" <-- thrown in /home/mysite/public_html/core/model/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 80
This question has been answered by tom333z. See the first response.
Can you open your browser console while the MODX dashboard is loading and see if there are any javascript errors?
http://www.site.com/manager/assets/modext/modx.jsgrps-min.js.map
You can go to System (gear icon) -> System Settings and put 'feed' (without the quotes) in the search box. Then you can turn off those feeds.There was "Yes" checked. I check these "No" then clean cache and turn them back "Yes". No effect.
If you haven't already, try visiting the site with your browser in private or incognito mode to make sure it's not a leftover cookie or browser cache file that causing the problems.I try different browser and after this also first time with iPhone/Safari. No effect.
The suggestion above to watch the console in Chrome Dev. tools or Firebug (Ctrl-shift-i) is a good one. Also, watch the Network tab as the Manager page is loading.I did this and got this error message.
http://www.site.com/manager/assets/modext/modx.jsgrps-min.js.map
<IfModule mod_headers.c> <filesmatch "\.(ico|flv|jpg|jpeg|png|gif|css|swf)$"> Header set Cache-Control "max-age=2678400, public" </filesmatch> <filesmatch "\.(html|htm)$"> Header set Cache-Control "max-age=7200, private, must-revalidate" </filesmatch> <filesmatch "\.(pdf)$"> Header set Cache-Control "max-age=86400, public" </filesmatch> <filesmatch "\.(js)$"> Header set Cache-Control "max-age=2678400, private" </filesmatch> </IfModule>