Skip to content

Pbm token CSRF

Test avec Dolibarr 16 et PHP 8 (même erreur avec Dolibarr 16 et PHP 7).

Dans la config, pas d'accès à certains éléments et pas possible d'ajouter un dictionnaire :

Access to this page this way (POST method or GET with a sensible value for 'action' parameter) is refused by CSRF protection in main.inc.php. Token not provided. If you access your server behind a proxy using url rewriting and the parameter is provided by caller, you might check that all HTTP header are propagated (or add the line $dolibarr_nocsrfcheck=1 into your conf.php file or MAIN_SECURITY_CSRF_WITH_TOKEN to 0 instead of 2 into setup).

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information