11
Burning
Re: X-Movie
  • 2009/12/10 21:35

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


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 ?

12
Burning
Re: X-Movie
  • 2009/12/10 23:37

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi' again

An older version seems to work :
x_movie_265.zip

I hope there will be no trouble with it

13
VictorW
Re: X-Movie
  • 2009/12/12 12:42

  • VictorW

  • Just popping in

  • Posts: 31

  • Since: 2009/10/30


Thanks for you help but that don't work either it is missing the uploading things to even upload. I guess it just isn't for me. Still trying to find a CMS thanks

Resized Image

14
Burning
Re: X-Movie
  • 2009/12/12 13:28

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

Have you checked upload folders :
• localization ?
• chmod ?

What is you host configuration (php, mysql, ...) ?

You could try another module (eg webshow wich allows you to put flash and flv videos, mp3 and images).

15
VictorW
Re: X-Movie
  • 2009/12/12 15:27

  • VictorW

  • Just popping in

  • Posts: 31

  • Since: 2009/10/30


Yeah I tried that one before also and had the same issues when uploading videos or movie clips. youtube all works but if I wanted that I would just use youtube.

16
optikool
Re: X-Movie
  • 2010/1/21 17:33

  • optikool

  • Not too shy to talk

  • Posts: 154

  • Since: 2007/3/26


Hi,

What does your server logs say when you try to upload a video? Also what size is the video and in the x-movie preference what is the max size you are allowing? Also what is the max size that your php.ini file allows? If you have know way of finding out, you can either create a php file and echo phpinfo(); or you can set the max upload in x-movie pref to an extremely high number. If it goes beyond the max in your php.ini file, the value in php.ini will be used instead. Mainly look at the server log files?

Also what type of video are you uploading?? divx, avi, mpg, flv?

Another thing you can try is add the following after function getMovieUpAttr($movieUp) {

global $dirnameXOOPS_ROOT_PATH;
include_once 
XOOPS_ROOT_PATH."/modules/" .$dirname"/include/getid3/getid3.php";


I did not test this but it should work.

Optikool

Login

Who's Online

154 user(s) are online (107 user(s) are browsing Support Forums)


Members: 0


Guests: 154


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits