
Recherche avancée
Médias (3)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (111)
-
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (13159)
-
Revision 986d26cfaf : Moved cmake module to dedicated directory.
3 mai 2012, par Marc NoirotChanged Paths :
Delete /FindLibYaml.cmake
Modify /NEWS
Add /cmake/modules/FindLibYaml.cmake
(from /FindLibYaml.cmake
:bfa013b67fd5fb3842a6886f9be6ec9863027fa2)
Modify /configure.ac
Moved cmake module to dedicated directory. -
Drupal 7 audioconverter module failed - How do I troubleshoot ?
7 décembre 2012, par MeggyI am using the audioconverter module with the audiorecorder module in Drupal 7. Though it was working previously, I just recently noticed that the audioconverter module has stopped converting wav files to mp3. Here's the error in my logs ;
MESSAGE Audio conversion failed. FFMPEG reported the following output:
SEVERITY errorI can see the wav file is created by the audiorecorder module but the audioconverter module is failing on the conversion.
Can anyone steer me as to where I can begin to look ? I don't know where to begin troubleshooting.
-
ffmpeg cannot install PHP extension module
15 octobre 2015, par Hrishikesh ChoudhariIn the last step of installing FFmpeg-PHP, I had to type
sudo make install
.At this I get the following error,
sudo make install
Installing shared extensions: /usr/lib/php5/20060613/
cp: cannot stat `modules/*': No such file or directory
make: *** [install-modules] Error 1Now my extension directory is at
/usr/local/zend/lib/php_extensions
How can I tell this to my machine ?