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
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
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
The id link is correct. So the question is what took you to the catid link?
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
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=2They should take you to
http://beta.fanforge.net/browse.php?type=categories&catid=1
http://beta.fanforge.net/browse.php?type=categories&catid=2Didn't you modify your eFiction some way with the catid and id to fix another bug?
https://efiction.org/forums/index.php?topic=5690.0Maybe 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.
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&id=$thiscat'>".$catlist[$thiscat"]['name']."</a>".$link;
Replace with
if($action != "printable") $link = "<a href="'"._BASEDIR."browse.php?type=categories&catid=$thiscat'>".$catlist[$thiscat"]['name']."</a>".$link;
I am rebuilding efiction! Join us on irc! #efiction at
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
yeah its fixed
I am rebuilding efiction! Join us on irc! #efiction at