Dmitrii
Forum Replies Created
-
Forum: Plugins
In reply to: [ClickCease Click Fraud Protection] Remove jQuery dependencyI’ve also tried to contact you by sending an email to [email protected]
Thats the worst support I’ve received this year so far
First I was bombarded by a bunch of “Thanks for reaching out!” letters (possibly I was receiving each letter what support request was forwarded to another person). Ended up by receiving “We’d love to hear what you think of our customer service.” letter as my request was closed
What I want to find out, is in this file
clickcease-click-fraud-protection/clickcease.php#214you add your frontend scriptYou do it like this
wp_enqueue_script('clickceaseFrontEnd', plugin_dir_url(__FILE__) . 'includes/assets/js/front-end.js', ['jquery'], "1.0");But the
front-end.jsfile does not have any jQuery code. Is that ok to fix your plugin by removing jQuery dependancy?Forum: Fixing WordPress
In reply to: Memory exhausted after clicking "Update WordPress Database"Jason King, well, as for me the problem looks quite the same:
we both receive out of memory error after updating to WordPress 4.5.As for the difference in ‘error lines’ – I allow my sites to have 128 mb, so they run out of memory faster and error line numbers differ.
Forum: Fixing WordPress
In reply to: Memory exhausted after clicking "Update WordPress Database"Jason King, yes, kinda overlooked that part.
So looks like it can be some issue with the current theme.
I use ‘DW Minion’Forum: Fixing WordPress
In reply to: Memory exhausted after clicking "Update WordPress Database"Have no time now to investigate why it is so.
Downgraded to 4.4.1.pieterw3, here is a list of plugins, I have installed.
autoblog
Contact Form 7
Cookies for Comments
Jetpack
Q&A – WordPress Questions and Answers Plugin
Quick Cache
Quick Cache comment garbagecollector
RusToLat
Simple Local Avatars
WP Sitemap Page
Yoast SEO
wp-pagenaviCould you, please, check and tell if you have any of them installed too?
Might be some incompatibility issue with one of the plugins or theme. Cause updating another site on same server goes well.Forum: Fixing WordPress
In reply to: Memory exhausted after clicking "Update WordPress Database"Same issue.
Run my site on
Apache 2.2.15-39.el6.centos
MySQL 5.1.73-3.el6_5
PHP 5.3.3After update got this
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 523800 bytes) in /DELETED/wp-includes/formatting.php on line 265Forum: Installing WordPress
In reply to: Set which version autoupdate toProvider gives ftp access.
But the connection speed is too low – last time took about two hours to upload 8kb file(Think already found a solution:
Altered function download_url() in wp-admin/includes/file.php
added:
$url=str_replace(‘3.3.1-partial-0’, ‘3.0.6’, $url);right before:
$response=wp_remote_get($url,array(‘timeout’=>$timeout,’stream’=>true,’filename’=>$tmpfname));