• koca127

    (@koca127)


    Hi,

    on my homepage I have one section where I’m displaying last three blog posts with content views plugin (Free version). On native English language everything works fine, but on other two languages I get this warning code: “Warning: Illegal string offset ‘expires’ in /kunden/392565_8001/web/5022638/A5022638/mujinga-kambundji.ch/wordpress/wp-content/plugins/content-views-query-and-display-post-page/includes/compatibility.php on line 99“, that code is showing 3 times for each of my 3 blog posts. Blog posts look just fine, same like on English homepage, but I don’t know why these “Warnings” are showing above them? I’m using WPML plugin for translations.

    Best regards, Ivan

Viewing 1 replies (of 1 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hi Ivan,
    We are sorry for that warning.
    It happens in a function to get post content from the Cornerstone plugin.

    We will prevent the warning in next release.

    For now, you can prevent the warning from showing by changing
    define('WP_DEBUG', true);
    to
    define('WP_DEBUG', false);
    in the file wp-config.php in WordPress directory.

    Best regards,

Viewing 1 replies (of 1 total)

The topic ‘“Warning: llegal string offset ‘expires'” Problem’ is closed to new replies.