Welcome Guest, Not a member yet? Register   Sign In
memory size problem
#4

[eluser]InsiteFX[/eluser]
Code:
<?php ini_set('memory_limit', '64M'); ?>

1) If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M:
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)

2) Raise these if they are to low. NOTE: both of these have to be the same value!
upload_max_filesize = 10M
post_max_size = 10M

3) .htaccess:

php_value max_input_time 10800
php_value max_execution_time 10800
php_value upload_max_filesize 110M
php_value post_max_size 120M



Messages In This Thread
memory size problem - by El Forum - 05-08-2012, 12:25 PM
memory size problem - by El Forum - 05-08-2012, 12:53 PM
memory size problem - by El Forum - 05-15-2012, 02:19 AM
memory size problem - by El Forum - 05-15-2012, 03:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB