slavo7
Forum Replies Created
-
PHP Fatal error: Uncaught Error: Call to undefined function pum_is_func_disabled() in /var/www/vhosts/wordpress/httpdocs/wp-content/plugins/popup-maker/classes/Install.php:58 Stack trace: #0 /var/www/vhosts/wordpress/httpdocs/wp-content/plugins/popup-maker/classes/Install.php(36): PUM_Install::do_multisite(true, Array) #1 /var/www/vhosts/wordpress/httpdocs/wp-includes/class-wp-hook.php(287): PUM_Install::uninstall_plugin('') #2 /var/www/vhosts/wordpress/httpdocs/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters('', Array) #3 /var/www/vhosts/wordpress/httpdocs/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #4 /var/www/vhosts/wordpress/httpdocs/wp-admin/includes/plugin.php(1246): do_action('uninstall_popup...') #5 /var/www/vhosts/wordpress/httpdocs/wp-admin/includes/plugin.php(956): uninstall_plugin('popup-maker/pop...') #6 /var/www/vhosts/wordpress/httpdocs/wp-admin/includes/ajax-actions.php(4545): delete_plugins(Array) #7 /var/www/vhosts/wordpress/httpdocs/wp-includes/class-wp-hook.php(287): wp_ajax_delete_pl in /var/www/vhosts/wordpress/httpdocs/wp-content/plugins/popup-maker/classes/Install.php on line 58
Forum: Plugins
In reply to: [WooCommerce] Order – Add Item – Product Searchthanks
yes, that did the trick
4.0.5 fixed the issue
Here is the huge htaccess file 1.6MB.
https://www.dropbox.com/s/mt02cp75066mn84/htaccess_1.6?dl=0
well that is what the plugin did when i had the banned users feature turned on, and did not monitor it.maybe add some feature that deletes old IPs?
that install is a Multisite, and we do get a lot of attempts to login.and another issue i had is that the code block are repeated.
# END iThemes Security – Do not modify or remove this line
# BEGIN iThemes Security –
xxx
# END iThemes Security – Do not modify or remove this line
# BEGIN iThemes Security –
https://www.dropbox.com/s/v6o7c6jo9an1ael/htaccess_repeating-blocks?dl=0is that normal?
it still does it in our current .htaccessShould i start fresh?
i should add, it loads the page.
but the spinner with loading events does not go away, and from there the admin is unresponsive
i think that is not the problem,…
that thread was added by a colleague.i have cleared the log, and with 600 events it just freezes the main site admin when i want to have a look at the history.
should i maybe enable the plugin only on a few selected sites?
i have had the same issue, and i tracked it down to the
“Banned Users” feature.It was causing our .htaccess file to go over 1.6MB, and it was erasing ALL other rules (not security) > breaking websites. 4x this happened and the same issue every time (1 week ago at regular daily intervals).
we are running Multisite (100+) on Amazon EC2 with 2GB RAM for WP, and 2GB RAM for DB.
We disabled the “Banned Users” feature and we have not had this issue again, and the .htaccess file is back down to 18KB from 1.6MB.
maybe store the banned IPs in an external file so it is not in such an important file that can break websites