[wp-trac] [WordPress Trac] #4880: modrewrite weirdness with pingback
WordPress Trac
wp-trac at lists.automattic.com
Fri Aug 31 16:15:12 GMT 2007
#4880: modrewrite weirdness with pingback
---------------------+------------------------------------------------------
Reporter: matija | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.4 (next)
Component: XML-RPC | Version:
Severity: normal | Keywords:
---------------------+------------------------------------------------------
i'm gonna describe my problem and solution i make:[[BR]]
i wrote a 'page' about something, doesn't matter, let's name it 'lookme'.
this page was accesible via modrw url mydomain.com/lookme. after some
time, i decided to migrate it to 'post'.[[BR]]
i rename page name and page slug, added -old at the end. new url/name is
now mydomain.com/lookme-old. i rename it while i was copying data to new
one, then i delete old 'page' so only the new 'post' exists.[[BR]]
since then, no pingback come to this post. i check server settings,
xmlrpc.php, upgrade wp to 2.2.2, nothings happen. i go deeper in code, and
i found, that function url_to_postid returns nothing, while in db, i still
found 'lookme-old'.[[BR]][[BR]]
solution that works for me: i deleted row from wp_options (rewrite_rules),
and generate new one via admin > options > permalinks. now works
fine.[[BR]]
[[BR]]
problem, i think, or solution: should you delete 'old' rules if some page
is deleted and recreate another one?[[BR]]
greetings
--
Ticket URL: <http://trac.wordpress.org/ticket/4880>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list