View Single Post
Old November 12th, 2012, 03:09 PM   #8 (permalink)
grahamsmythe
Member
Verified Customer
 
Join Date: Aug 2007
Location: London
Posts: 127
Send a message via Skype™ to grahamsmythe
Q.
Quote:
Originally Posted by Chuck S View Post
Local value 72mb means you have not edited the file correctly or your server does not support ini_set overrides
I've spoken with our host (Westhost), and they DO support ini_set services.

In my php.ini file, I have put the following
memory_limit = 96M ; Maximum amount of memory a script may consume (128MB)

In my pp-inc.php file, I have put the following
error_reporting(E_ALL & ~E_NOTICE & ~8192);
ini_set("memory_limit", "72M");
define('PP_SCRIPT', 'PP_Pro');


Q.
Quote:
Originally Posted by Chuck S View Post
You would need to have your host give you the path to mogrify and enter that in your config settings then switch global options to imagemagick and try.
My host just gave me the path to mogrify which is
/usr/bin/mogrify

I checked in PhotoPost Admin Configuration Administration
and my Path for MOGRIFY executable is already
/usr/bin/mogrify

Q.
Quote:
Originally Posted by Chuck S View Post
So after clearing your uploads directory are you able to say upload a small image as a test.
A single file using the Flash uploader works fine.

Seven files using the Flash uploader crashed the site (although the seven images are now sitting in my uploads folder now)

Last edited by grahamsmythe; November 12th, 2012 at 03:22 PM.
grahamsmythe is offline   Reply With Quote