craftsmancoding / assetmanager

Asset Manager for MODX Revolution
36 stars 15 forks source link

Installing plugin on 2.2.15 crashes the manager. #22

Closed flinx777 closed 10 years ago

flinx777 commented 10 years ago

I get this screen when trying to install the plugin on 2.2.15…never goes past this:

http://screencast.com/t/dR9wkzZ6ZKfA

After realizing that it won't load in 2.2.15, I tried to uninstall the plugin only to discover the Manager is now down. I get this error message:

By the way, the plugin ended up taking down my MODX manager…when attempting to load the manager, all I get is this:

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/my619des/public_html/highpointmarket/core/cache/includes/elements/modplugin/10.include.cache.php on line 50

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/my619des/public_html/highpointmarket/core/cache/includes/elements/modplugin/10.include.cache.php on line 50

Parse error: syntax error, unexpected T_STRING in /home/my619des/public_html/highpointmarket/core/cache/includes/elements/modplugin/10.include.cache.php on line 50

This video explains the situation more:

http://youtu.be/7KylcLxxlxY

fireproofsocks commented 10 years ago

2 important requirements: PHP version 5.3.0 or greater is required because the Asset Manager uses namespaces -- that's why you're seeing errors re a backslash.

Second: only version 1.0 is compatible with MODX 2.2. Version 1.1 can only be installed on MODX 2.3

This is essentially a duplicate of Issue #24