i delete all forum and users. but still in phpmyadmin mybbh6_templates showing large size
what should i do to reduce database and run the forum without error.
but i dont need any old post and user. i have only admin id there
Remove all unnecessary templates
Admin Control Panel -> Templates & Style -> Templates
If you don't need posts or users it'd probably be easier to re-install wouldn't it? Can't think how you would possibly have managed to have 15 million templates created.
They're the template sets, the templates are within those.
global template showing blank
![[Image: 7dbd5a97b98e5001e920a511636c80b6.png]](https://camo.mybb.com/12e956390d7e593c0464e3ac2a10b29903df0425/68747470733a2f2f692e6779617a6f2e636f6d2f37646264356139376239386535303031653932306135313136333663383062362e706e67)
here is blade templates
i just want all my theme setting and new pages to be there. so what to do?
if i dump that mybbh6_templates and reupload the theme it will work?
(2021-11-29, 12:11 PM)Matt Wrote: [ -> ]If you don't need posts or users it'd probably be easier to re-install wouldn't it? Can't think how you would possibly have managed to have 15 million templates created.
Yes I think that's weird, too. Don't know if crashed table would have that stats?
OP please use phpMySQL to browse into that table for two or three pages and get a screenshot.
Team members looking at this, so will stay clear. Must say curious about that theme. Got a link?
Sorry, it seems those screenshots didn't help at all.
Now let's try some SQL query. In phpMySQL, get into the database, run the following queries separately and get screenshots of the results:
select * from mybbh6_templates where title='forumdisplay';
select * from mybbh6_templatesets;