• Hi, I have the pro version installed, but for a few days it has been causing me slowness problems on the site because the plugin makes many requests to ip 128.xxx.xxx.xxx.

    I tried to ask support on your site https://www.shamimsplugins.com, but it doesn’t load.

    can you help me to solve the problem?

    thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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….

    Plugin Author Shamim Hasan

    (@shamim51)

    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.

    Thread Starter calle81

    (@calle81)

    @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, 5 months ago by rsiero.
    Plugin Author Shamim Hasan

    (@shamim51)

    I believe the issue if fixed now about server down.

    If still have same issue let me know.

    Thread Starter calle81

    (@calle81)

    @shamim51 Hi, the problem currently appears to have been resolved. Thanks. Do you have any function to disable external calls?

    Plugin Author Shamim Hasan

    (@shamim51)

    This call is made from wordpress. You can disable automatic update check.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘slow site due to many external requests made by the plugin.’ is closed to new replies.