- Posts: 2
COMMUNITY FORUM
Unable to upload images using the "Image" tab
- Triumvirato
-
- Offline
- New Member
Many thanks for your help. I try to do that, but i don´t see anything, the log is not displayed in anywhere, and the error occurs as always, at the end i get a blank navigator screen and the image is not uploaded.
Peter,
May be a problem server, but i'd like to solve it in that case with my host provider but i need to know what to disclaim him.
Many thanks to you.
Please Log in or Create an account to join the conversation.
- peter cowen
-
- Offline
- New Member
- Posts: 5
Please Log in or Create an account to join the conversation.
- Nolix
-
- Offline
- New Member
- Posts: 4
Please Log in or Create an account to join the conversation.
- Jock
-
- Offline
- Premium Member
- Posts: 90
Can you help me over here please, I have a similar issue:
community.getk2.org/forum/topics/images-field-not-working
Please Log in or Create an account to join the conversation.
- Nolix
-
- Offline
- New Member
- Posts: 4
Jock said:
@nick
Can you help me over here please, I have a similar issue:
community.getk2.org/forum/topics/images-field-not-working
Please Log in or Create an account to join the conversation.
- Jock
-
- Offline
- Premium Member
- Posts: 90
Can I ask where you moved them to ? And the reason for doing this?
Thanks
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
So i doubt it is something wrong in K2.
Sometimes new images don´t appear unless i make refresh 2-5 times.
Delete all Cache, check that you don´t have header expires set in .htaccess, disable plugin Cache (if it is activated), check that you don´t upload some strange extension as .tiff, bitmap, psd.
If you have .htaccess activated disable it and test without.
Please Log in or Create an account to join the conversation.
- Nick Texidor
-
- Visitor
In Jock's situation, as posted in another thread, his server has fopen disabled, and I suspect that's the first thing to address before going any further.
Please Log in or Create an account to join the conversation.
- Nolix
-
- Offline
- New Member
- Posts: 4
Jock said:
Hi Nolix,
Can I ask where you moved them to ? And the reason for doing this?
Thanks
Please Log in or Create an account to join the conversation.
- Ranjit
-
- Offline
- New Member
- Posts: 1
/media/k2/items/cache
It worked for me..
Please Log in or Create an account to join the conversation.
- cloacker
-
- Offline
- New Member
- Posts: 3
Whenever i tried to upload an image i got immediate blank white page. I set the maximum level of error reporting but again the pages were blank with no visible Errors. Tried a lot of stuff, setting php.ini variables, modifying permissions, etc. It didn't mather which picture format (png, jpeg) or file size (100KB or. 2,5MB) i tried, the result was the same.
After some time I found that in backend K2 settings->Images tab -> Advanced Image Settings -> Enforce memory limit (in MBs) for image processing was set to 32MB. Deleting this value and taking the server set limit fixed this problem for me.
Now i can only upload images with small size but at least I get php errors about time-out for larger images. Have to find a solution for that now.
Please Log in or Create an account to join the conversation.
- Andrea
-
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.
- Andrea
-
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- Andrea
-
- Offline
- New Member
- Posts: 3
upload_max_filesize = 20M
memory_limit = 500M
max_execution_time = 120
post_max_size = 24M
Now also images bigger than 2 MB are uploaded without any problems :)
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
I suggest you contact your hosting provider about this.
PHP's libraries for image processing can be quite intensive sometimes so that might cause an issue with your current hosting setup.
Please Log in or Create an account to join the conversation.