Command Line
for Facebook

Bugs

An unknown error occurred (out of memory)

  • This is a Facebook API error... NOT a PHP memory error... This can happen if you have a large number of friends (>2000).  There is a potential workaround, but it will require a significant redesign of how FLISTS are handled.  Note: If this is happening and you have much less than 2000 friends, then please contact the author.

Warning: date(): It is not safe to rely on the system's timezone settings.

  • This can happen if your PHP installation warning settings are high.  This will hopefully addressed in the next release.
  • To fix it for now, add a line: 
    date_default_timezone_set('Canada/Pacific');
    at the top of your fbcmd.php file, where instead of 'Canada/Pacific', put in your timezone, as listed here.
Showing 2 items
Raised byRaised DatePriorityIssueResolution
Sort 
 
Sort 
 
Sort 
 
Sort 
 
Sort 
 
Benjamin H. 4 August 2009 Normal An unknown error occurred (out of memory)  
Nate G. 29 September 2009 Normal Timezone warning  
Showing 2 items