Loading...
 
Skip to main content

Custom Share Module 0.1dev

Themes

Themes


Re: Problem With Image Thumbnails

United States

Also on the subject of php.ini often times you have to create it yourself, just create a new file and call it php.ini i your root directory and you can use commands as found here http://php.net/manual/en/ini.list.php

MEMORY_LIMIT = 256M

there are other variables you can set in the php.ini such as upload file limits

UPLOAD_MAX_FILE_SIZE = 2M

and so on.

There are no comments at this time.