Undefined array key – for Pre Loader
-
I notice that my site performance is poor and the site takes a long time to initially load. Then once loaded, it seems to be cached (it doesn’t get many visits). I noticed that I am getting this error:
[Sat Jun 22 00:29:17.488682 2024] [php:warn] [pid 203295] [client 172.69.194.18:34586] PHP Warning: Undefined array key 8 in /srv/www/wordpress/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 2738
[Sat Jun 22 00:29:17.488775 2024] [php:warn] [pid 203295] [client 172.69.194.18:34586] PHP Warning: Undefined array key 8 in /srv/www/wordpress/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 2739I checked the PHP file and can see it’s related to the pre-loader:
2738 if ( $this->is_external_link($urls[$i]) === false )
2739 $preloader->push_to_queue( array( 'url' => $urls[$i] ) );Any ideas? Thanks
The topic ‘Undefined array key – for Pre Loader’ is closed to new replies.