Jump to content

Recommended Posts

Posted

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?

screen.PNG

Posted

looks like the process is returning a 403... maybe a file permissions issue, or host is blocking something, maybe mod security... check these topics:

 

 

  • Like 2
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...