Jacek Posted August 28, 2017 Share Posted August 28, 2017 I use the standard Image field and can't upload any image. The loading bar reaches the end very quickly then the loading icon/graphic just continues to spin. My php.info for you to see. Any ideas how to fix it? Link to comment Share on other sites More sharing options...
Macrura Posted August 29, 2017 Share Posted August 29, 2017 looks like the process is returning a 403... maybe a file permissions issue, or host is blocking something, maybe mod security... check these topics: 2 Link to comment Share on other sites More sharing options...
Jacek Posted August 29, 2017 Author Share Posted August 29, 2017 Thank you Macrura. I've tried all of these suggestions and nothing helped, except editing InputfieldImage.js in the following manner: // Initialize Upload /*if(useAjaxUpload()) { initUploadHTML5(''); } else { initUploadOldSchool(); }*/ initUploadOldSchool(); Now I can add images (without any progress bar of course). I select one, save edited page and a thumbnail show up. I consider it temporary solution. On the basis of this upload I presume neither of the suggested php settings (max_post_size, max_execution_time, max_memory) is the main cause of my problem. I've contacted my hosting provider and wait for their response. phpinfo() doesn't display any security_mode settings. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now