@ Axel
The issue might be the PHP version difference on your localhost compared to the production server.
The entry data cache seems to be fine but the unserialize() function on the production server says there’s an error.
I installed the Code Snippets and Query Monitor plugins.
I added a new code snippet which disables the use of the cached entry data and everything loads fine.
If you want to see the error being generated, deactivate the Disable Connections Cache snippet and then visit the Connections : Manage admin page.
After the Connections admin bar menu item, there is a new menu item added by Query Monitor. When you click this you’ll see PHP Notices. Clicking that you will see all the error when trying to unserialize() the cache data.
So, I guess just leave the code snippet active…
Hope that helps!
