Thread: eror
View Single Post
Old January 5th, 2006, 06:46 AM   #18 (permalink)
Freakpyromaniac
Junior Member
Verified Customer
 
Join Date: Feb 2005
Location: Rotterdam
Posts: 27
Send a message via MSN to Freakpyromaniac
Quote:
Originally Posted by Chuck S
Okay well if you have watermarking set to on as in permenant files are going to be watermarked. You can turn off watermarking in watermark options if you dont want that.

Now as far as the page error sounds to me like your php memory is being limited.

Two things to be checked here. One make sure your filesize limit in your usergroups is set to the maximum php file upload size usually 2048kb

Next if you consistently have this issue your using gd2 I bet and since it uses PHP memory you may need to raise your php memory requirements. You can add this in pp-inc.php at the top of the file under the line meantioned. The line in bold.

error_reporting (E_ALL ^ E_NOTICE);
ini_set("memory_limit", "32M");
Our usergroups are all on Unlimited so thats is not the problem.
My host alread changed the PHP MemoryLimit last month.
The strange thing is that on the other album we have quickly installed everything works perfect.

Watermarking
I never changed anything in here because i have normal waterming on ON bcause i need a banner on my pictures.,

If you wanty i can give you admin rights to the program and my FTP server.
Freakpyromaniac is offline   Reply With Quote