Title: Dmitrii's Replies | WordPress.org

---

# Dmitrii

  [  ](https://wordpress.org/support/users/odminstudios/)

 *   [Profile](https://wordpress.org/support/users/odminstudios/)
 *   [Topics Started](https://wordpress.org/support/users/odminstudios/topics/)
 *   [Replies Created](https://wordpress.org/support/users/odminstudios/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/odminstudios/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/odminstudios/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/odminstudios/engagements/)
 *   [Favorites](https://wordpress.org/support/users/odminstudios/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ClickCease Click Fraud Protection] Remove jQuery dependency](https://wordpress.org/support/topic/remove-jquery-dependency-6/)
 *  Thread Starter [Dmitrii](https://wordpress.org/support/users/odminstudios/)
 * (@odminstudios)
 * [3 years ago](https://wordpress.org/support/topic/remove-jquery-dependency-6/#post-16997232)
 * I’ve also tried to contact you by sending an email to [support@clickcease.com](https://wordpress.org/support/users/odminstudios/replies/support@clickcease.com?output_format=md)
 * 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#214` you add your frontend script
 * You 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.js` file does not have any jQuery code. Is that ok to fix
   your plugin by removing jQuery dependancy?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Memory exhausted after clicking "Update WordPress Database"](https://wordpress.org/support/topic/memory-exhausted-after-clicking-update-wordpress-database/)
 *  [Dmitrii](https://wordpress.org/support/users/odminstudios/)
 * (@odminstudios)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/memory-exhausted-after-clicking-update-wordpress-database/#post-7268862)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Memory exhausted after clicking "Update WordPress Database"](https://wordpress.org/support/topic/memory-exhausted-after-clicking-update-wordpress-database/)
 *  [Dmitrii](https://wordpress.org/support/users/odminstudios/)
 * (@odminstudios)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/memory-exhausted-after-clicking-update-wordpress-database/#post-7268850)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Memory exhausted after clicking "Update WordPress Database"](https://wordpress.org/support/topic/memory-exhausted-after-clicking-update-wordpress-database/)
 *  [Dmitrii](https://wordpress.org/support/users/odminstudios/)
 * (@odminstudios)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/memory-exhausted-after-clicking-update-wordpress-database/#post-7268838)
 * 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-pagenavi
 * Could 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Memory exhausted after clicking "Update WordPress Database"](https://wordpress.org/support/topic/memory-exhausted-after-clicking-update-wordpress-database/)
 *  [Dmitrii](https://wordpress.org/support/users/odminstudios/)
 * (@odminstudios)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/memory-exhausted-after-clicking-update-wordpress-database/#post-7268830)
 * Same issue.
 * Run my site on
    Apache 2.2.15-39.el6.centos MySQL 5.1.73-3.el6_5 PHP 5.3.3
 * After 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 265
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Set which version autoupdate to](https://wordpress.org/support/topic/set-which-version-autoupdate-to/)
 *  Thread Starter [Dmitrii](https://wordpress.org/support/users/odminstudios/)
 * (@odminstudios)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/set-which-version-autoupdate-to/#post-2506289)
 * Provider 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));

Viewing 6 replies - 1 through 6 (of 6 total)