Jump to content

phpThumb image size problems


Recommended Posts

Hi

 

I'm having problems with phpThumb which i installed on website and wondered if anyone had any ideas of solving it.

 

Basically i have installed the script and have got it running. You can upload images no problems until the file size reaches about 1.6mb.

 

I just get an error saying that the file does not exist like this http://www.nidd-recruitment.com/sponsorship.php

 

I have tried  creating a php.ini file to increase the memory from the standard 8mb to 800mb hoping this might solve the problem but it still doesnt work - i keep getting the error message. My settings are as followed

 

 

http://www.nidd-recruitment.com/admin/phpthumb/demo/phpThumb.demo.check.php

 

does anyone know of a solution to this. i would be very grateful of any help

 

many thanks in advance

 

:)

 

Link to comment
https://forums.phpfreaks.com/topic/71860-phpthumb-image-size-problems/
Share on other sites

my php.ini file looks like this

 

memory_limit = 800M      ; Maximum amount of memory a script may consume (8MB)


; Maximum size of POST data that PHP will accept.
post_max_size = 800M


; Maximum allowed size for uploaded files.
upload_max_filesize = 800M

; script execution time.

php_value max_execution_time 6000


; Local Variables:
; tab-width: 4
; End:

 

i also tried increasing the script execution time but still no luck

 

thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.