11
hi'
I'm testing X_movie 3.0 with this configuration :
• XOOPS 2.4.2
• PHP 5.2.8
• MySQL 5.0.51
• memory_limit - 38M
• file_uploads - On
• upload_max_filesize - 50M
• ext. ffmpeg
• ext.gd
So I try to put a video. I begin softly with a simple URL :
• upload a video on my server using Filezilla
• and I enter url in submit form
I get this error (debugg message) :
Quote:
Fatal error: Class 'getID3' not found in .../www/modules/x_movie/include/functions.php on line 438
functions.php
Quote:
function getMovieUpAttr($movieUp) {
$getID3 = new getID3;
$movieUpA = array();
$ThisFileUpInfo = $getID3->analyze($movieUp);
I believe there is an issue with getID3 function or script (1.7.7)
I have tried many format :
• mpg
• mov
• flv
• swf
... exactly the same error message
If I use upload field instead of Filezilla - for testing purpose because I need URL method :
• video is uploaded properly
• but at the end, I get same error related to getID3 function
How make it works ?