close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Request Entity Too Large

Thread began 10/10/2016 1:11 am by Kumel | Last modified 10/10/2016 5:21 pm by Ray Borduin | 4933 views | 10 replies |

Kumel

Request Entity Too Large

i keep getting error as such when i try uploading image:

Request Entity Too Large

The requested resource
/admin/edit-post.php
does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit.
Additionally, a 413 Request Entity Too Large error was encountered while trying to use an ErrorDocument to handle the request.


my php.ini contains this:
post_max_size = 60M;
upload_max_filesize 30M;
memory_limit = 90M;

Sign in to reply to this post

Ray BorduinWebAssist

How large is the file? Do you have method="post" in the form tag?

Have you tried using:

<?php
phpinfo();
?>

To make sure that you max size updates are set properly?

Sign in to reply to this post
Did this help? Tips are appreciated...

Kumel

here is php info: http://vahancabs.com/phpinfo.php

Sign in to reply to this post

Ray BorduinWebAssist

It looks like you have:

upload_max_filesize 2M

The php.ini must not be updated properly.

Sign in to reply to this post
Did this help? Tips are appreciated...

Kumel

I tried uploading image with file size of 800kb i didnt upload & it was uploaded on summer note description section.

My current php.ini contains this:
post_max_size = 60M;
upload_max_filesize 30M;
memory_limit = 90M;

Sign in to reply to this post

Kumel

is it suppose to be :

post_max_size = 60M;
upload_max_filesize= 30M; ( there wasn't = comma earlier)
memory_limit = 90M;

Sign in to reply to this post

Kumel

method is post. no error when images was size of 100-120kb

Sign in to reply to this post

Ray BorduinWebAssist

Did you get the same error when uploading the smaller file? Is your form using method="post"?

Sign in to reply to this post
Did this help? Tips are appreciated...

Ray BorduinWebAssist

Ok so that is a different issue. That could be a permissions problem of some sort. We should probably work on one thing at a time so that this thread doesn't get too confusing.

The large file issue appears to be a problem with your php.ini update. You may be updating the wrong php.ini file or it may be listed more than once. The max size is still set to 2M regardless of what you think you updated it to.

It looks like there are several .ini files loaded. Maybe they are overwriting each other?

Sign in to reply to this post
Did this help? Tips are appreciated...

Kumel

there were multiple php.ini added. but currently just 1 is present

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...