Re: Now available: AJAX/PHP multilingual website templates
Posted: Fri 09 Dec 2011 6:26 am
The source for the image-resizing PHP script shows
Error 003: Download error: cannot write to file, check server permission settings
so it's likely the script cannot create/write the cache file needed to save the image. You may need to adjust settings inside the image-*.php scripts and/or create the indicated cache files and set their permissions to 666 so PHP can write them.
Leave the allow_url_fopen = on; in your php.ini .. it prevents you from having a Error 004: Unable to read source file for image.
Best regards,
Ken
Error 003: Download error: cannot write to file, check server permission settings
so it's likely the script cannot create/write the cache file needed to save the image. You may need to adjust settings inside the image-*.php scripts and/or create the indicated cache files and set their permissions to 666 so PHP can write them.
Leave the allow_url_fopen = on; in your php.ini .. it prevents you from having a Error 004: Unable to read source file for image.
Best regards,
Ken