Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: 404 issue: Edit Log

Here is the list of edits for this post
404 issue
Hi,

in addition to this post:
http://www.gossamer-threads.com//perl/gforum/gforum.cgi?post=295935#p295935
I stumbled over another 404 issue:

In Page.pm : sub generate_category_page
there are several checks for a valid category but it looks like a random number does not lead to a 404 error so I added:
Code:
$id = $cat_db->select(ID => GT::SQL::Condition->new("ID" => LIKE => $id))->fetchrow || undef;
before

Code:
# Check for valid sort order.
Maybe there s a more elegant way but at least it works.

Regards

n||i||k||o

Last edited by:

el noe: Jun 24, 2008, 3:20 PM

Edit Log: