huge problem with database size !
-
First of all: thanks for this wonderful plugin !!
I like it very much, mostly for the good customizability – e.g. the possibility to use html-Code in popups.
Worked fine here for 1 month – but then it caused a huge problem – suddenly I couldn’t login to the dashboard.
After enabling the debug mode, it was clear: a database problem – the max-size was exceeded.Popup-Maker Plugin produced over 25.000 entries in the postmeta-table of the database – more than 23.000 with no value, but using space.
So the database enlarged more than 30 MB.Here’s the result of a database query:
SELECT count(*) FROMwp_postmeta
WHERE meta_key like ‘popup_%’ and meta_value=”
-> 23015SELECT count(*) FROM
wp_postmeta
WHERE meta_key like ‘popup_%’ and meta_value <> ”
-> 1863Is there a reason for this or better: a solution?
Would like to use Popup-Maker again – as a workaround I deactivated it and deleted the empty entries in the database.Thanks a lot for your help!
- The topic ‘huge problem with database size !’ is closed to new replies.