image to Big Error when using Upload Image

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
iconic
Posts: 45
Joined: Sat Jul 23, 2016 4:25 am

image to Big Error when using Upload Image

Post by iconic »

I seem to be having problems uploading images to my faq. I continue to receive the error message of
IMAGE TOO BIG

I have checked all the configurations and they seem to be correct.
My php.ini file is

Code: Select all

memory_limit = 512M
post_max_size = 256M
upload_max_filesize = 256M
My Maximum size for attachments in Bytes (max. 256MByte) in Edit Configuration = 100000.

And I receive this message all the time. Please help.
Thorsten
Posts: 15562
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: image to Big Error when using Upload Image

Post by Thorsten »

Hi,,
Edit Configuration = 100000.
add 3 zeros and it should work.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
iconic
Posts: 45
Joined: Sat Jul 23, 2016 4:25 am

Re: image to Big Error when using Upload Image

Post by iconic »

It worked thankyou.
Post Reply