• Resolved ehau

    (@ehau)


    I have a problem very similar to this. Plugin should be up to date. Plugin page says Version 4.0.3

    Maybe similar to this
    https://ww.wp.xz.cn/support/topic/illegal-string-offset-41/

    Errors in PHP log
    PHP Warning: Illegal string offset ‘ay41753’ in /path/to/wordpress-site/wp-content/plugins/flow-flow/includes/db/FFDB.php on line 303

    And also something about expired facebook token, but really sure if that is related

    Error on flow-flow wordpress settings:

    Plugin received next error message from network API for this feed:

    flow\db\SafeMySQL: Data too long for column location at row 1. Full query: [INSERT INTO wp_ff_posts SET `creation_index

Viewing 1 replies (of 1 total)
  • Plugin Contributor Oleksandr

    (@awesomeoman)

    Hi, please check and make sure you have mbstring PHP extension enabled.
    Also, make sure that charset of your DB is utf8mb4 to be able to store Unicode characters in DB tables. Please ask for this your developer or hosting help. Here is more info https://gist.github.com/Xeoncross/5d85c3f5547ee04d5bd81113a2c8ec4d.
    And also, make sure that your WordPress installation is using utf8mb4 as database encoding in wp-config.php file.
    If this will not help, let us know.

Viewing 1 replies (of 1 total)

The topic ‘PHP Warning: Illegal string offset ‘xy12345’’ is closed to new replies.