Page 2 of 5

I solved the problem

Posted: 19 Nov 2007, 18:34
by Lima
I solved the problem for a part. The pictures may not be bigger than 100kb. If bigger it's not working.
But now another problem... if you click on the pictures the visitor can't click the back button...

1. Your memory limit

Posted: 19 Nov 2007, 18:46
by Jan
1. Your memory limit is to small to create thumbnails
2. There is no back button, this is new opened window (standard popup box od modal box). You can leave the window if you click on:

- close button
- cross button
- image (inside the window)
- outside the window (if you use modal box)

Thank you for your h

Posted: 19 Nov 2007, 21:12
by Lima
Thank you for your help Jan!

How can I change my

Posted: 24 Nov 2007, 16:57
by dedullegriet
How can I change my memory limit?

I have a second prob

Posted: 24 Nov 2007, 20:16
by dedullegriet
I have a second problem:

I get an error:

"JFolder::create: Could not create directory" (in red scipt!)
"Warning: file_put_contents() failed to open stream. Permission denied in /libraries/joomla/utilities/compat/php50x.php on line 66
Do you have a suggestion?

You cannot create di

Posted: 25 Nov 2007, 18:50
by Jan
You cannot create directory (folder), because you have not rights to access the server disc... I think, you must set the rights to 777

My setting was 707.

Posted: 25 Nov 2007, 21:33
by dedullegriet
My setting was 707. When I changed it to 777 I got the same problems

I don't know: o

Posted: 25 Nov 2007, 21:38
by Jan
I don't know: on line 66 there is:


// Open the file for writing
if (($fh = @fopen($filename, $mode, $use_inc_path)) === false) {
trigger_error('file_put_contents() failed to open stream: Permission denied', E_U
SER_WARNING);
return false;
}



Phoca Gallery cannot create a directory on your server. But why?

This is to difficult

Posted: 25 Nov 2007, 21:49
by dedullegriet
This is to difficult for me. But thank you very much for trying to help me.

Try to create '

Posted: 25 Nov 2007, 22:04
by Jan
Try to create 'phocagallery' folder (/joomla/images/phocagallery/) manually and you will see, if Phoca Gallery can create thumbnails ...