Notifications
Clear all

3.4.2 bug: Link goes to the wrong page

9 Posts
4 Users
0 Reactions
3,259 Views
(@itanshi)
Posts: 381
Reputable Member
Topic starter
 

http://beta.fanforge.net
version 3.4.2
modules - beta reader list, recommend, story end, challenges
bridge - no
other mods - no

problem: http://beta.fanforge.net/browse.php?type=categories&catid=2

steps:

Summary: pants pants pants
Categories: Animated > Bleach Characters: None
Series: None
Chapters: 1 Table of Contents
Completed: Yes Word count: 136 Read Count: 1
Admin Options: [Edit] [Delete] [Featured]

Click 'bleach' the link goes to the same place 'animated' goes to despite being two different urls. Note its marked as adult, but its just a test field, its plenty SFW

login info:

user - test
pass - test


I am rebuilding efiction! Join us on irc! #efiction at www.mibbit.com Instructions for irc πŸ˜€ Alpha released!

 
Posted : 06/04/2008 5:07 pm
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

Both of the category urls in the story block information take you to

http://beta.fanforge.net/browse.php?type=categories&id=1
http://beta.fanforge.net/browse.php?type=categories&id=2

They should take you to

http://beta.fanforge.net/browse.php?type=categories&catid=1
http://beta.fanforge.net/browse.php?type=categories&catid=2

Didn't you modify your eFiction some way with the catid and id to fix another bug?
https://efiction.org/forums/index.php?topic=5690.0

Maybe that broke it. I'll have to upgrade myself to be able to test it out and see if it's a clean 3.4.2 bug, but if anyone else is upgraded and has that, or not, please post here to say if you have the same bug..

Meanwhile, if you are using your signature to keep the information for your main eFiction install, you still have to give the other information for your other site with every post. For example, did you modify this script in any way?


Whoever said nothing is impossible never tried slamming a revolving door.

url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word

 
Posted : 07/04/2008 12:04 am
(@itanshi)
Posts: 381
Reputable Member
Topic starter
 

ah i'm running a new install, no modifications. I'll check that out, thanks. Ah those edits, no I had not touched any code with that on either version of efiction i am running.

I compared 3.3 code with 3.4.2, the browse.php page. I saw no important differences so, IMHO, it must be bad input through a variable.


I am rebuilding efiction! Join us on irc! #efiction at www.mibbit.com Instructions for irc πŸ˜€ Alpha released!

 
Posted : 07/04/2008 12:17 am
(@tammy)
Posts: 2577
Member Moderator
 

The id link is correct.  So the question is what took you to the catid link?


 
Posted : 07/04/2008 1:58 am
(@itanshi)
Posts: 381
Reputable Member
Topic starter
 

I had just compared it to the 3.3 live site I have going now. Yeah, it is the same link. They keep showing the top level categories within 'browse' instead. I'll add more categories. I couldn't say why its behaving like this ^^ but feel free to make use of me should there be anything I can investigate.

Mm all cats do that. Found another bug. I'll make a new post.


I am rebuilding efiction! Join us on irc! #efiction at www.mibbit.com Instructions for irc πŸ˜€ Alpha released!

 
Posted : 07/04/2008 2:08 am
(@funkycanuck)
Posts: 13
Active Member
 

Both of the category urls in the story block information take you to

http://beta.fanforge.net/browse.php?type=categories&id=1
http://beta.fanforge.net/browse.php?type=categories&id=2

They should take you to

http://beta.fanforge.net/browse.php?type=categories&catid=1
http://beta.fanforge.net/browse.php?type=categories&catid=2

Didn't you modify your eFiction some way with the catid and id to fix another bug?
https://efiction.org/forums/index.php?topic=5690.0

Maybe that broke it. I'll have to upgrade myself to be able to test it out and see if it's a clean 3.4.2 bug, but if anyone else is upgraded and has that, or not, please post here to say if you have the same bug..

Meanwhile, if you are using your signature to keep the information for your main eFiction install, you still have to give the other information for your other site with every post. For example, did you modify this script in any way?

Yes, I have the same bug.  I upgraded from 1.1 to 3.4.2.


 
Posted : 18/04/2008 11:59 pm
(@itanshi)
Posts: 381
Reputable Member
Topic starter
 

This worked for me, much thanks to Foxy whom is a coder helping me a bit now.

Find  in Includes > corefunction.php

if($action != "printable") $link = "<a href="'"._BASEDIR."browse.php?type=categories&amp;id=$thiscat'>".$catlist[$thiscat"]['name']."</a>".$link;

Replace with

if($action != "printable") $link = "<a href="'"._BASEDIR."browse.php?type=categories&amp;catid=$thiscat'>".$catlist[$thiscat"]['name']."</a>".$link;

I am rebuilding efiction! Join us on irc! #efiction at www.mibbit.com Instructions for irc πŸ˜€ Alpha released!

 
Posted : 23/05/2008 1:11 pm
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

Can you please check and see if this is still an issue with 3.5? Thank you!


Whoever said nothing is impossible never tried slamming a revolving door.

url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word

 
Posted : 07/04/2009 4:40 am
(@itanshi)
Posts: 381
Reputable Member
Topic starter
 

yeah its fixed


I am rebuilding efiction! Join us on irc! #efiction at www.mibbit.com Instructions for irc πŸ˜€ Alpha released!

 
Posted : 07/04/2009 4:57 am
Share: