- Posts: 53
COMMUNITY FORUM
Can't upload image size 3.6mb
- saovry
- Topic Author
- Offline
- Senior Member
Less
More
3 years 8 months ago #178362
by saovry
Can't upload image size 3.6mb was created by saovry
It shows the white page when I upload a large image. My PHP allow 40mb but my picture size is 3.6m, it can't upload.
here is the error
The problem is happen at Front page and back end during upload... most of my pictures that I must to upload starts from 3mb -7mb
K2 v2.10.4 [Dev Build 20210205]
PHP version 7.4.15
Database version 5.7.33
GD image library bundled (2.1.0 compatible)
Multibyte string support Enabled
Upload limit 300M
Memory limit 64M
I am using JCE and it uploads without any problem.
here is the error
The problem is happen at Front page and back end during upload... most of my pictures that I must to upload starts from 3mb -7mb
K2 v2.10.4 [Dev Build 20210205]
PHP version 7.4.15
Database version 5.7.33
GD image library bundled (2.1.0 compatible)
Multibyte string support Enabled
Upload limit 300M
Memory limit 64M
I am using JCE and it uploads without any problem.
Attachments:
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
3 years 7 months ago #178429
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Can't upload image size 3.6mb
Set error reporting to "maximum" in Joomla's Global Configuration and reload the page that *should* show some error. Paste the error back here.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- saovry
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 53
3 years 7 months ago #178599
by saovry
Replied by saovry on topic Can't upload image size 3.6mb
Here is the error
Notice: Trying to access array offset on value of type int in /home/admin/public_html/khmercdp.org/media/k2/assets/vendors/verot/class.upload.php/src/class.upload.php on line 2769
thank for your support
Notice: Trying to access array offset on value of type int in /home/admin/public_html/khmercdp.org/media/k2/assets/vendors/verot/class.upload.php/src/class.upload.php on line 2769
thank for your support
Please Log in or Create an account to join the conversation.
- Nikola
- Offline
- New Member
Less
More
- Posts: 17
3 years 7 months ago #178606
by Nikola
Replied by Nikola on topic Can't upload image size 3.6mb
+1 here, I've had the same problem for ages! I usually instruct users to scale images down to 1080p before uploading (they usually don' need larger images for their websites anyway), but some of them forget this from time to time, and that's when this error occurs. It's a really old issue, actually, hopefully it can easily be fixed.
Please Log in or Create an account to join the conversation.
- Goble002
- Offline
- Premium Member
Less
More
- Posts: 157
3 years 7 months ago #178632
by Goble002
Replied by Goble002 on topic Can't upload image size 3.6mb
increase memory_limit in php.ini
Please Log in or Create an account to join the conversation.
- saovry
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 53
3 years 7 months ago #178633
by saovry
Replied by saovry on topic Can't upload image size 3.6mb
Here is my information
max_execution_time 30
max_file_uploads 40
max_input_nesting_level 64
max_input_time 60
max_input_vars 1000
memory_limit 64M
post_max_size 30M
max_execution_time 30
max_file_uploads 40
max_input_nesting_level 64
max_input_time 60
max_input_vars 1000
memory_limit 64M
post_max_size 30M
Please Log in or Create an account to join the conversation.
- Goble002
- Offline
- Premium Member
Less
More
- Posts: 157
3 years 7 months ago #178634
by Goble002
Replied by Goble002 on topic Can't upload image size 3.6mb
@saovry, like I said push the memory_limit higher
Please Log in or Create an account to join the conversation.
- saovry
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 53
3 years 7 months ago #178662
by saovry
Replied by saovry on topic Can't upload image size 3.6mb
I increased my memory_limit 64M to memory_limit 1024M, it really helps me to upload a large image now..
I am really thank you..
I hope K2 can fix it with the next release even though some users small memory_limit.
thank u
I am really thank you..
I hope K2 can fix it with the next release even though some users small memory_limit.
thank u
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
3 years 7 months ago #178670
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Can't upload image size 3.6mb
K2 respects the upload limits configured by the server and Joomla - and it should stay that way for obvious reasons.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Nikola
- Offline
- New Member
Less
More
- Posts: 17
3 years 6 months ago #178872
by Nikola
Replied by Nikola on topic Can't upload image size 3.6mb
@Goble002 thank you for insisting on memory_limit, it needed pushing up to 512M in order to process some large images. It sits at 1024M now, not too happy about it, but this was a much larger problem for me than worrying about exhausting resources (which won't happen anyway). So thanks again, you've helped A LOT!
Please Log in or Create an account to join the conversation.