garvinhicking wrote:
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?
my s9y_exists table does not have an url_id column. For the entry_id, there are database entries:
Code: Select all
mysql> select * from mh_s9y_exits where entry_id=523;
+----------+------------+-------+--------+-------------------+------+----------------------------------------------------+-------+
| entry_id | day | count | scheme | host | port | path | query |
+----------+------------+-------+--------+-------------------+------+----------------------------------------------------+-------+
| 523 | 2007-03-06 | 15 | http | blog.zugschlus.de | | /archives/344-Looking-for-useable-CA-software.html | |
| 523 | 2007-03-07 | 14 | http | blog.zugschlus.de | | /archives/344-Looking-for-useable-CA-software.html | |
| 523 | 2007-03-08 | 2 | http | blog.zugschlus.de | | /archives/344-Looking-for-useable-CA-software.html | |
| 523 | 2007-03-09 | 8 | http | blog.zugschlus.de | | /archives/344-Looking-for-useable-CA-software.html | |
| 523 | 2007-03-10 | 1 | http | blog.zugschlus.de | | /archives/344-Looking-for-useable-CA-software.html | |
| 523 | 2007-03-12 | 2 | http | blog.zugschlus.de | | /archives/344-Looking-for-useable-CA-software.html | |
| 523 | 2007-03-15 | 1 | http | blog.zugschlus.de | | /archives/344-Looking-for-useable-CA-software.html | |
| 523 | 2007-03-16 | 1 | http | blog.zugschlus.de | | /archives/344-Looking-for-useable-CA-software.html | |
| 523 | 2007-03-17 | 1 | http | blog.zugschlus.de | | /archives/344-Looking-for-useable-CA-software.html | |
| 523 | 2007-03-18 | 2 | http | blog.zugschlus.de | | /archives/344-Looking-for-useable-CA-software.html | |
| 523 | 2007-03-20 | 2 | http | blog.zugschlus.de | | /archives/344-Looking-for-useable-CA-software.html | |
+----------+------------+-------+--------+-------------------+------+----------------------------------------------------+-------+
11 rows in set (0.00 sec)
garvinhicking wrote:
When you upgraded your s9y, are you sure you uploaded all files properly, especially the include/functions*.* files?
I am running from an svn checkout from svn://svn.berlios.de/serendipity/branches/1.1 which seems to be fine. svn status only shows my uploads directory, some templates, a manual change to fix a bug in event_spamblock, and the spartacus plugins.
garvinhicking wrote:
If you use the entryproperties plugin, do you have caching enabled? That could be a possible source of the problem.
Yes, I have caching enabled. I am reluctant to disable this to reduce impact on the server. Shall I do so for testing?
garvinhicking wrote:
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 have saved the offending article once more, s9y did not send out the trackback this time, and the link is still broken.
[
Spartacus 2.9, Transforms HTML for comments 1.01, Spam Protector (SURBL) 1.0, Spam Protector (RBL) 1.0, Spam Protector 1.61, Tagging of entries 2.36, Tooltips 1.2, Trackback-Control 1.6, Extended properties for entries 1.13, Versioning of Entries 0.3, Category Assignment 1.0, Link List 1.4, POPfetcher 1.6, Layout-Plugin Link-Markup 1.0, Layout-Plugin Printerfriendly version 1.0, Layout-Plugin Quote-Markup 1.0, Properties/Templates of categories 0.6, Tempalte chooser 1.4, User Profiles 0.14, HTML Link Metatags 1.1, Google Sitemap Generator 0.12, Links to next/previous entry 1.23, Validates authors login 1.01, Show read/unread state of entries for visitors 1.1, Statistics 1.44, Markup, NL2BR 1.7, Markup: Serendipity 1.3, PLUGIN_EVNT_QUOTES_NAME 1.0, Markup: Wordwarp long text 1.01, Markup: Track exists 1.8, Gravatar/Favatar 1.2, Fix common XHTML errors 1.5, HTML Validator 1.0. There really should be a front-end to obtain a pastable list of installed plugins

or at least a documented database query.
Greetings
Marc