version 1.5.8
noticed some weirdness with the admin and settings
looked at the database, millions of entries, some entries have only a few dups, some entries thousands of dups.
some dupes all have the same values, for some only the first (lowest id) value is different, and all the dups share the same value. and some dups have alternating values (for example 100 the next will be 200 then 100 again etc), and some which seem to be a counter seem to have ever-increasing values.
yet some settings are not duplicated all, but some have very low id, yet some have a very large id (as if the lower id get delete when a new one is created)
some settings have low id yet all the dups id's are in the millions
some dupes are created in pairs, where one has a null creator, while the other has a valid creator.
bottom line, no consistent pattern...
but the worse thing is that these dupes are continuously created, even in the middle of the night when no one should be using the site (very low traffic site)...
currently only nine are continuously created... admin_lastvisit% recapcha_% magic_max_%
SELECT * FROM `zp_options` ORDER BY `id` DESC
id ownerid name value theme creator
7974824 0 admin_lastvisit 1 zp-core/lib-auth.php
7974823 0 admin_lastvisit_timeframe 600 zp-core/lib-auth.php
7974822 0 reCaptcha_size normal zp-core/zp-extensions/reCaptcha.php
7974821 0 reCaptcha_type image zp-core/zp-extensions/reCaptcha.php
7974820 0 reCaptcha_theme light zp-core/zp-extensions/reCaptcha.php
7974819 0 magick_max_width 0 NULL
7974818 0 magick_max_height 0 NULL
7974817 0 magick_max_width 0 zp-core/lib-Imagick.php
7974816 0 magick_max_height 0 zp-core/lib-Imagick.php
7974815 0 admin_lastvisit 1 zp-core/lib-auth.php
7974814 0 admin_lastvisit_timeframe 600 zp-core/lib-auth.php
7974813 0 reCaptcha_size normal zp-core/zp-extensions/reCaptcha.php
7974812 0 reCaptcha_type image zp-core/zp-extensions/reCaptcha.php
7974811 0 reCaptcha_theme light zp-core/zp-extensions/reCaptcha.php
7974810 0 magick_max_width 0 NULL
7974809 0 magick_max_height 0 NULL
7974808 0 magick_max_width 0 zp-core/lib-Imagick.php
7974807 0 magick_max_height 0 zp-core/lib-Imagick.php
7974806 0 license_accepted 1.5.9a NULL
7974805 0 backup_compression 9 NULL
7974804 0 admin_lastvisit 1 zp-core/lib-auth.php
7974803 0 admin_lastvisit_timeframe 600 zp-core/lib-auth.php
7974802 0 reCaptcha_size normal zp-core/zp-extensions/reCaptcha.php
7974801 0 reCaptcha_type image zp-core/zp-extensions/reCaptcha.php
7974800 0 reCaptcha_theme light zp-core/zp-extensions/reCaptcha.php