- Posts: 4
- Thank you received: 0
File upload size won't work/ help
I'm having a problem with my HikaShop, (The maximum upload file size) it reads 16M when I try to upload files over 17M at times. Now I have contacted my hosting guy and he adjusted the ini for 100M.
This works fine for another com jdownloads reading 100M upload size.
But I can't get the 16M to change to 100M now.
Any help please with this issue
Jon
Please Log in or Create an account to join the conversation.
If HikaShop show 16M, it means that either the option post_max_size or the option upload_max_filesize of your php.ini are set to 16M. Both need to be increased in order to be able to upload files larger than 16M. Your hosting probably just increased one of the two options and jdownloads just base itself on that one to display the restriction to you.
You should ask your hosting to modify both setting.
Please Log in or Create an account to join the conversation.
Will let you know the outcome because the host or something is not responding correctly. :huh:
Jon
Please Log in or Create an account to join the conversation.
I have a VPS Server and I have setting to upload_max_filesize = 10M in my PHP.ini file and is the same in PHP configuration, but Hikashop ever show 2M
Is possible change this in HikaShop?
Thanks
Julio Cesar García
Voxturismo.com
Please Log in or Create an account to join the conversation.
HikaShop only displays the limit of your server. If it displays 2M, it's because your server is restricting the upload to 2M. As long as you see 2M displayed by HikaShop, it means that your server didn't take into account your modifications or that you have another option to change.
Please note that the post_max_size option of your php.ini is also taken into account for the upload of files. So if you have upload_max_filesize set to 10M but post_max_size set to only 2M, the result is still a limit at 2M.
Please Log in or Create an account to join the conversation.
I made any test and change the limit and I can see the joomla media center, the change is correct, I did change to 6, 8, 10MB and is correct but in HikaShop not change
I check in the php.ini and the php cpnfiguration into my root account and i have 10M but hikashop no change
Thanks
Julio Cesar García
Voxturismo.com
Please Log in or Create an account to join the conversation.
That's probably why.
Again, please check the value of post_max_size in your php.ini
Please Log in or Create an account to join the conversation.
post_max_size = 16M
upload_max_filesize = 16M
this is my php.ini file
I send 2 screen in hikashop with 2M
Thanks
This attachment is hidden for guests.
Please log in or register to see it.
Julio Cesar García
Voxturismo.com
Please Log in or Create an account to join the conversation.
<?php echo JText::sprintf('MAX_UPLOAD',(hikashop_bytes(ini_get('upload_max_filesize')) > hikashop_bytes(ini_get('post_max_size'))) ? ini_get('post_max_size') : ini_get('upload_max_filesize')); ?>
in the file "selectimage" of the view "product" that you can edit via the menu Display->Views in HikaShop.
As you can set, HikaShop just displays the biggest value between post_max_size and upload_max_filesize which are returned by PHP.
If you want, you can remove that line and not have that message, you can put another message also. But that won't change the upload limit of your server.
Again, this is just something displayed by HikaShop so that you know the upload limit of your server. Whether you display that message or not, the limit is the same, for any component.
Please Log in or Create an account to join the conversation.
I see the code but I cant upload image and files up to 2M and my php.ini is correct.
I cant make to work propertlly Hikashop in my site
I dont know why I cant make a check-out process only the first step show in the process.
I think to upgrade my Hikashop but I need to work first.
Could you help me please
You can entry to my site and check this
Thanks a lot.
Julio Cesar García
Voxturismo.com
Please Log in or Create an account to join the conversation.
www.hikashop.com/en/support/documentatio...ins-listing.html#faq
For the 2M limit, as I said, the limit is NOT in HikaShop. If you can't upload more that 2M file in HikaShop, it should be the same for all other components on your website. You should contact your hosting company. They will tell you how to increase that limit if possible.
Please Log in or Create an account to join the conversation.
In all other components I have no problem on the rise only hikashop I have a question, I can make the process of uploading files via ftp and somehow link them to their products?
I can pass you the link via PM?
Thank you very much for your help
Julio Cesar García
Voxturismo.com
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Warning: Failed to move file!
Could not upload the file to /home/demo/www/media/com_hikashop/upload/safe/abs_001.zip
Julio Cesar García
Voxturismo.com
Please Log in or Create an account to join the conversation.
Julio Cesar García
Voxturismo.com
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.