Ticket #112 (closed defect: wontfix)

Opened 2 years ago

Last modified 2 years ago

Fatal Error Code 3: [D001, Received reply is not XML]: when visiting prefs.php in 1.2.3-p1

Reported by: trac-user Assigned to: fox
Priority: minor Milestone:
Component: backend Version:
Keywords: d001 prefs.php xml Cc:

Description

Fatal Error Code 3: [D001, Received reply is not XML]: when visiting prefs.php in 1.2.3-p1

Not entirely consistent, about 1 time in 20 the page renders without problems.

Using 1.2.3-p1 Using Firefox 1.5.07 Postgres database

?debug=1 output

# 15:41:59] selectTab: genConfig(NU: undefined) # [15:41:59] confirm_feed_catchup => 0 # [15:41:59] feeds_sort_by_unread => 0 # [15:41:59] hide_read_feeds => 0 # [15:41:59] on_catchup_show_next_feed => # [15:41:59] daemon_refresh_only => # [15:41:59] feeds_frame_refresh => 600 # [15:41:59] daemon_enabled => # [15:41:59] toolbar_view_mode => adaptive # [15:41:59] reading init-params... # [15:41:59] sanity check ok # [15:41:58] debug mode activated

Change History

10/10/06 03:38:25 changed by trac-user

verified on more than one linux box The global xmlhttp object seems to be reusing callbacks even though they should have been changed. It can be fixed by using Ajax.Request in protype as shown below

function updatePrefsList() {

pars = "op=pref-prefs"; new Ajax.Request("backend.php", { method : 'get', parameters: pars, onSuccess: prefslist_callback }); } The callback needs slight changes as well.

version of prefs.js with the problem fixed can be found at

http://blog.odonnell.nu/tiny/prefs.js

01/11/07 16:54:02 changed by fox

  • status changed from new to closed.
  • resolution set to wontfix.

It seems that the problem is related to Firebug extension, this - not tt-rss bug. Closed.

Forum thread: http://tt-rss.spb.ru/forum/viewtopic.php?p=597