Dude, please read the readme file included.
Step 2. Make sure the assets/galleries/ folder has write permissions....
folder "galleries" has write permissions 777, but duaring files uploading came back HTTP Error
Maybe you should check your error logs and try uploading with an other browser.
Problem still not solved
When I had moved the site to another hosting that the problem disappeared.
What is the problem on the first hosting.
I’ve had similar problems.
They could have something to do with php safe mode and/or owner permissions for files/folders.
If thats the case then there is nothing you can do but to move to another host.
I don’t have much knowledge about this, but I have a way to test this.
You could test this by creating an album try uploading some photo’s first.
Then find the ID of the album resource.
Then use the MODx filemanagement to delete galleries/ID (folder).
And now use FTP client to manually create a new folder in galleries with the same ID.
And then try to upload photo’s in that same album again.
If it works now then you’d better find an other webhost..
Has anyone figures out how to display multiple galleries without excluding docs, basically were going to have a bunch galleries and id like to just define a series of parents (like ditto i.e &parents=`1,2,3,4` ) rather than excluding every page from the call.
at present if i want to display multiple galleries i need to add
[[EvoGallery? &docId=`112` &itemTpl=`thumbGal` &display=`images` &type=`simple-list` ]]
[[EvoGallery? &docId=`113` &itemTpl=`thumbGal` &display=`images` &type=`simple-list` ]]
[[EvoGallery? &docId=`114` &itemTpl=`thumbGal` &display=`images` &type=`simple-list` ]]
Ta
Multiple document id’s can be specified by commas (no spaces), or * for all documents
http://rtfm.modx.com//display/ADDON/EvoGallery%3bjsessionid=094BBB39C702D5696CB211922567421D
Evolution user, I like the back-end speed and simplicity

It explodes when i do that, SQL error:
SQL: SELECT * FROM `demonstration`.`modx_portfolio_galleries` WHERE (content_id = ’112’ ORcontent_id = ’113’ ORcontent_id = ’114’ ORcontent_id = ’115’) ORDER BY id ASC
Snippet is:
[[EvoGallery? &docId=`112,113,114,115` &itemTpl=`thumbGal` &display=`images` &type=`simple-list` ]]