Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (111)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (8670)

  • Thinking about switching to GeoIP2 for better location detection ? Here’s what you should know

    5 juin 2018, par Matomo Core Team

    In Matomo 3.5.0 we added a new feature to improve the location detection (country, region, city) of your visitors. Especially when it comes to IPv6 addresses, you will see less “Unknown” locations and more accurate results in general. This feature is now enabled for all new installations but needs to be manually enabled for existing Matomo self-hosted users.

    Why is the Matomo plugin not enabled for existing users ?

    When you enable the GeoIP2 plugin, a database update will need to be executed on two datatable tables (“log_visit” and “log_conversion”) which stores some of the raw data. Please be aware that this update could take several hours depending on the size of your database.

    If you store many visits in your database, it is recommended to execute the update through the command line by executing the command ./console core:update to avoid the update from timing out. You may also have to put your Matomo into maintenance mode during this time and replay the missed traffic from logs afterwards as explained in the FAQ article.

    GeoIP2 may slow down your tracking

    In the past we have seen that a few Matomo databases with high traffic volumes struggle to handle all the tracking requests after enabling GeoIP2. The reason for this is the location database now contains many more entries because it has to store all the IPv6 addresses and the database itself has a different format. Hence, the location lookup takes longer.

    It is hard to say how much slower the location lookup gets, but we found GeoIP2-PHP is about 20 times slower than GeoIP1-PHP. On a fast CPU the lookup time for an IP with GeoIP2 takes about 1ms, but can also take much longer depending on the server.

    Making location lookups fast again

    There is a PHP extension available that makes lookups very fast, even faster than the old GeoIP1-PHP provider. If you can install additional PHP extensions on your server and have a high traffic website, you may want to install the GeoIP2 extension.

    There is also an Nginx module and an Apache module. Unfortunately, we don’t have any performance metrics for these providers.

    How do I activate the GeoIP2 location provider ?

    As a Super User, log in to your Matomo and go to “Administration => Plugins”. There you can activate the “GeoIP2” plugin. As mentioned, this will trigger a database update which can take a while and you may want to perform this update through the command line.

    Now you can go to “Administration => Geolocation”. Here you will first need to install the GeoIP2 databases at the bottom of the page before you can activate the GeoIP2-PHP provider. To activate any of the other GeoIP2 providers, you will need to install the required modules.

    You will be able to check if the detection works on the right next to location provider. Once you selected one of the available providers, you’re all good to go.

    The post Thinking about switching to GeoIP2 for better location detection ? Here’s what you should know appeared first on Analytics Platform - Matomo.

  • Anomalie #4591 (Nouveau) : Mise à jour depuis SPIP 1.7.2 en 3.2

    27 octobre 2020

    Bonjour,

    1. je n’ai pas pu me connecter à l’interface d’admin (boucle de redirection)
    2. avec spipcli et la commande spip "core:maj:bdd" : PHP Fatal error : Uncaught Error : Call to undefined function creer_base() in /var/www/_mutualisation_32/www/ecrire/maj/v017.php:193

    Rajouter :

    1. <span class="CodeRay">include_spip(<span class="string"><span class="delimiter">'</span><span class="content">base/create</span><span class="delimiter">'</span></span>);
    2. </span>

    Télécharger

    dans ecrire/maj/v017.php m’a permis de faire la mise à jour avec spipcli

    Mais une fois arrivé dans l’admin de SPIP :
    Erreur SQL 1146
    Table ’mutu_didaticn6f0c.spip_urls’ doesn’t exist
    SELECT * FROM spip_urls LIMIT 1
    /var/www/_mutualisation_32/www/ecrire/genie/maintenance.php verifier_crash_tables() sql_select() ; 72

    Et une réparation de la base ne corrige pas le problème.

  • How do I play an audio clip from a https URL in Qt6 on Windows ?

    20 mai 2023, par wiktort1

    I keep getting the following error :

    &#xA;

    https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled&#xA;

    &#xA;

    I link OpenSSL in my project, I also have OpenSSL Toolkit installed through the Qt Maintenance Tool, however that doesn't seem to fix it.

    &#xA;

    I have also found an answer online, that said that I need to copy the OpenSSL DLLs to my build folder, but that didn't work either.

    &#xA;

    I use Qt 6.5.0.

    &#xA;

    Do I have to compile Qt on my own ? or is there a different approach ?

    &#xA;