Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors with Symphony 2.5.2 #11

Open
jude86-7 opened this issue Nov 21, 2014 · 3 comments
Open

Errors with Symphony 2.5.2 #11

jude86-7 opened this issue Nov 21, 2014 · 3 comments

Comments

@jude86-7
Copy link

Hi, is this extension going to be updated to work with symphony 2.5.2?

I seem to get quite a few errors, the preferences can't be saved. Then when I try to upload multiple files it just hangs. I can upload a single file with it, just not multiple.

If anyone has some pointers I would be grateful.

Many thanks

@sgirard84
Copy link

Would be nice to have this issue fixed.

@jude86-7
Copy link
Author

Not sure if this helps, but I edited the massuploadutility.publish.js file, which seemed to fix my issues;

line 29 and 32 referenced 'symphony' in the pathname. I am using a custom url of 'cms' for my control panel instead of 'symphony' so I edited this line 29 and line 32 to the following;

urlBase = window.location.protocol + '//' + window.location.host + window.location.pathname.replace(/(.)/cms/./i,'$1');

source = window.location.pathname.replace(/./cms/publish/(.)/new//i,'$1');

I'm sure there is a better way to edit the code so you can use anything for the custom url but this seems to be working on my local host so far..maybe worth a try?

@scottkf
Copy link
Owner

scottkf commented Sep 28, 2015

Hi guys,

I haven't had much time to spend on Symphony, but if you have corrections for the issue like @jude86-7 mentioned, please send a pull request that fixes the issue. If desired, I can transfer the repo to someone who wishes to take it over as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants