Jump to content

Recommended Posts

Posted

Hi,

 

I have been successfully running Drupal on TCH for the past year and recently encountered a problem. Some of the pages/nodes (greater than 65k of text) that I submit to the Drupal CMS are not getting entered into the Database.

 

I've tracked down the problem to the Suhosin Hardened PHP Request Max Value Length php setting for my TCH account (I believe this was recently introduced with the Apache 2.2.6 upgrade). The limit is set at 65000 characters. I have about 60 pages/nodes that I can no longer make edits to because when a page body field that contains greater than 65000 characters/bytes is submitted, the Suhosin limit drops the field and empty/null is entered in the database instead of the text.

 

I've attempted to increase this limit to 150k~200k bytes using an ini_set command:

ini_set('suhosin.post.max_value_length', 180000);

ini_set('suhosin.request.max_value_length', 180000);

 

However, the change isn't allowed (apparently) as phpinfo() continues to show local and master limit at 65000.

 

 

What's the best way to get this limit increased? Support Ticket, alternative ini_set, or ?????

 

Thanks,

-Chris

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...