[solved] Problem with large files

More
12 years 2 months ago - 12 years 2 months ago #22462 by SirTobi88
Hello,

i have problems using large pdf-files.
Uploading is no problem, but when i try to download the file there is an errormessage from firefox that it does not find the file.
Same problem occures with other large files, too.

I am using Flexicontent R2a r1057
The files are >110Mb

Is this a flexicontent bug or a configuration issue with php or something else?
Last edit: 12 years 2 months ago by SirTobi88.

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #22466 by kenmcd
.
Have you confirmed that the files are actually there?
Check with FTP or your host cpanel be be sure the uploads worked.

PHP and file size issues are generally on the upload, not on the download.

Please post a link to the page(s) with the downloads.

.

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #22473 by ggppdk
Maybe the files are never uploaded properly, so they cannot be downloaded.

Have you checked the limitations of your server ???

Go to joomla PHP information and check values of PHP variables:
upload_max_filesize
post_max_size
max_input_time (not max_execution_time!)
memory_limit (possibly)


Try putting these lines in your php.ini (if your host provider allows you to do ...):
upload_max_filesize = 256M
post_max_size = 256M
max_input_time = 1000

or these in your .htaccess (if your host provider allows you to do ...)
php_value post_max_size 256M
php_value upload_max_filesize 256M
php_value max_input_time 1000

Regards


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #22490 by SirTobi88
I got the issue.

memory_limit caused the problem.
I increased it from 128mb to 256 mb and now it works


upload_max_filesize, post_max_size and max_input_time were already set high enough.

Thanks for your help!

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.569 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline