Title: Dmitriy's Replies | WordPress.org

---

# Dmitriy

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 37 total)

1 [2](https://wordpress.org/support/users/dimchik/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/dimchik/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/dimchik/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Listings for Appfolio] Feature request: Filter by “property_list”](https://wordpress.org/support/topic/feature-request-filter-by-property_list/)
 *  Thread Starter [Dmitriy](https://wordpress.org/support/users/dimchik/)
 * (@dimchik)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/feature-request-filter-by-property_list/#post-18398611)
 * That’s great, thanks for letting me know, good reason to upgrade. You can add
   this to the list of benefits on your pro upgrade page, I’m sure I’m not the only
   one who is looking for this feature. Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Frequent 404 Errors on individual events and unrelated CPTs](https://wordpress.org/support/topic/frequent-404-errors-on-individual-events-and-unrelated-cpts/)
 *  Thread Starter [Dmitriy](https://wordpress.org/support/users/dimchik/)
 * (@dimchik)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/frequent-404-errors-on-individual-events-and-unrelated-cpts/page/3/#post-17066549)
 * [@d0153](https://wordpress.org/support/users/d0153/) The latest update seems 
   to have done the trick. Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Fatal Error After Updating Elementor Plugin](https://wordpress.org/support/topic/fatal-error-after-updating-elementor-plugin-2/)
 *  [Dmitriy](https://wordpress.org/support/users/dimchik/)
 * (@dimchik)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-after-updating-elementor-plugin-2/#post-16938345)
 * I found [this thread](https://stackoverflow.com/questions/75702277/elementor-pro-error-wp-content-plugins-elementor-pro-license-api-php174-elemen),
   with a better solution than mine, which worked for me. Basically open phpmyadmin
   and delete a row with option name ‘_elementor_pro_api_requests_lock’ from the
   _options table.
    -  This reply was modified 2 years, 9 months ago by [Dmitriy](https://wordpress.org/support/users/dimchik/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Fatal Error After Updating Elementor Plugin](https://wordpress.org/support/topic/fatal-error-after-updating-elementor-plugin-2/)
 *  [Dmitriy](https://wordpress.org/support/users/dimchik/)
 * (@dimchik)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-after-updating-elementor-plugin-2/#post-16913039)
 * There are many ways, sftp etc, depending on your hosting. But the easiest probably
   to first lower your PHP version to 7.4 so you can access the CMS. Once back in
   CMS, go to Plugins-> Plugin File Editor. Make the update then change the PHP 
   version back to 8.0.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Fatal Error After Updating Elementor Plugin](https://wordpress.org/support/topic/fatal-error-after-updating-elementor-plugin-2/)
 *  [Dmitriy](https://wordpress.org/support/users/dimchik/)
 * (@dimchik)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-after-updating-elementor-plugin-2/#post-16904475)
 * @[salesscottbevis](https://wordpress.org/support/users/salesscottbevis/) I added
   the following “if” statement around line 174 and 175 of the file **/wp-content/
   plugins/elementor-pro/license/api.php** and it seems to have solved the issue
   in PHP 8.0. I was having the same exact problem as you after upgrading. I realize
   it’s not ideal to edit plugin files, but when the vendor response is lagging,
   bandaids like that can help get the site up, at least.
 *     ```wp-block-code
       if (is_array($requests_lock)):
           $requests_lock[ $name ] = time();
           update_option( self::REQUEST_LOCK_OPTION_NAME, $requests_lock );
       endif;
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Frequent 404 Errors on individual events and unrelated CPTs](https://wordpress.org/support/topic/frequent-404-errors-on-individual-events-and-unrelated-cpts/)
 *  Thread Starter [Dmitriy](https://wordpress.org/support/users/dimchik/)
 * (@dimchik)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/frequent-404-errors-on-individual-events-and-unrelated-cpts/page/2/#post-16875745)
 * No, turning off object cache did not work, unfortunately.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Frequent 404 Errors on individual events and unrelated CPTs](https://wordpress.org/support/topic/frequent-404-errors-on-individual-events-and-unrelated-cpts/)
 *  Thread Starter [Dmitriy](https://wordpress.org/support/users/dimchik/)
 * (@dimchik)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/frequent-404-errors-on-individual-events-and-unrelated-cpts/page/2/#post-16875557)
 * This might work, strictly as a bandaid of course: add **flush_rewrite_rules();**
   at the end of functions.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Fatal Error in 6.0.12 / PHP8 When Visiting Appearance->Menus](https://wordpress.org/support/topic/fatal-error-in-6-0-12-php8-when-visiting-appearance-menus/)
 *  Thread Starter [Dmitriy](https://wordpress.org/support/users/dimchik/)
 * (@dimchik)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/fatal-error-in-6-0-12-php8-when-visiting-appearance-menus/#post-16823710)
 * That’s good news, thank you!
    -  This reply was modified 2 years, 11 months ago by [Dmitriy](https://wordpress.org/support/users/dimchik/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Frequent 404 Errors on individual events and unrelated CPTs](https://wordpress.org/support/topic/frequent-404-errors-on-individual-events-and-unrelated-cpts/)
 *  Thread Starter [Dmitriy](https://wordpress.org/support/users/dimchik/)
 * (@dimchik)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/frequent-404-errors-on-individual-events-and-unrelated-cpts/#post-16806692)
 * [@joshpaynedesigns](https://wordpress.org/support/users/joshpaynedesigns/) negative.
   Was told to provide DB dump during next occurrence along with some 404 URLs. 
   They suspected YOAST SEO plugin interference but not 100% on that yet. I’ll post
   here if we get a resolution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Frequent 404 Errors on individual events and unrelated CPTs](https://wordpress.org/support/topic/frequent-404-errors-on-individual-events-and-unrelated-cpts/)
 *  Thread Starter [Dmitriy](https://wordpress.org/support/users/dimchik/)
 * (@dimchik)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/frequent-404-errors-on-individual-events-and-unrelated-cpts/#post-16787602)
 * Since this is on multiple sites, I’ll comment on 2 sites that experienced it 
   today:
 * PHP 7.4 and 8.0 both affected
   WP 6.2.2TEC 6.0.13.1 (previous few versions also
   affected)2 different custom themes from 2 different agenciesNo additional caching
   installed in either caseWith and without Object Cache turned onomitting listing
   URLs here due to client privacy
 * Note that I also opened a ticket via Events Pro support and working with someone
   there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Frequent 404 Errors on individual events and unrelated CPTs](https://wordpress.org/support/topic/frequent-404-errors-on-individual-events-and-unrelated-cpts/)
 *  Thread Starter [Dmitriy](https://wordpress.org/support/users/dimchik/)
 * (@dimchik)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/frequent-404-errors-on-individual-events-and-unrelated-cpts/#post-16780453)
 * So far I’ve seen this issue on WP Engine on 3 unrelated sites, but of course 
   it is too small of a sample size to to be certain that it is a hosting conflict.
   Restoration usually involves anything that triggers permalink flush, easiest 
   being pressing “Save Changes” on the Permalink Settings page. Disabling/enabling
   Events plugin also works, as does temporarily switching a theme. I’ve also noticed
   that it happens when someone is editing a new or existing event item, but I could
   not consistently recreate it as of yet. Each site with this problem had a custom
   permalink structure, though that in itself should not be a crime. What’s weird
   is that it breaks any permalinks that are not pages along with it, like other
   CPTs, native categories and other taxonomies.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Frequent 404 Errors on individual events and unrelated CPTs](https://wordpress.org/support/topic/frequent-404-errors-on-individual-events-and-unrelated-cpts/)
 *  Thread Starter [Dmitriy](https://wordpress.org/support/users/dimchik/)
 * (@dimchik)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/frequent-404-errors-on-individual-events-and-unrelated-cpts/#post-16780245)
 * [@chikaibeneme](https://wordpress.org/support/users/chikaibeneme/), I appreciate
   the suggestion, but excluding .js and .css files from cache won’t do much in 
   this case because these are front-end files and the page never gets to load them
   due to 404. It happened again today and the client now requested that I remove
   the plugin.
 * [@jcallanan](https://wordpress.org/support/users/jcallanan/), thank you for chiming
   in here! I am curious if you are having this issue on WP Engine or some other
   host.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Fatal Error in 6.0.12 / PHP8 When Visiting Appearance->Menus](https://wordpress.org/support/topic/fatal-error-in-6-0-12-php8-when-visiting-appearance-menus/)
 *  Thread Starter [Dmitriy](https://wordpress.org/support/users/dimchik/)
 * (@dimchik)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/fatal-error-in-6-0-12-php8-when-visiting-appearance-menus/#post-16769547)
 * FYI, still an issue in 6.0.13.1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Fatal Error in 6.0.12 / PHP8 When Visiting Appearance->Menus](https://wordpress.org/support/topic/fatal-error-in-6-0-12-php8-when-visiting-appearance-menus/)
 *  Thread Starter [Dmitriy](https://wordpress.org/support/users/dimchik/)
 * (@dimchik)
 * [3 years ago](https://wordpress.org/support/topic/fatal-error-in-6-0-12-php8-when-visiting-appearance-menus/#post-16676843)
 * Thanks so much for the update and prompt support.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Fatal Error in 6.0.12 / PHP8 When Visiting Appearance->Menus](https://wordpress.org/support/topic/fatal-error-in-6-0-12-php8-when-visiting-appearance-menus/)
 *  Thread Starter [Dmitriy](https://wordpress.org/support/users/dimchik/)
 * (@dimchik)
 * [3 years ago](https://wordpress.org/support/topic/fatal-error-in-6-0-12-php8-when-visiting-appearance-menus/#post-16670727)
 * [@d0153](https://wordpress.org/support/users/d0153/), I am running 6.2.2 with
   a custom theme. I found a solution (below), but it would probably be best to 
   test the variable before passing the value to the array_search() function in 
   the code src/Tribe/Main.php line 3535.
 * In case anyone runs into this, the solution is to delete “metaboxhidden_nav-menus”
   keys from the _usermeta table where meta_value appears empty:
 * [SELECT](https://arclightcon.phpmyadmin.wpengine.net/url.php?url=https://dev.mysql.com/doc/refman/5.7/en/select.html)*
   FROM `XXX_usermeta` where meta_key=”metaboxhidden_nav-menus”;
 * Look for rows in the results where meta_value is empty and delete them.

Viewing 15 replies - 1 through 15 (of 37 total)

1 [2](https://wordpress.org/support/users/dimchik/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/dimchik/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/dimchik/replies/page/2/?output_format=md)