Hi, I had previously installed Gallery on my webserver, and decided yesterday to install mambo. I tried following the Howto.txt and ran into the following problem:
I go into Component->Install/Uninstall
I type into the install from directory box "/var/www/html/gallery/contrib/mambo"
I click install, but get the following error message:
"Failed with error Installation file not found: /var/www/html/gallery/contrib/mambo/"
My guess would be there is a permissions problem, but this shouldn't be the case.
My system is:
Fedora Core 2 Linux 2.6.6-1.435.2.3 x86_64
The current owner of all the files in /var/www/html/gallery is apache, which is the user that runs apache... the permissions of the files have been set recursively to 755... I'm guessing there is something I'm overlooking here, but I'm not sure what it is.
Thanks for the help!
Posts: 2322
Have you checked the contents of the /contrib/mambo directory?
Posts: 2
drwxr-xr-x 5 apache root 4096 Jul 27 14:05 .
drwxr-xr-x 5 apache root 4096 Jun 1 12:10 ..
-rwxr-xr-x 1 apache root 2872 Feb 20 03:42 admin.gallery.html.php
-rwxr-xr-x 1 apache root 4254 Feb 20 03:42 admin.gallery.php
drwxr-xr-x 2 apache root 4096 Jun 1 12:10 classes
-rwxr-xr-x 1 apache root 1788 Mar 21 12:09 gallery.php
-rwxr-xr-x 1 apache root 1243 Feb 20 03:42 gallery_popup.tpl.php
-rwxr-xr-x 1 apache root 3071 Feb 20 03:42 gallery.xml
-rwxr-xr-x 1 apache root 749 Apr 11 18:02 HowTo.txt
drwxr-xr-x 2 apache root 4096 Jun 1 12:10 images
drwxr-xr-x 2 apache root 4096 Jun 1 12:10 includes
-rwxr-xr-x 1 apache root 1204 Feb 20 03:42 toolbar.gallery.php
Are these the correct files?
One thing I neglected to mention, is I decided to use the beta version of mambo (beta 3), has anyone else noticed this trouble with the beta version? Thanks!
Posts: 2322
Well, there's your issue, I'd bet.
The files seem fine, so it's likely the beta version of Mambo.
Posts: 1
I had similar problem with my installation.
I removed lines:
--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x
<mosinstall type="template">
<name>gallery_popup</name>
<creationDate>February 2004</creationDate>
<author>Beckett Madden-Woods</author>
<copyright>This template is released under the Gallery license (GNU Gen
<authorEmail>beckett@beckettmw.com</authorEmail>
<authorUrl>gallery.sourceforge.net</authorUrl>
<version>1.0</version>
<description> Template for popup windows in Gallery Component for MOS 4
<files>
<filename>gallery_popup.tpl.php</filename>
</files>
</mosinstall>
--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x--x
from end of the gallery.xml in --/contrib/mambo directory.
After that I was able to add component to Mambo.