craftsmancoding / assetmanager

Asset Manager for MODX Revolution
36 stars 15 forks source link

Asset Manager : can't add file #29

Closed griffongl closed 10 years ago

griffongl commented 10 years ago

I'm getting an "undefined" error showing in the upper right corner when trying to add some image files in the asset manager tab (and the uploaded image is marked with a red cross). This happens only with some images and not others (all jpg). This is not an upload size limit because I can upload heavier images without any problem.

Do you know where I can find a log file for these errors or do you know a solution so I can upload all files without errors ?

Asset Manager is very useful to link files with a resource in a user-friendly way !

(I found 3 other issues : -when I drag an image it systematically opens the property editor,

fireproofsocks commented 10 years ago

Check your PHP error logs for more info. I'll try to reproduce these.

We do have some updates on the branch, but we haven't released the package yet. Daniel, can you test the new build? We want to make sure that running the update doesn't delete existing assets... I'm worried about possible bugs with the master version of Repoman...

fireproofsocks commented 10 years ago

Check your upload_maxsize and post_max_size System Setting. But we also had problems with uploading an image when a copy of it had already been uploaded into the assets/lib directory. Try deleting the image from the directory, upping your maxsize, then try it again (check your PHP limits here too -- MODX's limit has no effect if it is trumped by PHP).

fireproofsocks commented 10 years ago

Try the new 1.1.1 version and see if the issue persists.