i'm a novice. WordPress by default has a limited number of menu items. When I import a demo content, which contains a lot of menu items, i'm not be able to save changes i make to a menu. The helpcenter for this template says to fix this problem by puting the following line : 'suhosin.post.max_vars = 5000 suhosin.request.max_vars = 5000'' to the ini.php file, the hosting can do it because I can't find the ini.php file...
Suhosin.post.max_vars = 5000 suhosin.request.max_vars = 5000
Related questions
- Augmenter la taille maximum de chargement de fichiers
14169
14.11.2016 14:06
- Augmenter la taille maximum de chargement de fichiers pour prestashop
11266
29.04.2018 20:53
- NAS comme stockage de machine virtuelle
5111
12.10.2016 09:39
- Déplacement de fichier volumineux
4996
07.04.2017 11:56
- S3 api pour OVH Object Storage ?
4619
08.05.2017 16:46
- Accès Cloud Disk Array via l'interface vRack
3911
30.07.2019 11:04
- Quelle solution de sauvegarde pour une TPE ?
3412
28.01.2019 20:26
- Quelle solution de sauvegarde est la plus adaptée ?
3157
09.12.2016 00:23
- [Cloud Disk Array] Parfois de mauvaise perf
3082
07.11.2017 16:37
Hi,
Try to put this into your .htaccess file in the web root folder:
php_value suhosin.post.max_vars 5000
php_value suhosin.request.max_vars 5000
# ~~start~~
Thank you, I don't have access to php.ini or .htaccess because i'm hosting by OVH but I tried to create a file named php.ini to the root with the code : suhosin.post.max_vars = 5000 suhosin.request.max_vars = 5000... I read that it could work but i don't know at this moment if it works better... If it doesn't work i will tried your solution by recreating a file named .htaccess with your code.