Title: Illegal String Offset
Last modified: April 6, 2018

---

# Illegal String Offset

 *  Resolved [sharelink](https://wordpress.org/support/users/harmonicnewmedia/)
 * (@harmonicnewmedia)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/illegal-string-offset-41/)
 * Hi Flow Flow,
 * I have that the current state of the plugin is throwing PHP errors as follows:
 *  PHP Warning: Illegal string offset ‘pa58207’ in /path/to/plugins/flow-flow/includes/
   db/FFDB.php on line 303
 * After investigating this file, I can see that line 292 is declaring the $result
   variable as a string, which will conflict with line 303 and line 311 attempting
   to treat it as an array.
 * My suggestion would be to update line 292 to:
 * `$result = array();`
 * Kind Regards.

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Oleksandr](https://wordpress.org/support/users/awesomeoman/)
 * (@awesomeoman)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/illegal-string-offset-41/#post-10153077)
 * Hello, thank you very much for feedback, developer will check this.

Viewing 1 replies (of 1 total)

The topic ‘Illegal String Offset’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/flow-flow-social-streams_a9b2da.svg)
 * [Flow-Flow Social Feed Stream](https://wordpress.org/plugins/flow-flow-social-streams/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flow-flow-social-streams/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flow-flow-social-streams/)
 * [Active Topics](https://wordpress.org/support/plugin/flow-flow-social-streams/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flow-flow-social-streams/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flow-flow-social-streams/reviews/)

## Tags

 * [array](https://wordpress.org/support/topic-tag/array/)
 * [php](https://wordpress.org/support/topic-tag/php/)

 * 1 reply
 * 2 participants
 * Last reply from: [Oleksandr](https://wordpress.org/support/users/awesomeoman/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/illegal-string-offset-41/#post-10153077)
 * Status: resolved