Combinatix
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] Download fail: Source file could not be readToday 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 4 years ago by Combinatix.
Forum: Plugins
In reply to: [Broken Link Checker] Version 1.11.19 PHP warningsAfter 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
Forum: Plugins
In reply to: [Force Login] Whitelist IP AddressAll 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 6 years ago by Combinatix.
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
Forum: Plugins
In reply to: [Product Catalog 8] Can't create categoryI 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.