View Single Post
Old January 29th, 2007, 12:49 PM   #5 (permalink)
vintagestars.com
Junior Member
Verified Customer
 
Join Date: Jan 2007
Posts: 4
Quote:
Originally Posted by Chuck S View Post
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;
vintagestars.com is offline   Reply With Quote