4
Think I'm on to something. In the mods made to Album.php, the image_file path might be the issue?? I've set mine to this:
if ($this->fields['watermark'] == 'yes' && $type == 'full') {
return $gallery->app->photoAlbumURL . "/watermark.php?image_file=" . "modules/xoopsgallery/cache/albums" . $albumPath;
So the server is showing (in the log)Quote:
"GET /modules/xoopsgallery/watermark.php?image_file=modules/xoopsgallery/cache/albums/album73/Nice_Almost.jpg HTTP/1.1" 200 0
So I'm getting a "request has succeeded" . . . . hmmm. . . Guess now I have to focus on the watermark.php code. . .
Gnik