1
I have asked this question once, unfortunately it was one of the posts that were lost in the 2nd of the most recent hacking attacks, so I am not sure if anyone was able to answer before hand.
I have the same problem on 2 XOOPS sites.
Both sites have the XOOPS default template set and a template set I cloned before, I now want to make more changes and require a 3rd template so that I have something to fall back on if things change...
No matter which template I clone, either the XOOPS default or the template set I currently use, the new template set has double the amount of templates that it should have. (Ideally I want to be able to clone my current template set as it has already been modifed, I just want to make further modifications, based on those that already work well for me...)
This effects all but one module (articles 0.17 does not multiply for some reason) and also effects the system templates.
The 2 sites are on different servers and are different XOOPS versions, so not really sure what is going on here.
Oh, and its not just them templates that get doubled, the table that holds the text descriptions for mylinks and the same for mydownloads has each field doubled also.
At the database end, it means the following tables pretty much double in size:
mylinks_text
mydownloads_text
tplsource
tplset
tplfile
(actually one of these template table is fine, only the ones that contain or point to templates are affected)
In admin every single template is doubled, and I can make changes to either - just a bit weird as I have to keep checking to see which template I have changed.
From the users point of view, it looks as though I have added each and every link & download on the site 2 times.
Now, I have tried this 3 times now, and had to clean the mess in the database 3 times, I don't know whats causing the problem, and I don't know how to correct the problem, do you have any ideas?
FYI: 2 sites are effected.
site 1: Windows/IIS/xoops 2.0.9.2
site 2: Linux/Apache/xoops 2.0.13
Any help would be appreciated.
Thanks
Dave