I was thinking along these lines;
SmartSection and Myalbum-p.......cause you can integrate myalbum-p into image manager and it has thumbnail capabilities.
What do you think?
We managed to configure the XOOPS gallery module for you. We made the following changes to your Galleries Module Preferences:
Path to ImageMagick/Netpbm 'convert' utility: /usr/local/bin/
The album directory: ../../../gallery/
The directory for user pictures: [empty]
Then tested the upload functionality and managed to upload two test images to the server. The image files and the thumbnails generated from the ImageMagick program were properly saved to the /www/www/gallery/10023 directory on the server.
Failed to create directory ../../../gallery/../../../usergallery/10001
We checked your XOOPS directory. The permissions of the following directories are set to (777):
uploads
templates_c
cache
This is not allowed by our servers configuration and is probably causing the problem. Our servers are running SuExec, which is the most secure environment for a shared hosting server. The scripts are run with the user of their owner (your CP user) and not with the user of the web server (apache). Thus, if a script has to be able to write to a file/directory - world-writable permissions are no longer needed. Actually, such permissions are considered as insecure and files with world-writable permissions will not be executed - the result will be "500 Server Error".
If your installation manual says that you should set world-writable permissions to some files/directories, you need to set permissions 775 or 755 instead - and your script will work properly. It is just not presumed that the server may be running a CGI wrapper (such as Suexec).
You can change the permissions in your Control panel -> File manager. The interface is located at the bottom of the page.
Please, contact us back if the problem persists. We will need the exact steps in order to reproduce the errors on our side, including all user names and passwords required to access your XOOPS application.
Pub. Upl. approval (1) and Priv. Upl. approval (2)
(1) Uploads in a public album need admin approval
(2) Uploads in an album that belong to the user need admin approval
McNaz wrote:
Quote:I've tried the 777 already.
I've experienced this very recently and it is 100% to do with permissions.
My xcgal worked once I set my usergallery to 777. If you do not have a usergallery directory then the albums directory needs to chmodding to 777 as Apache might not have the priveldges of creating the usergallery for you.
Quote:Failed to create directory ../../../gallery/../../../usergallery/10001
I seem to recall that the correct directory is xcgal and not gallery. Is this the case or did you type the above by hand to illustrate your error?
Failed to create directory ../../../gallery/../../../usergallery/10001 !
If the page does not automatically reload, please click here function.mkdir] No such file or directory in file modules/xcgal/db_input.php line 113
function.chmod] No such file or directory in file modules/xcgal/db_input.php line 114 Destination directory ../../../gallery/../../../usergallery/ is not writable by the script!!!