Menu

#1273 template duplicate issue

XOOPS_2.5.x
pending
irmtfan
None
1
2014-01-23
2013-05-28
No

if module template type was not "module" (if its type was admin) it will created countless duplicate templates with each update.

you can easily find this bug by updating system module several times then go to phpmyadmin and table "tplfile" and search for tpl_module = system
SELECT * FROM PREFIX_tplfile WHERE tpl_module = "system"

See also:
http://sourceforge.net/p/xoops/bugs/1221/

See more info here:
http://xoops.org/modules/newbb/viewtopic.php?topic_id=76065

1 Attachments

Discussion

  • Michael Beck

    Michael Beck - 2013-05-28
     
  • Michael Beck

    Michael Beck - 2013-09-15
    • status: open --> pending
    • assigned_to: irmtfan
     
  • Michael Beck

    Michael Beck - 2013-09-15

    Committed to SVN
    TODO: provide Upgrade for existing installation

     
  • Richard Griffith

    As far as I have been able to determine, the patch as supplied works fine. When you update the system module it cleans up the duplicates and then adds the new index, so existing installations should be covered. Seems solid to me.

    Are there any known cases where that fails?

     

Log in to post a comment.