Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (54)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (5528)

  • arm/aarch64 : Correctly prefix integral function symbols

    17 janvier 2017, par Vittorio Giovara
    arm/aarch64 : Correctly prefix integral function symbols
    
    • [DH] common/aarch64/mc-a.S
    • [DH] common/aarch64/mc-c.c
    • [DH] common/arm/mc-a.S
    • [DH] common/arm/mc-c.c
  • ppc : Adjust AltiVec function suffix

    19 janvier 2017, par Vittorio Giovara
    ppc : Adjust AltiVec function suffix
    

    Architecture should always be the last element.

    • [DH] common/mc.c
    • [DH] common/pixel.c
    • [DH] common/ppc/mc.c
    • [DH] common/ppc/mc.h
    • [DH] common/ppc/pixel.c
    • [DH] common/ppc/pixel.h
  • Web script can't find installed package/software (CentOS)

    14 janvier 2017, par Ryan Butterworth

    I’m pretty new to using SSH and such to install software. I’m trying to use https://github.com/eyecatchup/php-yt_downloader on my site (http://voddr.com/yt/index.php?id=yrreBFLghMc) but as you can see, it comes back with the error "You must have Ffmpeg installed in order to use this function."

    I have installed ffmpeg, using Nux Desktop (see the guide I followed here : https://www.vultr.com/docs/how-to-install-ffmpeg-on-centos)

    When typing "ffmpeg" into SSH it comes back with this, which must mean it is installed :

    command: ffmpeg

    Also, I tried the command "which ffmpeg", which returned the path of ffmpeg : "/usr/bin/ffmpeg"

    php-yt_downloader uses which ffmpeg to detect whether it is installed, and if not, it returns the error "You must have Ffmpeg installed in order to use this function." - but if I’m able to use it fine from my SSH window, why can’t the script detect it ?

    All I’m wondering, is there something else I must do when installing software to allow a domain to use it (like install the software in the domain’s path ?), or is this entirely a problem with the php-yt_downloader resource ? I’m using CentOS 7 and Plesk web panel.