nineseveninteractive Posted October 4, 2007 Share Posted October 4, 2007 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 Quote Link to comment https://forums.phpfreaks.com/topic/71860-phpthumb-image-size-problems/ Share on other sites More sharing options...
nineseveninteractive Posted October 4, 2007 Author Share Posted October 4, 2007 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 Quote Link to comment https://forums.phpfreaks.com/topic/71860-phpthumb-image-size-problems/#findComment-361990 Share on other sites More sharing options...
BlueSkyIS Posted October 4, 2007 Share Posted October 4, 2007 did you restart Apache after making changes? is there a hidden form field setting maxfilesize smaller than desired? Quote Link to comment https://forums.phpfreaks.com/topic/71860-phpthumb-image-size-problems/#findComment-362010 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.