OurTube error

Hulp nodig bij een modificaties of op zoek naar een MOD?
Forumregels

LEES: Richtlijnen voor Support. Vul de support template in!
phpBB3.0.x
Verschaf iemand geen servertoegang tenzij het niet anders kan. Maak altijd eerst een volledige backup en verander de inloggevens na afloop. Eigen risico.
Plaats reactie
Gebruikersavatar
Jeroen
Berichten: 3639
Lid geworden op: 10 mei 2008, 21:22

OurTube error

Bericht door Jeroen » 28 mei 2009, 19:11

Ik heb de OurTube mod vandaag geïnstalleerd, maar als ik nu een youtube video wil toevoegen krijg ik de volgende error:

Code: Selecteer alles

[phpBB Debug] PHP Notice: in file /tube/index.php on line 218: require_once(Zend/Loader.php) [function.require-once]: failed to open stream: No such file or directory
Kan iemand hier uit opmaken wat er fout is?
Jeroen

Gebruikersavatar
brandsrus
Berichten: 1966
Lid geworden op: 01 jul 2005, 19:38
Locatie: r. Лeувapдeн
Contacteer:

Re: OurTube error

Bericht door brandsrus » 28 mei 2009, 22:49

Probleem

Code: Selecteer alles

[phpBB Debug] PHP Notice: in file /tube/index.php on line 218: require_once(Zend/Loader.php) [function.require-once]: failed to open stream: No such file or directory
Mogelijk oorzaak
Geeft aan dat er een bestand(en) ontbreekt in de map Zend/Loader.php, deze wordt gerequired (een keer op regel 218 van de index) Loop voor de zekerheid even je MOD na.

Mogelijke oplossing

In de install.xml kom ik het volgende tegen wat je nog moet doen op een of ander manier.

Code: Selecteer alles

Now visit http://www.your_domain.com/install/ in your browser to complete the setup of the OurTube mod.

This mod is installed in a Disabled state, i.e. you will need to switch OurTube on within the OurTube general settings page of the ACP.

Upload Functionality;
To get the video upload and conversion functionality enabled, you will need to complete the following steps;
1. Set the 'FFMPEG', 'MENCODER' 'FLVTOOL' and 'SYSTEM TMP' options within the OurTube ACP settings (you can use the 'Search for ...' options if you like, although these will only work if open_basedir is disabled).
2. Enable 'Upload' in the 'Formats' section of the OurTube ACP settings page..

YouTube Functionality;
If the installer confirms you have a new enough version of PHP (>= 5.1.2) to run the YouTube functionality, you will need to complete the following extra steps;
1. Extract the 'ZendGdata-1.7.3.tar.gz' archive located within the 'contrib' directory.
2. Upload the resulting 'ZendGdata-1.7.3' directory to be within the 'tube' folder (i.e. $phpbb_root_path/tube/ZendGdata-1.7.3).
3. Set the 'Zend Framework' variable within the OurTube ACP settings to be 'ZendGdata-1.7.3/library/'.
4. Enable 'YouTube' in the 'Formats' section of the OurTube ACP settings page..
Mocht het niet werken
DIt lost je probleem op als je dit nog uitvoert, dan moet het werken, moet je nog maar even reageren.

Succes

Plaats reactie