Bug #95
broken compatibility with wp-simile-timeline plug-in
| Status : | New | Start : | 03/10/2009 | |
| Priority : | Normal | Due date : | ||
| Assigned to : | - | % Done : | 0% |
|
| Category : | - | |||
| Target version : | - | |||
Description
WP-ML 1.3.4.15 works nicely together with wp-simile-timeline 0.4.5 in WP 2.7.1 (using default permalinks "?p=123" is mandatory).
upgrading WP-ML to 2.2 betta breaks wp-simile-timeline functionality and seems like there's more than one issue:
investigating the problem I noticed that XML files produced by wp-simile-timeline (this are used as a data source
by the simile timeline Ajax widget) becomed invalid XML after WP-ML upgrade, particularly links to articles
included in XML attributes look like "&language=" instead of "&language=".
anyway while experimenting think I've changed some settings somewhere and I'm not even able reproduce this problem
as it fails a step before.
The first issue to be solved is that an Ajax request to the following path:
/wp-content/plugins/wp-simile-timeline/data/timeline.js.php?v=20090301&id=stl-mytimeline
gets a 301/302 error and is redirected to:
/?v=20090301&id=stl-mytimeline&language=en
manually typing this path on the location bar:
/wp-content/plugins/wp-simile-timeline/data/timeline.js.php?v=20090301&id=stl-mytimeline&language=en
the correct file is returned, so there's a redirection issue at first.