|
make a php.ini file with the following info:
magic_quotes_gpc = Off
register_globals = off
MAX_EXECUTION_TIME = 2400
MEMORY_LIMIT = 128M
POST_MAX_SIZE = 128M
UPLOAD_MAX_FILESIZE = 128M
place the php.ini file in your gallery and setup directory. You should be good to go. If you figure out how to upload files greater than 2 mB let me know.
|