Rewrite rules notice
-
Hi, I got a notification (see below) from FDP. I do have a couple of pages that are not displayed properly. Please advise.
Be careful! It looks like EVENTS MANAGER updates the rewrite rules during the same HTTP request.
FDP rebuilt again the rewrite rules with all plugins active. You should not have issues due to missing rewrite rules, but you may have more load on your server and FDP has to keep all the plugins active to avoid missing rewrite rules when EVENTS MANAGER saves them into the database. If EVENTS MANAGER frequently updates the rewrite rules you will have issues with the performance.
Please, open a thread on the FDP support forum, and give us the information below. Rewrite Rules updated by the function "flush_rules" in the file "wp-content/plugins/events-manager/classes/em-permalinks.php" at line 36 of the plugin EVENTS MANAGER The rewrite rules where updated requesting /dev1/wp-admin/?fdp_query_menu=true&nonce=63d5264521267&id=63d5264521268&action=deactivate&plugin=none Here an extract of the code: 034 public static function flush(){ 035 global $wp_rewrite; 036 $wp_rewrite->flush_rules(); 037 update_option('dbem_flush_needed', 0); 038 } 039 We also suggest you to contact the support of EVENTS MANAGER
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Rewrite rules notice’ is closed to new replies.