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

    (@mikeill)

    Turns out that when the suhosin package is being invoked with php, each $_GET value is limited to something like 527 characters – and these two exceeded it.

    So I added the line suhosin.get.max_name_length = 5024 to the php.ini file – actually copied the php.ini file to the public_html directory with that line added, and added a line to the .htaccess file so that all of the directories below public_html would pull from the same php.ini file. The line is SetEnv PHPRC /path_to/public_html/php.ini.

Viewing 1 replies (of 1 total)
  • The topic ‘Modals Intermittently Unresponsive – suhosin issue’ is closed to new replies.