I have followed this tutorial :
www.flexicontent.org/documentation/faq/7...allation-upgrade/591
I add these few lines in .htaccess file to define php.ini location :
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/xxxxxxx/public_html
</IfModule>
xxxxxxxxx has replaced by mysite_account of course.
Then, I create a php.ini file and I put it in public_html.
Inside this php.ini file, I add these few lines :
max_input_vars=10000
suhosin.post.max_vars=10000
suhosin.request.max_vars=10000
Then, when I go to Flexicontent home page in my backend, I see that the modifications have been applied, it's nice
max_input_vars 10000 Obligatoire 1000 Recommended 2000
The suhosin variables disapeared.
But when I save the global config, I have a blank page and I have to actualize one or two times to see my backend correctly.
However, the setting have saved correctly, but because I have a blank page it is not convenient.
The problem is the same when I open a article and save it > blank page again.
So, what can I do to make it work correctly ?
Thank you
EDIT : to make my site working with article editing, I disable php.ini by renaming it to php.ini---
I'll give you FTP login in PM if you want to rename it and debug my problem.