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...
Phocagallery doesn't work on Joomla 1.5 RC3..
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
1. Your memory limit
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)
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
-
- Phoca Newbie
- Posts: 4
- Joined: 18 Nov 2007, 00:42
Thank you for your h
Thank you for your help Jan!
-
- Phoca Newbie
- Posts: 5
- Joined: 24 Nov 2007, 16:55
How can I change my
How can I change my memory limit?
-
- Phoca Newbie
- Posts: 5
- Joined: 24 Nov 2007, 16:55
I have a second prob
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?
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?
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
You cannot create di
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
-
- Phoca Newbie
- Posts: 5
- Joined: 24 Nov 2007, 16:55
My setting was 707.
My setting was 707. When I changed it to 777 I got the same problems
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
I don't know: o
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?
// 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
-
- Phoca Newbie
- Posts: 5
- Joined: 24 Nov 2007, 16:55
This is to difficult
This is to difficult for me. But thank you very much for trying to help me.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Try to create '
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