You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry, I closed this issue by mistake. When running 'fbcmd stream' I'm getting the following:
PHP Notice: Uninitialized string offset: 0 in /usr/local/lib/fbcmd/fbcmd.php on line 3512
PHP Notice: Uninitialized string offset: 0 in /usr/local/lib/fbcmd/fbcmd.php on line 3512
I'm using 1.0-beta3. It doesn't seem to be affecting anything, but it is annoying.
The text was updated successfully, but these errors were encountered:
you can add error_reporting('E_NONE'); to the top of the file and you won't see the notice appearing again. However this will stop all PHP errors and warnings showing up when running the script
I'm sorry, I closed this issue by mistake. When running 'fbcmd stream' I'm getting the following:
PHP Notice: Uninitialized string offset: 0 in /usr/local/lib/fbcmd/fbcmd.php on line 3512
PHP Notice: Uninitialized string offset: 0 in /usr/local/lib/fbcmd/fbcmd.php on line 3512
I'm using 1.0-beta3. It doesn't seem to be affecting anything, but it is annoying.
The text was updated successfully, but these errors were encountered: