I am having a problem with uploads video or music.
The problem is with non latin characters in file title field, tags and description.
As you can see in these pictures there are coming with funny characters:
1. http://www.mikroentypo.gr/ray-video1.jpg
2.
http://www.mikroentypo.gr/ray-video2.jpg
I had asked in the past for your help and you had make a correction in my ray/modules/movie/inc/actions.inc.php in case 'initFile': ...
this is solving the characters problem, and i am having Greek see more finally, but i believe this is creating problems and i have problem when i want to upload big files. I have as result to have only 3 temp files in the ray/modules/movie/files directory. I mean it cannot rename the files.... to final mpg flv and the 2 jpg's
Please if you find any time, have a look to this :)
Interesting what wrong with Greek, .. just because ray works via UTF8, dolphin too, we test it with russian language.. and never have such problems before ..
Andrey i had send a message before a few months and the ray team had corrected this by changing the insert "order" in init case like this:
if(!convert($sId))
{
deleteTempFiles($sId);
break;
}
//echo "after convert";
$sAutoApprove = getSettingValue($sModule, "autoApprove");
getResult("INSERT INTO `" . MODULE_DB_PREFIX . "Files`(`CategoryId`, `Title`, `Tags`, `Description`, `Date`, `Owner`, `Approved`) VALUES ('" . $sCategory see more . "', '" . $sTitle . "', '" . $sTags . "', '" . $sDesc . "', '" . time() . "', '" . $sId . "', '" . $sAutoApprove . "')");
$sFileId = getLastInsertId();
...
but this is creating problems during the convertion of the files in directory files... I would appreciate very much any other suggestion.. for me this is a headache, because my members have many difficulties in uploading files (movie, music, profile music, profile video).
The problem is with non latin characters in file title field, tags and description.
As you can see in these pictures there are coming with funny characters:
1. http://www.mikroentypo.gr/ray-video1.jpg
2.
http://www.mikroentypo.gr/ray-video2.jpg
I had asked in the past for your help and you had make a correction in my ray/modules/movie/inc/actions.inc.php in case 'initFile': ...
this is solving the characters problem, and i am having Greek see more
if(!convert($sId))
{
deleteTempFiles($sId);
break;
}
//echo "after convert";
$sAutoApprove = getSettingValue($sModule, "autoApprove");
getResult("INSERT INTO `" . MODULE_DB_PREFIX . "Files`(`CategoryId`, `Title`, `Tags`, `Description`, `Date`, `Owner`, `Approved`) VALUES ('" . $sCategory see more