Just for the record : We are also currently experiencing a very slow backend in various environments that use the PRO plugin. Also, the website https://www.shamimsplugins.com/products/front-end-pm-pro/ is not available. Perhaps a temporary hickup, but action may need to be taken….
Thank you for letting me know.
We are working on this and trying to fix it ASAP.
Which version of the plugin you are using? Latest versions should not make any call to this server.
@shamim51 Hi, thanks for answering me. I have an old version of the pro plugin, why do I currently have no budget to purchase the renewal.
Is there a method or some function to insert to avoid all these server calls?
Thanks.
In /admin/class-fep-admin-settings.php it’s crashing on this foreach loop:
function settings_output (line 603)
function settings_output() {
//register_setting( $option_group, $option_name, $sanitize_callback = '' );
register_setting( 'fep_settings', 'FEP_admin_options', array( $this, 'options_sanitize' ) );
foreach ( $this->tabs() as $slug => $tab ) {
// //add_settings_section( $id, $title, $callback, $page );
add_settings_section( $tab['section_id'], $tab['section_title'], $tab['section_callback'], $tab['section_page'] );
// CREATE CRASH!
//foreach ( $this->form_fields( str_replace( 'fep_settings_', '', $tab['section_id'] ) ) as $key => $field ) {
// if ( function_exists( 'fep_settings_field_output_callback_' . $field['type'] ) ) {
// $callback = 'fep_settings_field_output_callback_' . $field['type'];
// } else {
// $callback = array( $this, 'field_output' );
// }
// //add_settings_field( $id, $title, $callback, $page, $section = 'default', $args = array() );
// add_settings_field( $field['id'], $field['label'], $callback, $tab['section_page'], $tab['section_id'], $field );
//}
}
}
disabling this gives access to the backend…. Enabled it gives an eternal loop…
-
This reply was modified 1 year, 10 months ago by
rsiero.
I believe the issue if fixed now about server down.
If still have same issue let me know.
@shamim51 Hi, the problem currently appears to have been resolved. Thanks. Do you have any function to disable external calls?
This call is made from wordpress. You can disable automatic update check.