Phocagallery doesn't work on Joomla 1.5 RC3..

Phoca Gallery - image gallery extension
Lima
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 18 Nov 2007, 00:42

I solved the problem

Post 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...
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

1. Your memory limit

Post 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)
If you find Phoca extensions useful, please support the project
Lima
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 18 Nov 2007, 00:42

Thank you for your h

Post by Lima »

Thank you for your help Jan!
dedullegriet
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 24 Nov 2007, 16:55

How can I change my

Post by dedullegriet »

How can I change my memory limit?
dedullegriet
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 24 Nov 2007, 16:55

I have a second prob

Post 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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

You cannot create di

Post 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
If you find Phoca extensions useful, please support the project
dedullegriet
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 24 Nov 2007, 16:55

My setting was 707.

Post by dedullegriet »

My setting was 707. When I changed it to 777 I got the same problems
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

I don't know: o

Post 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?
If you find Phoca extensions useful, please support the project
dedullegriet
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 24 Nov 2007, 16:55

This is to difficult

Post by dedullegriet »

This is to difficult for me. But thank you very much for trying to help me.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Try to create '

Post by Jan »

Try to create 'phocagallery' folder (/joomla/images/phocagallery/) manually and you will see, if Phoca Gallery can create thumbnails ...
If you find Phoca extensions useful, please support the project
Post Reply