where would i go to set the video size uploads? please am using d7
where would i go to set the video size uploads? please am using d7 |
anyone know where i can set the size limt of videos? |
This option was available for editing in Dolphin 6.1.6, but it appears to be absent in Dolphin 7.0. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
so what is the video size limt now if you know? |
so what is the video size limt now if you know? I'd imagine it'd be the upload settings outlined in your php.ini file. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Yea, that setting appears to be gone. But the PHP.ini files settings must allow large uploads as well. upload_max_filesize=300M
https://www.deanbassett.com |
no i did not, i just did a fresh install and still no video up load, the video is not uploading to the server just pic, Do i need to make a new con job for videos? I must be doing something wrong here. Any help may be some one can walk me thou this |
Am i the only one still with the video problem? |
I know if you click on modules flash modules videos there are settings in there that work for video recordings and video upload. i just set mine to 100% and 25 fps... but i dont see where they moved the file size limit either. https://dolphin-techs.com - Skype: Dolphin Techs |
also some host set a cron job time limit. if you set it to * * * * * it might not work you may need to set it to */15 * * * * so it fires every 15 minutes. https://dolphin-techs.com - Skype: Dolphin Techs |
You are not alone. I am having the problem. I'll try what Dolphin_Jay said about the cron job to see if it works. Is you recorded video working fine? My recorded video work fine except the uploading part of it. Am i the only one still with the video problem? |
Just want to let you know that when I changed the cron job to what dolphin_jay said now I can upload a very small videos so I think the next problem is the file size. I created an php.ini file and it does not see to allow bigger files and I got Server(10) error. I sent arvixe a ticket. Thanks dolphin_jay for the tip about cron job. |
you are welcome. let me do some more testing on there servers and ill let you know. https://dolphin-techs.com - Skype: Dolphin Techs |
I'm having the same problem...small videos are fine, cron job did migrate into the files folder, but the largest video is there, but not showing in the video album-hmm interesting... php.ini i copied from the d6 info...and still not uploading the larger files...just the small ones. I'll keep trying see if there is something else. Carol |
where would i go to set the video size uploads? please am using d7 Hey man, not sure if you fig it out yet but all you have to do is edit your PHP.INI file. There is no dolphin side scripting needed. |
I am having same issues with uploading video size. My php.ini file has this upload_max_filesize = 700M Anyone else know what to do? You possess an intuitive intelligence so powerful it can help you heal, and relieve stress. |
I am having same issues with uploading video size. My php.ini file has this upload_max_filesize = 700M Anyone else know what to do? did you set this as well post_max_size=700M ManOfTeal.COM a Proud UNA site, six years running strong! |
what is the path to that file? Yea, that setting appears to be gone. But the PHP.ini files settings must allow large uploads as well. upload_max_filesize=300M
|
what is the path to that file? If you do not have access to your web server's php.ini file, you will need to contact your web hosting provider. If PHP is running in CGI-mode, then you can create a new file named php.ini in the root of your Dolphin installation, with the information above as its content. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |