I am restricted to use PHP 7.4 due to some developed code in my website which is only compatible ith PHP 7.4. I want to purchase WPCS, but i first wanted to ask if its compatible with my version of PHP on my wordpress website.
]]>There are several errors and warnings with the Ultimate Member. I use it with PHP 7.4 versions and saw the warnings with Query Monitor.
The next big problem is: when I upgrade the PHP Version to 8.1 (upper than 7.4) the website will be disabled and errors appears specially when I enable the wp-debug. please help me.
]]>add to the very bottom of PHP.ini file and voila, PayPal worked when proceeding with contribution! I hope GiveWP can build in a workaround for the code that appears in line 652 of Str.php – this line:
if (! ctype_lower($value)) {
$value = preg_replace(‘/\s+/u’, ”, ucwords($value));
Because now there are hundreds of thousands of WP users on those mega host platforms, missing the ctype extension. Here’s details if needed:
https://www.ipage.com/help/article/how-to-enable-ctype-so-extensions-in-php-ini
Hope this helps.
]]>phpバージョンを7.4にしようと試みたところ、contact form7が動作しないという相談がありました。
試しにテスト環境で実行したところ、やはり動作しません。
過去のトピックなどを見返していてもいまいち分からないので相談させていただきました。
もし動作しない場合、させる方法があればご教示いただきたく存じます。
何卒よろしくお願いいたします。
When I tried to change the php version to 7.4, there was a consultation that contact form 7 did not work.
I tried it in a test environment and it still doesn't work.
Even if I look back at past topics, I still don't understand, so I consulted with you.
If it doesn't work, please let me know if there is a way to make it work.
Thank you very much.
]]>Now, Version: After updating to 6.0.0, it stopped working.
I’m using WordPress Popular Posts in the following environment, but after updating the plugin to version: 6.0.0, the list disappears.
Enable Classic Widgets
WordPress 6.0, PHP 7.4
I had no choice but to roll back to the previous version, 5.5.1.
]]>[27-Mar-2022 13:45:03 UTC] PHP Warning: Undefined array key “SCRIPT_NAME” in /home/username/public_html/wp-content/plugins/cache-enabler/inc/cache_enabler_engine.class.php on line 203
This happens over and over : today, 170 times in a row.
The script that’s called is :
/**
* When Cache Enabler is updated (deprecated).
*
* @since 1.4.0
* @deprecated 1.8.0
*/
public static function on_cache_enabler_update() {
ERROR HERE ————— THIS IS LINE 203
self::each_site( is_multisite(), 'Cache_Enabler_Disk::clean' );
ERROR HERE ————— THIS IS LINE 205
Cache_Enabler_Disk::setup();
self::clear_complete_cache();
}
Any idea why this is happening? I love the simplicity of Cache Enabler, but I can’t keep having these issues as I’m trying to reduce resource usage on our site.
Thanks very much!
]]>