htaccess fault

richdoxford

Joined: 2008-01-17
Posts: 8
Posted: Thu, 2008-01-17 16:02

Thanks to anyone who can help. I have successfully installed the gallery and can access the admin page, however when I try and add a new album I get an access denied message. During the installation I had one fault referring to the htaccess file. The message was as follows: The htaccess file is blank (contains no content) is this correct. I cannot find the httpd.conf file to edit it?

Apache is not obeying the 'php_value' lines in your .htaccess file. Try entering the following into your web server's httpd.conf file:

<Directory /content/StartupHostPlus/f/s/fsidesign.co.uk/web/gallery>
AllowOverride Options FileInfo
</Directory>If you are running PHP in CGI mode, this message is unavoidable.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2008-01-17 21:32

G1 or G2? You don't mention the version you are tying to install.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
richdoxford

Joined: 2008-01-17
Posts: 8
Posted: Fri, 2008-01-18 12:29

Sorry the version is Gallery 1

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2008-01-18 16:59

Moved from G2 forums to G1 forums

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2008-01-18 16:59

URL?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
richdoxford

Joined: 2008-01-17
Posts: 8
Posted: Sun, 2008-01-20 17:38
 
richdoxford

Joined: 2008-01-17
Posts: 8
Posted: Mon, 2008-01-21 14:42

Desperate to get this to work so any help greatly appreciated, tried a reinstallation with no luck.
Think I may have found the problem, the hosting company use Zeus not Apache.
Is it possible to run galley 1 on Zues?
The other info is:

PHP version is: 4.4.8
Gallery website is www.fsidesign.co.uk/gallery/setup
Server software is: Zeus/4.3
ImageMagik version: 6.0.7
Hosted by www.namesco.co.uk

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Mon, 2008-01-21 15:51

Hello,

There is not much experience with the Zeus Webserver.
I think its a problem with the string 'cmd' in the URL.

Try the following:
1.)
Open util.php
find: function doCommand(
Change $args["cmd"] = $command; to $args["goal"] = $command;

2.)
open do_command.php
ChangegetRequestVar(array('index', 'cmd', 'return', 'parentName', 'rebuild_type', 'albumName'));
to getRequestVar(array('index', 'goal', 'return', 'parentName', 'rebuild_type', 'albumName'));

Maybe that works.

Another thing:
It seems Zeus behaves like IIS about CSS files.
Go to the css folder an rename the .css.default files to .css
Do the same in the css folder of your skin (if other then default)

Greetings,
Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6

 
richdoxford

Joined: 2008-01-17
Posts: 8
Posted: Mon, 2008-01-21 20:39

Many thanks, will try the changes and get back to you.

 
richdoxford

Joined: 2008-01-17
Posts: 8
Posted: Mon, 2008-01-21 21:07

You are a legend Jens! Issue fully resolved. Cannot thank you enough, you've made my day, will make large donation. Thanks again, really, really appreciate your help.

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Tue, 2008-01-22 11:00

Glad you got it working :-)

Now you just need to do the css file renaming and your Gallery looks better ;-)

Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6