Hello all, I am using the un-licenced version and clicked on the link upload videos but I got a warning that I can only upload the default 2mb limit? I have read a few topics on this forum that stat you have to install the Ray suit video plugin? when I try that I get a box that I need to use a licence? doesnt this mean my video limit is stopped at 2mb unless I get a licence?
If at some point soon I get a licence does it mean I get access to these other modules?
cheers and thanks all.
mrix
|
Paste this in you .htaccess file after #</IfModule>
#php_value upload_max_filesize 2000M #php_value post_max_size 2000M #php_value output_buffering on #php_value max_execution_time 2000 #php_value max_input_time 2000 #php_value memory_limit 128M
This is the solution I used for that problem.
|
Hello I tried that and just get the upload to load and it stops with a " not registered" but I am logged in.
Also I notice you show a hash sign before the </IfModule> ? I dont have that in my .htacess?
Also you mean the .htaccess that at the rout of the install?
many thanks for your help.
cheers
mrix
|
Hello I tried that and just get the upload to load and it stops with a " not registered" but I am logged in.
Also I notice you show a hash sign before the </IfModule> ? I dont have that in my .htacess?
Also you mean the .htaccess that at the rout of the install?
many thanks for your help.
cheers
mrix
Not Registered means you have not enetred your licence code from boonex in your. You can obtain a licence clicking on the Unity Home Tab on the left side of this page and then click My Licences. You will see about half way down the page you will see Ray Free Ray Community Widget Suite please select the licences you need.
Login to your site admin area and click plugins then select Ray Suite a pop up screen will open with a list of your widgets enter in your licence information for each widget.
|
Hi there, I have gone to where you explained and clicked on my licences and look mid page to see the Ray suit free but there is no licence code anywhere on the page?
thanks for the help
mrix
|
It does say basically its free but there is no link to get a licence on that free plugin. |
Check your mail i have sent you something. Just click on the my mail on the left menu. |
Hi there I noticed up the page was a licence for the Dolphin 6 that had a link so I clicked that and it give me a licence.
I tried that and all seems ok.
thanks all great system.
cheers
mrix
|
Mind you I am still stuck on the video only allowed 2mb upload
mrix
|
Changed my ini file server side to 500mb but when I went to upload it now only showed as 8mb allowed
um lost
cheers
mrix
|
Changed my ini file server side to 500mb but when I went to upload it now only showed as 8mb allowed
um lost
cheers
mrix
Sounds like a shared server. While you set your ini to go to 500MB the host has set the root of the server at 8MB. You need to contact the host to discuss this issue.
|
Hi there, my server is hosted but it is my own dedicated server, I`ll contact the people who host the server and find out what the problem is.
thanks for your time and idea`s
cheers
mrix
|
Hi there, finally got the upload limit fixed by some more .htaaccess code provided by the server hosts.
Unfortunately when I upload a video which is in mp4 from my phone at 18mb big it gets to 100% and a error box pops up stating upload file error???????
any idea`s
cheers and thanks
mrix
|
Finally managed to use this code which fixed my issue anyway..
If PHP on your server is running as Apache module, place this code in the .htaccess file which resides in the main Dolphin directory:
php_value upload_max_filesize 300M
php_value post_max_size 300M
php_value max_input_time 3000
php_value max_execution_time 3000
php_value memory_limit 128M
|