![]() |
![]() |
![]() |
|
|||||||
| 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 |
|
|
#21 |
|
eSyndiCat Lead Developer
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,596
![]() ![]() ![]() ![]() |
Hello Murali,
Please check up your PM. |
|
|
|
|
|
#22 |
|
Join Date: Feb 2007
Posts: 23
![]() |
Hello Sergey Ten,
Reciprocal details have been sent to you via PM. Regards, Murali. |
|
|
|
|
|
#23 |
|
Join Date: Feb 2007
Posts: 23
![]() |
Hello Sergey Ten,
Its working,thank you very much.. Thanking you with Regards, Murali |
|
|
|
|
|
#24 |
|
eSyndiCat Lead Developer
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,596
![]() ![]() ![]() ![]() |
You are welcome Murali
![]() |
|
|
|
|
|
#25 |
|
Join Date: Oct 2006
Posts: 1
![]() |
Hello, Sergey Ten
I got same error. please tell me how to fix it via email. i use The latest version eSyndiCat Pro v2.1.03 Thank you . Last edited by suntaigang; 05-22-2007 at 01:27 AM. |
|
|
|
|
|
#26 |
|
eSyndiCat Lead Developer
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,596
![]() ![]() ![]() ![]() |
Hello and welcome to our support forum suntaigang,
Please read this thread: http://www.esyndicat.com/forum/about9212.html |
|
|
|
|
|
#27 | |
|
Join Date: Apr 2006
Posts: 140
![]() |
Quote:
I'm using 2.1.03, and the solution in the above thread does not seem to work for some of us. I have implemented it, and as others have mentioned previously it accepts any url in the reciprocal links field, even if the page doesn't have a reciprocal link on it. Please can someone post a solution to this problem. Thanks |
|
|
|
|
|
|
#28 |
|
Join Date: Apr 2006
Posts: 140
![]() |
Thread Bump
I know everyone is probably very busy playing with 2.2, but if anyone could look at this problem for a few minutes I'd be grateful. It is the last 'bug' I have to sort before making my directory live, so I'm obviously keen to get it fixed. Thank you |
|
|
|
|
|
#29 |
|
Join Date: Apr 2006
Posts: 140
![]() |
Hello,
I also submitted this problem as a ticket to the support desc, and are happy to report that Salva B fixed the problem for me. I'd like to say a thank you to the support team for their quick and effective help, despite being very busy with the introduction of 2.2. Thanks Tim |
|
|
|
|
|
#30 |
|
Join Date: Apr 2006
Posts: 140
![]() |
So that anyone else with the same problem can help themselves, I asked the support team to send me the details of how they solved the problem.
This is the solution; Hi I did some changes in the function has_url() (/includes/util.php). Here this function with changes: function has_url($text, $href='') { $reciprocal = "#]+href=(?:[\'\"]{0,1})(?:\s*)".preg_quote($href, "#")."(?:\s*)(?:[\'\"]{0,1})(?:[^>]*)>(?:.*)#is"; $res = 0; $content = $text; if ($content) { $res = preg_match($reciprocal, $content); } // if there were no WWW. part in the URL then check again with if(!$res && false===strpos($text, "://www.")) { $href = str_replace("://", "://www.", $href); $reciprocal = "#]+href=(?:[\'\"]{0,1})(?:\s*)".preg_quote($href, "#")."(?:\s*)(?:[\'\"]{0,1})(?:[^>]*)>(?:.*)#is"; $res = preg_match($reciprocal, $content); } return $res; } That all Support |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|