Hello everyone I can't upload video in the wall in profile also can't upload with Flash or Regular anyone know why?
Thanks in advance!
Hello everyone I can't upload video in the wall in profile also can't upload with Flash or Regular anyone know why? Thanks in advance! |
Are your chat features working? If the chat isn't working also, it could be that your RMS servers are down. |
Hello, yes my chat features are working fine its just in the wall I cant upload video to |
Can you upload videos within the video module itself? Another words, do you only have the problem uploading videos when it's done from the wall?
Are you using the default Dolphin wall or a mod, like SpyWall? Nothing to see here |
I can't upload in the wall or the video album page |
I can only embed videos |
I can't upload in the wall or the video album page Do you get an error when you try? If so, what is the error message? Nothing to see here |
I don't get a error it just keeps loading (showing the loading wheel) but never stops then when I go to admin is shows as processing but never does |
Do you have the cron job setup correctly? Are you getting that email every night showing the database was cleaned? BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
WHAT SHOULD i HAVE SET AS A CRON? |
oops sorry about the caps |
I have some tutorials that should help you in resolving your issue
http://www.boonex.com/n/Troubleshooting_Dolphin_Videos_Migrations_RMS http://www.boonex.com/forums/forum/Dolphin-7.0-0.htm#topic/Troubleshooting-Crons-Videos-Migrations-RMS.htm
Nothing to see here |
thank you I will look at them |
ok they seem to be processing now but they stay stuck in processing |
ok they seem to be processing now but they stay stuck in processing How big was the video in MBs? Depending on the size of the video, it could take a while to process. Here are a few basic factors:
- What time you have set for your cron job (default is * * * * *) This will get the cron to fire every minute - A 25MB can take anywhere from 15-25 minutes to process Nothing to see here |
Have you checked the settings in your php.ini file (it's in your dolphin root folder) to see if the upload_max_size setting is large enough for the video you're trying to upload? The default setting is 2000M. You can try changing: 487 ; Maximum allowed size for uploaded files.
to 487 ; Maximum allowed size for uploaded files. ...or whatever you need the setting to be and see if that fixes the issue. |