|
Thanks Chuck, Yes I have Imagemajick.
Regarding the link you made, I had made a similar change to pp-inc.php a while back based on a similar recommendation from you or Michael. Here's the code snippet:
// set PhotoPost path, if not set set it to "."
if ( $PP_PATH )
{
$Globals['PP_PATH'] = $PP_PATH;
} // GMM 07July2006 - Increase PHP memory //
ini_set("memory_limit", "48M");
// set PhotoPost template path
if ( $TMPL_PATH )
Will it hurt to have both? Or should I delete the 48M line and add the 60M line per your link above?
Finally, what exact question do I need to ask of my hosting provider regarding PHP upload size limitation? Is it just that simple? Shold my settings in Edit Usergroups match the answer exactly or maybe slightly smaller?
Thanks for all your help,
Michael
|