Viewing 1 replies (of 1 total)
  • Plugin Author AppJetty

    (@biztechc)

    Hello Dagor,

    This may be server data handling issue.try below solution:

    In your .htaccess file put
    <IfModule mod_php5.c>
    php_value max_input_vars 200000
    php_value suhosin.get.max_vars 200000
    php_value suhosin.post.max_vars 200000
    php_value suhosin.request.max_vars 200000
    </IfModule>

    If it will not work,ask your hosting provider.
    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Comments not showing’ is closed to new replies.