• Hi,
    this plugin was working great in wordpress, even on wp 4.7. But after I upgrade to v3.0.0, nothing is working on the backend (frontend pages are OK), gets a white page on all backend pages.

    I’m using other plugins, including some security plugins. Not sure if ip-geo-block is no more compatible with them.

    Please investigate.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author tokkonopapa

    (@tokkonopapa)

    Hi @7php,

    Sorry about this issue but I need your help to identify what’s happening on your backend.

    First of all, IGB should be deactivate:

    1. Please delete the whole ip-geo-block directory under your /wp-content/plugins/ using FTP or file manager.

    2. Then log in as an admin.

    3. If you see the following image on plugins dashboard, it may be succeeded.

    Then please activate debugging mode in WordPress.

    4. Insert the following code snippet into your wp-config.php using an acceptable text editor. It must be just before /* That's all, stop editing! Happy blogging. */.

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );

    5. Download v3.0.1 manually from https://downloads.www.ads-software.com/plugin/ip-geo-block.3.0.1.zip then unzip and upload it to your /wp-content/plugins/ directory.

    6. Activate IGB on your plugins dashboard.

    7. Please let me know the contents in /wp-content/debug.log when you encounter this issue again.

    I’d appreciate your great help.
    Thank you.

    P.S. Although v3.0.1 is not intended to solve this kind of issue, some functions had been restored to the same as v2.2.9.1.

    Thread Starter Wasseem Khayrattee

    (@7php)

    hi @tokkonopapa,

    thanks for the reply.
    I cannot inactivate IGB right now on LIVE as I”m getting attacks every minute at the moment.
    I will try to reproduce this scenario on my local development stack. I’ll reply back, although not so quick.

    thanks.

    Plugin Author tokkonopapa

    (@tokkonopapa)

    Hi @7php,

    I will try to reproduce this scenario on my local development stack. I’ll reply back, although not so quick.

    I’d deeply appreciate your contribution to improve this plugin. Please reply whenever it is convenient for you.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘v3.0.0 breaks things’ is closed to new replies.