
Recherche avancée
Autres articles (105)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (18427)
-
avserver : Remove unused loadable module support
17 juillet 2013, par Martin Storsjöavserver : Remove unused loadable module support
There is no record of this ever being used at all, anywhere,
since the feature was added in 2effd274466.This gets rid of extra linker tricks just to support a feature
that isn’t used, simplifying portability to other platforms.Signed-off-by : Martin Storsjö <martin@martin.st>
-
Loading ffmpeg-php module fails
21 août 2013, par i.h4d35I've been trying this for a couple of days now. I am trying to install ffmpeg-php on my CentOS server.
- OS : CentOS 6
- PHP : 5.5
- ffmpeg : 1.2.1
- ffmpeg-php : 0.6.0
The ffmpeg installation went on without a hitch and I am able to convert files back and forth via the CLI.
While installing ffmpeg-php, I encountered errors while making (after configuring) due to time.h references which was corrected by renaming the files creating with an extension .loT to .lo (as rightly pointed out here)
Once this was done, the make process went on smoothly and the make install went through without a hitch. However, after specifying the extension=ffmpeg.so in the php.ini file and after restarting Apache, the module doesn't load or show up in phpinfo().
The Apache error log shows only "PHP Warning : PHP Startup : Invalid library (maybe not a PHP library) 'ffmpeg.so' in Unknown on line 0" and nothing else.
make test also shows the same error and FAILS the associated tests. I've checked here which wasn't very helpful. Also, I read somewhere that it may be the issue with permissions but the permissions for the ffmpeg.so file is 755.
Any help is appreciated.
Thanks in advance.
-
configure ffmpeg transcoder for Drupal 7 video module
28 octobre 2014, par abarpetiaI am trying to configure FFmpeg with video module but i am not familiar with the exact steps. So, can any one please tell me exact steps ?
I tried to download ffmpeg for windows but i don’t know where to create this /use/bin/ffmpeg folder. so i would be better if any one of you give me exact steps to configure ffmpeg.
i Used this website to download ffmpeg. http://ffmpeg.org/download.html#build-windows
Thank You,