One of my users seems to have hit a ceiling when working on creating a page that has a lot of content: http://www.tyrannozaurus.com/?q=scummvm
Is there a size (character) limit on a page?
If so is there a way to change it? Should it not be changed?

Thanks.

Comments

vm’s picture

there is no character limit. However, you may need to adjust the post_max_size setting for your server in php.ini so that a timeout does not occur during such a long post.

nancydru’s picture

That's probably the problem. I know I have a page over 100k on another site (non-Drupal) - some day I'll work on shrinking it.

Nancy W.
Drupal Cookbook (for New Drupallers)
Adding Hidden Design or How To notes in your database

Antikx’s picture

I found the problem in the page code.
There was a typo in a <a href tag and it made the page cease and desist.
Mission accomplished.
Thanks anyways.