Ticket #134 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

"Mark this folder as read" isn't working

Reported by: gregarius@… Owned by: mdodoo
Priority: normal Milestone: Gregarius 0.5.5
Component: BUGS Version:
Severity: normal Keywords:
Cc:

Description

Failed to execute the SQL query

update item i, metatag m set i.unread = i.unread & 14 where i.cid = m.fid and m.tid = and m.ttype = 'channel'

Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and m.ttype = 'channel at line 1

I'm currently using revision 794

Change History

Changed 3 years ago by mdodoo

  • owner changed from mbonetti to mdodoo
  • status changed from new to assigned

Changed 3 years ago by mdodoo

From your report, it looks like the 'vfolder' POST value is not being delivered properly. However, I cannot seem to duplicate the problem (I tried it both with and without mod_rewrite, and by using folders, categories, and feeds). Can you check the source of the affected page for the line

 <input name="vfolder" value="18" type="hidden"> 

and tell me if vfolder has a value?

Changed 3 years ago by mbonetti

  • status changed from assigned to closed
  • resolution set to fixed

Got it, fixed in [795]. The problem wasn't in the vfolders, but rather the Folder "mark as read" routine overlapping into the vfolders one.

Note: See TracTickets for help on using tickets.