404 Error 'Newest Photos' and 'Most Viewed Photos' 404 error

balwoges

Joined: 2010-09-04
Posts: 17
Posted: Sat, 2010-09-18 02:05

I am using Gallery 2.3.1 with the theme Ebony here

I am getting a 404 error when clicking on 'Newest Photos' and 'Most Viewed Photos'.

I have read the instructions on how to fix in the forum i.e.

To make the "Newest Photos" and "Most Viewed Photos" links work:

First, you will need to have the URL REWRITE plugin installed and activated.
In the URL Rewrite config page (Admin section of Gallery), make sure the dynamic albums are created like they are in this post:
http://gallery.menalto.com/node/81983#comment-287718[/b]

The URL REWRITE Plugin is not installed and after clicking on install cannot comprehend the instructions ???

Below I can follow:

Load file "sidebar.tpl" from its location the templates folder.

Scroll down to line 17. You will see:

<li><a href="/updates"><strong>Newest Photos</strong></a></li>
<li><a href="/popular"><strong>Most Viewed Photos</strong></a></li>

Change the href to reflect your path to your gallery.
I simply put a period in front of the slash to make the path relative instead of absolute:

<li><a href="./updates"><strong>Newest Photos</strong></a></li>
<li><a href="./popular"><strong>Most Viewed Photos</strong></a></li>

Can someone help - thanks

pamay