exit tags lead back to blog

Found a bug? Tell us!!
Zugschlus
Regular
Posts: 144
Joined: Sun Feb 05, 2006 12:54 am
Location: St. Ilgen, Germany
Contact:

exit tags lead back to blog

Post 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
--
Marc Haber, St. Ilgen, Germany
https://blog.zugschlus.de/ - nach langer Pause jetzt wieder online
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: exit tags lead back to blog

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: exit tags lead back to blog

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Zugschlus
Regular
Posts: 144
Joined: Sun Feb 05, 2006 12:54 am
Location: St. Ilgen, Germany
Contact:

Re: exit tags lead back to blog

Post 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?
--
Marc Haber, St. Ilgen, Germany
https://blog.zugschlus.de/ - nach langer Pause jetzt wieder online
Zugschlus
Regular
Posts: 144
Joined: Sun Feb 05, 2006 12:54 am
Location: St. Ilgen, Germany
Contact:

Re: exit tags lead back to blog

Post 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.
--
Marc Haber, St. Ilgen, Germany
https://blog.zugschlus.de/ - nach langer Pause jetzt wieder online
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: exit tags lead back to blog

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Zugschlus
Regular
Posts: 144
Joined: Sun Feb 05, 2006 12:54 am
Location: St. Ilgen, Germany
Contact:

Re: exit tags lead back to blog

Post 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
--
Marc Haber, St. Ilgen, Germany
https://blog.zugschlus.de/ - nach langer Pause jetzt wieder online
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: exit tags lead back to blog

Post by garvinhicking »

Hi!

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

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
matthiasm3112
Regular
Posts: 5
Joined: Mon Aug 21, 2006 2:46 pm

Post 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
Zugschlus
Regular
Posts: 144
Joined: Sun Feb 05, 2006 12:54 am
Location: St. Ilgen, Germany
Contact:

Re: exit tags lead back to blog

Post 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
--
Marc Haber, St. Ilgen, Germany
https://blog.zugschlus.de/ - nach langer Pause jetzt wieder online
Zugschlus
Regular
Posts: 144
Joined: Sun Feb 05, 2006 12:54 am
Location: St. Ilgen, Germany
Contact:

Re: exit tags lead back to blog

Post 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.
--
Marc Haber, St. Ilgen, Germany
https://blog.zugschlus.de/ - nach langer Pause jetzt wieder online
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: exit tags lead back to blog

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
midnightflash
Posts: 4
Joined: Tue Mar 20, 2007 11:24 am

Post by midnightflash »

I got the same Problem after upgrading from 1.1.beta5 to 1.1.2.
After disabling caching it works again.

Strange... :?
Rince
Regular
Posts: 8
Joined: Tue Mar 20, 2007 12:17 pm

Same Problem as Zugschlus...

Post 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?
midnightflash
Posts: 4
Joined: Tue Mar 20, 2007 11:24 am

Post 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
Post Reply