Page 1 of 2

exit tags lead back to blog

Posted: Wed Mar 07, 2007 7:49 am
by Zugschlus
Hi,

my s9y (http://blog.zugschlus.de/) frequently goofs up with exit marking. All exit links lead back to the blog itself. Rebuilding the cache solves the issue until it surfaces for the next time.

Can I help debugging this?

My blog is currently in this state, I have not rebuilt the cache to show the issue. Just look for the link in http://blog.zugschlus.de/archives/16-An ... iefen.html

Greetings
Marc

Re: exit tags lead back to blog

Posted: Wed Mar 07, 2007 9:59 am
by yellowled
Zugschlus wrote:my s9y (http://blog.zugschlus.de/) frequently goofs up with exit marking. All exit links lead back to the blog itself. Rebuilding the cache solves the issue until it surfaces for the next time.
Just an observation: This doesn't happen with sidebar links, so maybe you're using some kind of (markup?) event plugin which is responsible for this? The browser compatibility plugin comes to mind, but maybe that's just because it's got a bad record :)

YL

Re: exit tags lead back to blog

Posted: Wed Mar 07, 2007 12:53 pm
by garvinhicking
Hi!

Hm, that link points to

http://blog.zugschlus.de/exit.php?url_i ... ntry_id=16

which seems to be a valid link. Does your serendipity_exits table not hold an id for 2219 and 16?

Regards,
Garvin

Re: exit tags lead back to blog

Posted: Wed Mar 07, 2007 5:48 pm
by Zugschlus
garvinhicking wrote: Hm, that link points to

http://blog.zugschlus.de/exit.php?url_i ... ntry_id=16

which seems to be a valid link.
But when you call that link, it sends a 301 to http://blog.zugschlus.de/. Which certainly is wrong.
Does your serendipity_exits table not hold an id for 2219 and 16?
mysql> select * from mh_s9y_exits where entry_id=2219;
Empty set (0.00 sec)

mysql> select * from mh_s9y_exits where entry_id=16;
Empty set (0.00 sec)

mysql>

Is that what you mean?

Re: exit tags lead back to blog

Posted: Wed Mar 07, 2007 5:50 pm
by Zugschlus
YellowLed wrote:
Zugschlus wrote:my s9y (http://blog.zugschlus.de/) frequently goofs up with exit marking. All exit links lead back to the blog itself. Rebuilding the cache solves the issue until it surfaces for the next time.
Just an observation: This doesn't happen with sidebar links, so maybe you're using some kind of (markup?) event plugin which is responsible for this? The browser compatibility plugin comes to mind, but maybe that's just because it's got a bad record :)
I have disabled that one five minutes ago. Let's see what happens.

Re: exit tags lead back to blog

Posted: Wed Mar 07, 2007 6:47 pm
by garvinhicking
Hi!

That's strange the serendipity_exits DB table should hold entries for you. Can you check if it has them after you reparse your entries?

At some point they seem to be deleted, maybe you can see when/how that happens? Maybe if you edit an existing entry?

Regards,
Garvin

Re: exit tags lead back to blog

Posted: Wed Mar 07, 2007 6:59 pm
by Zugschlus
garvinhicking wrote: That's strange the serendipity_exits DB table should hold entries for you. Can you check if it has them after you reparse your entries?
Yes, I can check, and no, the two queries still return empty sets despite the exit links now leading to the correct target.

Greetings
Marc

Re: exit tags lead back to blog

Posted: Wed Mar 07, 2007 7:19 pm
by garvinhicking
Hi!

Is the exit.php link maybe then ?url=asd879a87sd987as9d7 with an encoded string, instead of ?url_id&entry_id?

Regards,
Garvin

Posted: Mon Mar 12, 2007 10:52 am
by matthiasm3112
I have the same problem. There are no entries in the serendipity_exits table. The problem began a few days ago, I only realized it today.

I updated to 1.1.2 then (from 1.0). Could there be a problem in the update? Also, I started using TinyMCE, but I cannot imagine a problem here, because the HTML is the same.

As a temporary workaround: is it possible to deactivate the rewriting of outbound URLs? Which file or function would that be?

Regards
Matthias

Re: exit tags lead back to blog

Posted: Mon Mar 19, 2007 6:01 pm
by Zugschlus
Zugschlus wrote:
YellowLed wrote:
Zugschlus wrote:my s9y (http://blog.zugschlus.de/) frequently goofs up with exit marking. All exit links lead back to the blog itself. Rebuilding the cache solves the issue until it surfaces for the next time.
Just an observation: This doesn't happen with sidebar links, so maybe you're using some kind of (markup?) event plugin which is responsible for this? The browser compatibility plugin comes to mind, but maybe that's just because it's got a bad record :)
I have disabled that one five minutes ago. Let's see what happens.
The bug still occurs.

Greetings
Marc

Re: exit tags lead back to blog

Posted: Mon Mar 19, 2007 6:05 pm
by Zugschlus
garvinhicking wrote: Is the exit.php link maybe then ?url=asd879a87sd987as9d7 with an encoded string, instead of ?url_id&entry_id?
I do not quite understand what you mean here.

The bug is currently present again. See http://blog.zugschlus.de/archives/523-E ... PN-CA.html, and click on the link "useable CA software", which links to http://blog.zugschlus.de/exit.php?url_i ... try_id=523. When I click on it, I end up at http://blog.zugschlus.de/ via a "301 Moved Permanently with Location: http://www.blog.zugschlus.de". Try it yourself.

Re: exit tags lead back to blog

Posted: Tue Mar 20, 2007 10:17 am
by garvinhicking
Hi!

If you browser your serendipity_exits table, is there anything within the recent exits that corresponds to the URL you entered? Do its url_id/entry_id match the one in your entry?

When you upgraded your s9y, are you sure you uploaded all files properly, especially the include/functions*.* files?

If you use the entryproperties plugin, do you have caching enabled? That could be a possible source of the problem.

When you save your entry, do you perform trackbacks/url pings? Can you make sure they succeed, or save your entry without performing xmlrpc pings?

Which event plugins are oyu using?

Regards,
Garvin

Posted: Tue Mar 20, 2007 12:00 pm
by midnightflash
I got the same Problem after upgrading from 1.1.beta5 to 1.1.2.
After disabling caching it works again.

Strange... :?

Same Problem as Zugschlus...

Posted: Tue Mar 20, 2007 12:42 pm
by Rince
Hiho,

I have the same problem as Marc since my upgrade to 1.1.2.
If you browser your serendipity_exits table, is there anything within the recent exits that corresponds to the URL you entered? Do its url_id/entry_id match the one in your entry?
not on my system. Since the upgrade apparently nothing got inesrted into that table. The last entry is 460, the actual should be 463.
When you upgraded your s9y, are you sure you uploaded all files properly, especially the include/functions*.* files?
at least I'd say so since there was no error during the upgrade. The latest file is functions_entries.php from March 1st with "$Id: functions_entries.inc.php 1639 2007-03-01 19:55:51Z garvinhicking $"
If you use the entryproperties plugin, do you have caching enabled? That could be a possible source of the problem.
I can not find that plugin on my blog therefore I think I don't have it installed. I have a plugin with the Description "Show links to services like Digg, Technorati, del.icio.us etc related to your entry." - does that help? (found with select name, version from serendipity_pluginlist where name LIKE '%entry%'; )
When you save your entry, do you perform trackbacks/url pings? Can you make sure they succeed, or save your entry without performing xmlrpc pings?
I see that the trackback pings go to the exit-url, not the real URL. I don't know why.
Which event plugins are oyu using?
Well - the list of plugins via sql shows 208 rows, shall I give you the complete list or are you looking for some specific?

Posted: Tue Mar 20, 2007 1:12 pm
by midnightflash
There are two...
I only got the german names. :-(
I'll give you the estimated english names after the "~".

- Erweiterte Eigenschaften von Artikeln
~ advanced article features

- Textformatierung: Externe Links zählen
~ text formating: count external links