Quote:
Originally Posted by Chuck S As long as your PHP settings give more memory to PHP it should work. Place a phpinfo.php file in your photopost directory and post that link here.
The phpinfo.php file should look like this inside
<?phpinfo();?> |
http://vintagestars.com/phpinfo.php
These are my php.ini settings:
max_execution_time = 3000;
memory_limit = 60M;
max_uploaded_file = 60M;
post_max_size = 60M;
upload_max_filesize = 60M;