MyBB Community Forums

Full Version: Template doesn't edit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2011-06-02, 09:56 PM)LMCampbell Wrote: [ -> ]
(2011-06-02, 09:31 PM)Aries-Belgium Wrote: [ -> ]
(2011-06-02, 09:27 PM)pavemen Wrote: [ -> ]check the database for duplicate names in the same tid. i have found that sometimes you get a new template instead of updating when editing (still not sure of the exact reasons that happens) so when you edit the changes show in the editor but the template system is using the old version

Yeah, I had this problem once as well.

So in phpMyAdmin and run this query:
SELECT * FROM `mybb_templates` WHERE title='header'
And check if there are two rows with the same sid. You will need to remove one of them manually.

Each TID is different and I can't find codepress?

check the SID. I had it wrong and called it TID, should check SID for this issue
Ah yeah there were multiples. Thanks, it seems to have fixed the issue removing it. <3

Pages: 1 2