WPIntell

Source evidence

conflict with object cache

3D FlipBook – PDF Embedder, PDF Flipbook Viewer, Flipbook Image Gallery · support · 2025-08-15T12:31:00+00:00

complaintsentiment
highseverity
0.74relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 13 rows with source links

46.2% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

7 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
carterlando resolved
Hi! When using your plugin along with the object cache offered by Docket Cache, it stops working. This is the error: Fatal error: Uncaught TypeError: unserialize(): Argument #1 ($data) must be of type string, array given in /wp-content/plugins/interactive-3d-flipbook-powered-physics-engine/inc/ajax-get.php:29 I was able to patch the plugin and make it work along with Docket Cache with the following code replacement (using maybe_unserialize instead of unserialize) 'data' => maybe_unserialize(isset($meta[META_PREFIX.'data'][0]) ? $meta[META_PREFIX.'data'][0] : serialize($def['data'])), 'thumbnail' => maybe_unserialize(isset($meta[META_PREFIX.'thumbnail'][0]) ? $meta[META_PREFIX.'thumbnail'][0] : serialize($def['thumbnail'])), 'props' => maybe_unserialize(isset($meta[META_PREFIX.'props'][0]) ? $meta[META_PREFIX.'props'][0] : serialize($def['props'])), 'controlProps' => maybe_unserialize(isset($meta[META_PREFIX.'controlProps'][0]) ? $meta[META_PREFIX.'controlProps'][0] : serialize($def['controlProps'])), Can you please consider fixing this issue in the next version of the plugin? Thank you! The page I need help with: [ log in to see the link]

Comments

0 shown

No comments were stored for this source.