I have done nearly everything to fix my video upload issues; but not seeing any result. Everytime I tried to upload a small 1mb AVI or MPG, I always get the "Uploading file error' message.
I even ran a diagnostic:
--------------------
PHP INI settings
safe mode =
disabled functions =
max execution time = 90
post_max_size = 200M
upload max filesize = 200M
ffmpeg output
'-version' is not recognized as an internal or external command,
operable program or batch file.
------------------------------------------
I don't know what the last command means, but I'm testing it on a windows server and don't need the chmod (777) thing.
What should I do?
|
Anyone? |
Plz specify - did you use ffmpeg for Windows? You can get it here: |
Yes, I use it for Windows.
Still, upload doesn't work. |
Have you found a solution? I still have the same error. |
Then provide me via Unity mail FTP and CPanel access to your site, we'll investigate it. Regard |
Hi, i am having this error.. Query:
SELECT 1 FROM RayMovieFiles WHERE Uri =
'cuban-link-tony-sunshine-flowers-for-the-dead' LIMIT 1
Mysql error:
MySQL server has gone away
Found error in file /home/mipuntop/public_html/inc/utils.inc.php
at line 738. Called db_arr function
with erroneous argument #0
Debug backtrace:
Array
(
[1] => Array
(
[file] => /home/mipuntop/public_html/inc/db.inc.php
[line] => 115
[function] => db_res
[args] => Array
(
[0] => SELECT 1 FROM RayMovieFiles WHERE Uri =
'cuban-link-tony-sunshine-flowers-for-the-dead' LIMIT 1
[1] => 1
)
)
[2] => Array
(
[file] => /home/mipuntop/public_html/inc/utils.inc.php
[line] => 738
[function] => db_arr
[args] => Array
(
[0] => SELECT 1 FROM RayMovieFiles WHERE Uri =
'cuban-link-tony-sunshine-flowers-for-the-dead' LIMIT 1
)
)
[3] => Array
(
[file] => /home/mipuntop/public_html/inc/utils.inc.php
[line] => 713
[function] => uriCheckUniq
[args] => Array
(
[0] =>
cuban-link-tony-sunshine-flowers-for-the-dead
[1] => RayMovieFiles
[2] => Uri
)
)
[4] => Array
(
[file] =>
/home/mipuntop/public_html/ray/modules/movie/inc/customFunctions.inc.php
[line] => 13
[function] => uriGenerate
[args] => Array
(
[0] => cuban link & tony sunshine - flowers for
the dead
[1] => RayMovieFiles
[2] => Uri
[3] => 255
)
)
[5] => Array
(
[file] =>
/home/mipuntop/public_html/ray/modules/movie/inc/actions.inc.php
[line] => 188
[function] => genUri
[args] => Array
(
[0] => cuban link & tony sunshine - flowers for
the dead
)
)
[6] => Array
(
[file] => /home/mipuntop/public_html/ray/XML.php
[line] => 42
[args] => Array
(
[0] =>
/home/mipuntop/public_html/ray/modules/movie/inc/actions.inc.php
)
[function] => require_once
)
)
Called script: /ray/XML.php
Request parameters:
Array
(
[module] => movie
[action] => initFile
[id] => 2
[_t] => 332958
[description] => RAP
[tags] => FLORES POR EL MUERTO
[title] => cuban link & tony sunshine - flowers for the
dead
[lang] => es
[memberID] => 2
[memberPassword] =>989r89rffas8f08f0as8f0v8sa0f8as0gs9
)
Anyone? thank you in advance
|
We chose to host through infrenion (www.infrenion.com) and we pounded our heads against desks for three days... THREE DAYS!!! We could not figure out why is was throwing errors left and right. Finally, after asking Infrenion about some of the php.ini and MySQL settings, then asked what specifically we were trying to accomplish. It turns out that they are EXPERTS AT ALL THINGS DOLPHIN! They has everything configured for us in about two hours and even explained what was happening, so we'd know. Great hosting company that provides stellar support. I'd give them a call... |
We chose to host through infrenion (www.infrenion.com) and we pounded our heads against desks for three days... THREE DAYS!!! We could not figure out why is was throwing errors left and right. Finally, after asking Infrenion about some of the php.ini and MySQL settings, then asked what specifically we were trying to accomplish. It turns out that they are EXPERTS AT ALL THINGS DOLPHIN! They has everything configured for us in about two hours and even explained what was happening, so we'd know. Great hosting company that provides stellar support. I'd give them a call... Could you provide the php.ini and MySQL settings and the explaination from infrenion? Thank you. |
Hi, i am having this error.. Query:
SELECT 1 FROM RayMovieFiles WHERE Uri =
'cuban-link-tony-sunshine-flowers-for-the-dead' LIMIT 1
Mysql error:
MySQL server has gone away
Found error in file /home/mipuntop/public_html/inc/utils.inc.php
at line 738. Called db_arr function
with erroneous argument #0
Debug backtrace:
Array
(
[1] => Array
(
[file] => /home/mipuntop/public_html/inc/db.inc.php
[line] => 115
[function] => db_res
[args] => Array
(
[0] => SELECT 1 FROM RayMovieFiles WHERE Uri =
'cuban-link-tony-sunshine-flowers-for-the-dead' LIMIT 1
[1] => 1
)
)
[2] => Array
(
:
Called script: /ray/XML.php
Request parameters:
Array
(
[module] => movie
[action] => initFile
[id] => 2
[_t] => 332958
[description] => RAP
[tags] => FLORES POR EL MUERTO
[title] => cuban link & tony sunshine - flowers for the
dead
[lang] => es
[memberID] => 2
[memberPassword] =>989r89rffas8f08f0as8f0v8sa0f8as0gs9
)
Anyone? thank you in advance
I have the same problem but still not solved. Please help. |
Hi, Anyone had any luck with the "MySQL server has gone away" problem posted by cpljv......
I've got the same message when uploading video.
|
http://www.vbulletin.com/forum/showthread.php?t=43505
This url gives a good explaination to the Mysql has gone away issue. Its usually a time out issue on Mysql or an error and the connection has closed. If you have access to Mysql server the timeout needs to be increased in the my.ini (config) file for mysql. |
I have done nearly everything to fix my video upload issues; but not seeing any result. Everytime I tried to upload a small 1mb AVI or MPG, I always get the "Uploading file error' message. I even ran a diagnostic: -------------------- PHP INI settings safe mode = disabled functions = max execution time = 90 post_max_size = 200M upload max filesize = 200M ffmpeg output '-version' is not recognized as an internal or external command, operable program or batch file. ------------------------------------------ I don't know what the last command means, but I'm testing it on a windows server and don't need the chmod (777) thing. What should I do?
This last command from Windows indicates that the ffmpeg file you have is NOT the version you need for Windows, Windows is complaining, check your version and make sure the file extention is an "ffmpeg.exe" |
Anyone managed to solve this problem with the video upload?? I have the same problem... |
try to add this one in php.ini output_buffering = On |
I tried it but it didnt work either...
Would it be any difference to change webserver and try between unix and linux? How do the different operatingsystems affect dolphin? |
i asked to my hosting provider the message below: I see the script you are trying to use requires FFMpeg to be enabled in PHP and installed on the server. We do not have this module enabled on our shared servers and so this script cannot be used on the server. You would need to get a unmanaged dedicated server at least to be able to use ffmpeg on our servers. so it's clear to have a didicated server in order resolved this problem. |
I get this error /www/webvol10/u2/123456789/mysite.se/public_html/mysite/ray/modules/global/app/ffmpeg.exe: 1: Syntax error: "(" unexpected when looking at php ini... The .htaccess is correctly configured. I spoke to my webhotel providers and they said its something wrong with the script im trying to launch... Any ideas?? PLEASE!! |
can you PM me your FTP access details for checking? Regards Artur |