cim
Forum Replies Created
-
No more issues, thanks @kushnamdev !
The “fix” is to check if $url_parsed is an array, it’s most likely empty thus error hits. You guys might need to thoroughly test this though.
# wp-cloudflare-page-cache/libs/fallback_cache.class.php:380
- if ( array_key_exists( 'query', $url_parsed ) ) {
+ if ( is_array( $url_parsed ) && array_key_exists( 'query', $url_parsed ) ) {Why was this marked as resolved? It clearly isn’t.
Thanks for the reply. I hope this helps.
Versions
- WordPress: 6.8.1
- PHP: 8.3.15
Plugins
name,status,update,version,update_version,auto_update
advanced-custom-fields-pro,active,available,6.4.0.1,6.4.2,off
duplicate-page,active,available,4.5.4,4.5.5,off
gravityforms,active,none,2.9.10,,on
gravityformsmailchimp,active,available,5.6.0,5.7.0,off
post-smtp,active,available,3.1.4,3.3.0,off
query-monitor,inactive,available,3.17.2,3.18.0,off
redirection,active,none,5.5.2,,off
remove-category-url,active,none,1.1.6,,off
simple-local-avatars,active,none,2.8.3,,off
wp-cloudflare-page-cache,active,none,5.0.12,,off
svg-support,active,none,2.5.14,,off
wordfence,active,none,8.0.5,,off
wordpress-seo,active,available,24.9,25.3.1,off
rmg-sso-lemp-1,must-use,,1.0,,off
advanced-cache.php,dropin,,,,off
maintenance.php,dropin,,,,offTheme (Private)
WordPress theme including full setup for Tailwind CSS, Sass, PostCSS, Autoprefixer, Webpack, TypeScript, Browsersync, imagemin, Prettier, stylelint, ESLint.
Reproduce
I don’t use curl/wget for the cron but use php cli directly
*/5 * * * * php -d memory_limit=256M /var/www/html/wp-cron.phpAwesome. That’s the only issue I had so I’ll be marking this as resolve. Have a great day!
Looks good now https://imgur.com/a/COyB86L
Is this fix going to be in 3.8.8?
Forum: Plugins
In reply to: [Aurora Heatmap] php version compatibility with 8.1 and 8.2You’re welcome and thank you for updating.
Forum: Plugins
In reply to: [Aurora Heatmap] php version compatibility with 8.1 and 8.2Hey there,
Thanks for the update! There seems to be another PHP warning on the frontend running php8.1. Here’s what Query Monitor shows:
Deprecated explode(): Passing null to parameter #2 ($string) of type string is deprecated wp-content/plugins/aurora-heatmap/class-aurora-heatmap-basic.php:1556Forum: Plugins
In reply to: [Aurora Heatmap] php version compatibility with 8.1 and 8.2Hello, any update on this?
Forum: Plugins
In reply to: [URL Shortify - Simple and Easy URL Shortener] Disable directory indexDid a bit more digging into the plugin and it looks like
wget.svgasset is missing, which explains why this array is missing some values./** * Get Browser Name Icon map * * @return string[] * * @since 1.0.4 */ public static function get_browser_name_icon_map() { return array( 'Opera' => 'opera.svg', 'Opera Mini' => 'opera.svg', 'WebTV' => '', 'Edge' => '', 'Explorer' => 'explorer.svg', 'Konqueror' => '', 'iCab' => '', 'OmniWeb' => '', 'Firebird' => 'firebird.svg', 'Firefox' => 'mozilla.svg', 'Brave' => '', 'Palemoon' => '', 'Iceweasel' => '', 'Shiretoko' => '', 'Mozilla' => 'mozilla.svg', 'Amaya' => '', 'Lynx' => '', 'Safari' => 'safari.svg', 'iPhone' => 'apple.svg', 'iPod' => 'apple.svg', 'iPad' => 'apple.svg', 'Chrome' => 'chrome.svg', 'Android' => 'android.svg', 'GoogleBot' => 'robot.svg', 'cURL' => 'curl.svg', 'Wget' => '', 'UCBrowser' => '', ); }Forum: Plugins
In reply to: [URL Shortify - Simple and Easy URL Shortener] Disable directory index@mikeatkaizencoders thanks
Awesome, it works perfectly now. Merry Christmas and happy holidays to you as well René!
Forum: Plugins
In reply to: [SmartVideo - Video Player and CDN] Shortcode SupportThank you.
I will have to abandon this plugin and find an alternative as there has been no replies or attempts to fix it. Also it won’t let you authenticate with Google anymore.
- This reply was modified 6 years ago by cim.
Any news on this? I just realized this post was started 4 months ago.