Welcome Guest, Not a member yet? Register   Sign In
Posting a too long textarea
#4

[eluser]Shella[/eluser]
[quote author="LaPouleLustucru" date="1358298825"]Hi,

Maybe should you check your PHP.INI directives ? specially MEMORY_LIMIT and POST_MAX_SIZE

Code:
<?php echo php_info; ?>

should do the trick.

If necessary you may increase the first one locally, inside your controller, like this :
Code:
function write_article()
{
    ini_set('memory_limit', '256M');

    ...

POST_MAX_SIZE has to be set in php.ini or .htaccess

For instance in php.ini :
Code:
memory_limit = 256M
post_max_size = 16M
[/quote]

Hey thanks to reply. Unfortunaltely this is not related to the max_post_size. 37000 chars should be no more then 37kb and my limit is set to 8MB.

Thanks anyway


Messages In This Thread
Posting a too long textarea - by El Forum - 01-15-2013, 05:00 PM
Posting a too long textarea - by El Forum - 01-15-2013, 06:13 PM
Posting a too long textarea - by El Forum - 01-15-2013, 11:00 PM
Posting a too long textarea - by El Forum - 01-16-2013, 04:02 AM
Posting a too long textarea - by El Forum - 01-16-2013, 04:03 AM
Posting a too long textarea - by El Forum - 01-23-2013, 05:57 PM
Posting a too long textarea - by El Forum - 01-23-2013, 07:01 PM
Posting a too long textarea - by El Forum - 01-24-2013, 08:24 PM
Posting a too long textarea - by El Forum - 01-25-2013, 08:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB