Title: object-cache.php &#8211; extra comma causes site problem
Last modified: May 4, 2023

---

# object-cache.php – extra comma causes site problem

 *  Resolved [ems366](https://wordpress.org/support/users/ems366/)
 * (@ems366)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/object-cache-php-extra-comma-causes-site-problem/)
 * There is an extra comma at the end of line 2904 in the object-cache.php file.
   If you remove the comma after ‘<code>wp-config.php</code>’
 * the site fatal error should be resolved.
 * This is the original code on line 2904:
 *     ```wp-block-code
       $message .= '<p>' . sprintf(
                       __( 'This means that the connection information in your %1$s file are incorrect or that the Redis server is unreachable.' ),
                       '<code>wp-config.php</code>',
                   ) . "</p>\n";
       ```
   

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

 *  Plugin Author [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * (@tillkruess)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/object-cache-php-extra-comma-causes-site-problem/#post-16712237)
 * Thanks for reporting this!
 * This appears to only happen on the end-of-life PHP 7.2.
 * Will push a fix now.
 *  Plugin Author [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * (@tillkruess)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/object-cache-php-extra-comma-causes-site-problem/#post-16712259)
 * v2.4.1 is out.
 *  Thread Starter [ems366](https://wordpress.org/support/users/ems366/)
 * (@ems366)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/object-cache-php-extra-comma-causes-site-problem/#post-16712268)
 * Yep, unfortunately my PHP version is still on the 7.2 branch. Thanks for fixing
   so quickly.

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

The topic ‘object-cache.php – extra comma causes site problem’ is closed to new 
replies.

 * ![](https://ps.w.org/redis-cache/assets/icon-256x256.gif?rev=2568513)
 * [Redis Object Cache](https://wordpress.org/plugins/redis-cache/)
 * [Support Threads](https://wordpress.org/support/plugin/redis-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/redis-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redis-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redis-cache/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [ems366](https://wordpress.org/support/users/ems366/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/object-cache-php-extra-comma-causes-site-problem/#post-16712268)
 * Status: resolved