Crossed Links Link Details Page v2.1 - eSyndiCat User Forums
eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > eSyndiCat Directory Software [FREE] > Bug Reports

Bug Reports "Brrr! Bugs!" Yes, we do hate them as well. But nothing is perfect in this world and if you found a bug let us know so that we can make eSyndiCat Directory Software even better.

Reply
 
Thread Tools Display Modes
Old 02-13-2007   #1
PassionSeed
 
PassionSeed's Avatar
 
Join Date: Oct 2006
Location: United States
Posts: 190
PassionSeed is on a distinguished road
Default Crossed Links Link Details Page v2.1

I have a listings that's listed in 2 other categories. Clicking on Link Details of the "uncrossed" link returns the details of the listing. But clicking on Link Details of the "crossed" links returns page not found.

v2.1 - http://PalladianSoul.com/ESCV21
PassionSeed is offline   Reply With Quote
Old 02-13-2007   #2
PassionSeed
 
PassionSeed's Avatar
 
Join Date: Oct 2006
Location: United States
Posts: 190
PassionSeed is on a distinguished road
Default

See http://www.esyndicat.com/forum/about8983.html

It may resolve this problem.

Quote:
Originally Posted by PassionSeed
I have a listings that's listed in 2 other categories. Clicking on Link Details of the "uncrossed" link returns the details of the listing. But clicking on Link Details of the "crossed" links returns page not found.

v2.1 - http://PalladianSoul.com/ESCV21
PassionSeed is offline   Reply With Quote
Old 02-14-2007   #3
John Turner
 
Join Date: Sep 2006
Posts: 1,428
John Turner is a jewel in the roughJohn Turner is a jewel in the roughJohn Turner is a jewel in the roughJohn Turner is a jewel in the rough
Default

Hi PassionSeed,

I have fixed your trouble.

Solution here:
open your '../view-link.php'
*** find following code
Code:
if (empty($link) || ($config->get("mod_rewrite") && !$Category->exists("`id`='".$link['id_category']."' AND `status`='active' AND `path`='".$_GET['cat']."'")))
{
	$_GET['error'] = "404";
	include(HOME."error.php");
	exit;
}
*** replace it with following code
Code:
if (empty($link))
{
	$_GET['error'] = "404";
	include(HOME."error.php");
	exit;
}
save and close it.
John Turner is offline   Reply With Quote
Old 02-14-2007   #4
PassionSeed
 
PassionSeed's Avatar
 
Join Date: Oct 2006
Location: United States
Posts: 190
PassionSeed is on a distinguished road
Default

Thanks John. I made this modification as well as the modification listed here http://www.esyndicat.com/forum/about8983.html which also fixed the problem.

Quote:
Originally Posted by John Turner
Hi PassionSeed,

I have fixed your trouble.

Solution here:
open your '../view-link.php'
*** find following code
Code:
if (empty($link) || ($config->get("mod_rewrite") && !$Category->exists("`id`='".$link['id_category']."' AND `status`='active' AND `path`='".$_GET['cat']."'")))
{
	$_GET['error'] = "404";
	include(HOME."error.php");
	exit;
}
*** replace it with following code
Code:
if (empty($link))
{
	$_GET['error'] = "404";
	include(HOME."error.php");
	exit;
}
save and close it.
PassionSeed is offline   Reply With Quote
Old 02-19-2007   #5
PassionSeed
 
PassionSeed's Avatar
 
Join Date: Oct 2006
Location: United States
Posts: 190
PassionSeed is on a distinguished road
Default Mod not in v2.1.02

Some of the mods that are submitted to correct some bugs are not included in the most recent patch (v2.1.02). Is there a way to ensure that the mods the staff implement to correct problems are included in any new patch?

This one was not included.

Quote:
Originally Posted by PassionSeed
Thanks John. I made this modification as well as the modification listed here http://www.esyndicat.com/forum/about8983.html which also fixed the problem.
PassionSeed is offline   Reply With Quote
Old 02-20-2007   #6
John Turner
 
Join Date: Sep 2006
Posts: 1,428
John Turner is a jewel in the roughJohn Turner is a jewel in the roughJohn Turner is a jewel in the roughJohn Turner is a jewel in the rough
Default

Hi PassionSeed,

There is patch_2.1.01.txt file with list of bugfixes in the zipped patch package.
John Turner is offline   Reply With Quote
Old 02-20-2007   #7
PassionSeed
 
PassionSeed's Avatar
 
Join Date: Oct 2006
Location: United States
Posts: 190
PassionSeed is on a distinguished road
Default

Hi John,

I've applied the patch. I was merely saying that the problems resolved on this forum should be included in the next patch. This patch is not in the view-link.php file of the 2.1.01 patch. Here's what is there:

if (empty($link) || ($config->get("mod_rewrite") && !$Category->exists("`id`='".$link['id_category']."' AND `status`='active' AND `path`='".$_GET['cat']."'")))
{
$_GET['error'] = "404";
include(HOME."error.php");
exit;
}

After applying the patch, I had to apply the mod within this post as well.
Quote:
Originally Posted by John Turner
Hi PassionSeed,

There is patch_2.1.01.txt file with list of bugfixes in the zipped patch package.
PassionSeed is offline   Reply With Quote
Old 02-20-2007   #8
ibs
.
 
ibs's Avatar
 
Join Date: Aug 2006
Posts: 349
ibs is on a distinguished road
Default

WOw - hey "PassionSeed" did u say you had a even later patch than the v2.1.01 which is v2.1.02 = or is that just a typo...

Man i dont want the esydicat team to upgrade my directory till ALL - and i mean every single of one of those little troublesome bugs are fixed. I wont upgrade for another 6-9 months once this upgrade is 100% solid and guranteed..

hmm, i C i hav a lot of fixin 2 do
ibs is offline   Reply With Quote
Old 02-21-2007   #9
John Turner
 
Join Date: Sep 2006
Posts: 1,428
John Turner is a jewel in the roughJohn Turner is a jewel in the roughJohn Turner is a jewel in the roughJohn Turner is a jewel in the rough
Default

Hi Ibrahim Abdullah,
After 6-9 months I suppose new 3.x version will be available.
John Turner is offline   Reply With Quote
Old 02-21-2007   #10
PassionSeed
 
PassionSeed's Avatar
 
Join Date: Oct 2006
Location: United States
Posts: 190
PassionSeed is on a distinguished road
Default

Just a typo, Ibrahim.
Quote:
Originally Posted by Ibrahim Abdullah
WOw - hey "PassionSeed" did u say you had a even later patch than the v2.1.01 which is v2.1.02 = or is that just a typo...

Man i dont want the esydicat team to upgrade my directory till ALL - and i mean every single of one of those little troublesome bugs are fixed. I wont upgrade for another 6-9 months once this upgrade is 100% solid and guranteed..

hmm, i C i hav a lot of fixin 2 do
PassionSeed is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 12:36 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Testimonials | Articles | Support | Documentation | Privacy Policy | License | Affiliates | Contact Us