![]() |
![]() |
![]() |
|
|||||||
| 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. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Oct 2006
Location: United States
Posts: 190
![]() |
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
__________________
v2.1.03 Test Site Adult Shopping Mall Home-Based Business Opportunities Directory Unlimited Domain Hosting | Reseller Hosting |
|
|
|
|
|
#2 | |
|
Join Date: Oct 2006
Location: United States
Posts: 190
![]() |
See http://www.esyndicat.com/forum/about8983.html
It may resolve this problem. Quote:
__________________
v2.1.03 Test Site Adult Shopping Mall Home-Based Business Opportunities Directory Unlimited Domain Hosting | Reseller Hosting |
|
|
|
|
|
|
#3 |
|
Join Date: Sep 2006
Posts: 1,428
![]() ![]() ![]() ![]() |
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;
}
Code:
if (empty($link))
{
$_GET['error'] = "404";
include(HOME."error.php");
exit;
}
|
|
|
|
|
|
#4 | |
|
Join Date: Oct 2006
Location: United States
Posts: 190
![]() |
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:
__________________
v2.1.03 Test Site Adult Shopping Mall Home-Based Business Opportunities Directory Unlimited Domain Hosting | Reseller Hosting |
|
|
|
|
|
|
#5 | |
|
Join Date: Oct 2006
Location: United States
Posts: 190
![]() |
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:
__________________
v2.1.03 Test Site Adult Shopping Mall Home-Based Business Opportunities Directory Unlimited Domain Hosting | Reseller Hosting |
|
|
|
|
|
|
#6 |
|
Join Date: Sep 2006
Posts: 1,428
![]() ![]() ![]() ![]() |
Hi PassionSeed,
There is patch_2.1.01.txt file with list of bugfixes in the zipped patch package. |
|
|
|
|
|
#7 | |
|
Join Date: Oct 2006
Location: United States
Posts: 190
![]() |
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:
__________________
v2.1.03 Test Site Adult Shopping Mall Home-Based Business Opportunities Directory Unlimited Domain Hosting | Reseller Hosting |
|
|
|
|
|
|
#8 |
|
.
Join Date: Aug 2006
Posts: 349
![]() |
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 |
|
|
|
|
|
#9 |
|
Join Date: Sep 2006
Posts: 1,428
![]() ![]() ![]() ![]() |
Hi Ibrahim Abdullah,
After 6-9 months I suppose new 3.x version will be available. ![]() |
|
|
|
|
|
#10 | |
|
Join Date: Oct 2006
Location: United States
Posts: 190
![]() |
Just a typo, Ibrahim.
Quote:
__________________
v2.1.03 Test Site Adult Shopping Mall Home-Based Business Opportunities Directory Unlimited Domain Hosting | Reseller Hosting |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|