toxicum
Forum Replies Created
-
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] browserconfig.xmlSame problem here with latest version.
If you enable 6G or 5G, access to browserconfig.xml is blocked.
One can test using the “Favicon by RealFaviconGenerator” plugin and activate a Favicon.
Forum: Plugins
In reply to: [jQuery Updater] Update from 3.5 – 3.51 Render Block?Thanks for the quick fix
Forum: Plugins
In reply to: [jQuery Updater] Update from 3.5 – 3.51 Render Block?Same here. jQuery does not load, as the version is wrong.
Menus and galleries do not work for this reason anymore 🙁/wp-content/plugins/jquery-updater/js/jquery-3.5.0.min.js?ver=3.5.1
Hope the maintainers release an update asap (and test better the next time).
Forum: Plugins
In reply to: [SlimStat Analytics] Slimstat slows down website loadingPls temporarily install and enable the Query Monitor plugin and check what up.
It gives you good hints whats the culprit.My sites all run blazingly fast with Slimstat enabled using this settings:
Track Backend: disabled
Tracking Mode: Client
Private Mode: On
Set Cookie: OnI found a problem with the Browscap version check, which has a bug which causes the plugin to check for a new version with every request (to github.com). For this, there is a pending PR which fixes it.
Check the Query Monitor results for “HTTP Api Calls”. If there is one caused by the plugin to github.com, you are hit by the problem as well.
- This reply was modified 6 years, 1 month ago by toxicum.
Forum: Plugins
In reply to: [SlimStat Analytics] Display is VERY slowThought about your issue again.
How large is your wp_slim_stats db table?
If it is very large, have you enabled archiving? If not, please enable it. Maybe you need to reduce the archiving time frame to reduce the size of the live db table.Thanks for your help.
Interesting.
I deleted the uploaded 1.9.12 version plugin folder, moved 1.9.11 release back to plugins, re-activated FooGallery, and the warnings are gone!The fs_ db option rows seem to have cleaned up now, as they only contain the foobox-image-lightbox info.
I then deactivated / activated all other plugins which use freemium.
Warnings are permanently gone.
It seems freemius is not that easy. Singleton is ok, but when many plugins install different versions, how could that work?
Moved plugin dir, then installed 1.9.12. Nothing changed:
Notice Undefined index: add-expires-headers/freemius
wp-content/plugins/foobox-image-lightbox/freemius/start.php:184
foobox_fs()
wp-content/plugins/foobox-image-lightbox/foobox-free.php:61
Plugin: foobox-image-lightbox
Notice Trying to get property ‘plugin_path’ of non-object
wp-content/plugins/foobox-image-lightbox/freemius/start.php:189
foobox_fs()
wp-content/plugins/foobox-image-lightbox/foobox-free.php:61
Plugin: foobox-image-lightbox
Notice Undefined index: add-expires-headers/freemius
wp-content/plugins/foobox-image-lightbox/freemius/start.php:277
foobox_fs()
wp-content/plugins/foobox-image-lightbox/foobox-free.php:61
Plugin: foobox-image-lightbox
Notice Undefined index: add-expires-headers/freemius
wp-content/plugins/foogallery/freemius/start.php:184
foogallery_fs()
wp-content/plugins/foogallery/foogallery.php:65
Plugin: foogallery
Notice Trying to get property ‘plugin_path’ of non-object
wp-content/plugins/foogallery/freemius/start.php:189
foogallery_fs()
wp-content/plugins/foogallery/foogallery.php:65
Plugin: foogalleryWill try now to perform the freemius cleaner. I’m quite sure it has to do with the leftovers in the 2 option rows I mentioned.
Yes, np
FooGallery was updated tonight to version 1.9.11
Same problem.
This causes trouble in other plugin:
https://wordpress.org/support/topic/undefined-indexes-and-other-notices/#post-12596180
It seems I’m in the freemius mess.
https://wordpress.org/support/topic/freemius-mess/When I reinstall add-expires-header 2.0 and activate, errors are gone. When I then deactivate and deinstall the plugin, the notices are back.
FooBox uses Freemius 2.3.0
Add-Expires-Header 2.0 uses 2.3.2Maybe thats the cause?
- This reply was modified 6 years, 2 months ago by toxicum.
Also, there are leftovers in wp_options.fs_accounts row
If course.
WordPress 5.3.2
PHP 7.3.16
FooGallery 1.9.8
FooBox Image Lightbox 2.7.8The add-expires-header plugin I uninstalled completely, but there are some leftovers in this table row. It also used the freemius library.
option_value.fs_active_plugins:
0:8:"stdClass":3:{ ... O:8:"stdClass":5:{ s:11:"plugin_path"; s:43:"add-expires-headers/add-expires-headers.php"; s:8:"sdk_path"; s:28:"add-expires-headers/freemius"; s:7:"version"; s:5:"2.3.2"; s:13:"in_activation"; b:1; s:9:"timestamp"; i:1584787157; } }as well as in the fs_accounts row.
- This reply was modified 6 years, 2 months ago by toxicum.
Forum: Plugins
In reply to: [SlimStat Analytics] Slimstat menu doesn’t showGlad you found it.
Seems the author has some serious issues, since he didn’t respond since a few months (very unusual).
Therefore I implement important fixes into https://github.com/slimstat/wp-slimstat/pull/5 I need myself, so others can have a temporary fix until Jason is back.