Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (73)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (10447)

  • How to find FFMPEG file path in godaddy vps server ?

    4 mai 2017, par Kadiravan Vellingiri

    I am currently working on a Video sharing website. I am looking to automatically generate thumbnails for the videos that are uploaded. The godaddy support team helped in installing the ffmpeg library in VPS server. But when i try to upload the videos, i get the below error message

    sh : /usr/local/bin/ffmpeg : No such file or directory

    There are certain ways mentioned to find out the ffmpeg path but i am unable to proceed as i do not have much idea about SSH. Can you help me finding the easiest way to get the correct ffmpeg filepath in my server ?

  • ffmpeg find files PHP exec

    23 avril 2017, par user892134

    Having no success with ffmpeg. How do i check if a file even exists ?

    I have the file

    $mp3 = $_SERVER['DOCUMENT_ROOT']."/wp-content/youtube_channels/major.mp3";

    I’ve attempted to find the file with exec() but nothing is returned. How do i solve ? I’m totally lost.

    var_dump(exec("/usr/include/ffmpeg -i $mp3"));

    All that is returned string(0) ""

    when i check phpinfo ffmpeg is installed and when i type exec("whereis ffmpeg") what is returned is /usr/include/ffmpeg.

    I’ve been stuck on this for 2 days, how do i solve this ?

  • Where to find an updated list of server versions and updates

    19 mars 2017, par John R

    In this date (2017-03-19)

    those versions are out there :

    • PHP 7.1.3

    • Apache 2.4.25

    • ffmpeg 3.2.4

    • composer 1.4.1

    • OpenSSL 1.1.0e

    • MYSQL 5.7

    • WHM & CPANEL 11.62.0.16 (http://layer2.cpanel.net/)

    Is there a place or website to view this (with continuous update) ?

    And is there other useful "stuff" to update ?