Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Combinatix

    (@combinatix)

    Today I found out that it works again. Apparently there was a problem with Adblock. I made no updates to my WP site whatsoever.

    • This reply was modified 3 years, 1 month ago by Combinatix.

    After updating to PHP 7.4 I got these messages. Plugin version 1.11.9

    Deprecated: Array and string offset access syntax with curly braces is deprecated in C:\**Hidden**\wp-content\plugins\broken-link-checker\idn\idna_convert.class.php on line 370
    Deprecated: Array and string offset access syntax with curly braces is deprecated in C:\**Hidden**\wp-content\plugins\broken-link-checker\idn\idna_convert.class.php on line 384
    Deprecated: Array and string offset access syntax with curly braces is deprecated in C:\**Hidden**\wp-content\plugins\broken-link-checker\idn\idna_convert.class.php on line 776
    Deprecated: Array and string offset access syntax with curly braces is deprecated in C:\**Hidden**\wp-content\plugins\broken-link-checker\idn\idna_convert.class.php on line 907
    Deprecated: Array and string offset access syntax with curly braces is deprecated in C:\**Hidden**\wp-content\plugins\broken-link-checker\idn\transcode_wrapper.php on line 95
    Deprecated: Array and string offset access syntax with curly braces is deprecated in C:\**Hidden**\wp-content\plugins\broken-link-checker\idn\transcode_wrapper.php on line 122
    Thread Starter Combinatix

    (@combinatix)

    All right,
    I’m not a PHP programmer but I found this solution:

    I have placed this piece of code into the v_forcelogin() function (at line 24):

    // IP Address Whitelist
    $ip = $_SERVER['REMOTE_ADDR'];   // Get public IP
    if ($ip == '1.2.3.4') return;    // Repeat this line to exclude more IPs

    Thank you for forcing me to learn something new 🙂

    • This reply was modified 5 years, 1 month ago by Combinatix.
    Forum: Plugins
    In reply to: [WP Statistics] Fatal Error

    I’m having the same issue. The message “Parse error: … on line 16” appears when I try to activate the plugin. I had to upload the plugin manually via ftp, because the automatic installation failed.

    Plugin v12.3.1, WordPress v4.9.1

    Combinatix

    (@combinatix)

    I have the same problem. The tables are created after plugin activation. I can create CATALOGS but I can NOT add category, sub category and products.

    I can see the records in the CATALOGS table, but no records elsewhere.

    I’m using WP 3.8.2 Twenty Twelve. Pretty blank installation, no other plugins installed.

Viewing 5 replies - 1 through 5 (of 5 total)