Hello,
Trying new Twitter realtime plugin, I figure out it does not start:
$ php ./crawler/stream.php stream <admin_user_email> <pwd> Fatal error: Class 'Streamer' not found in webapp/_lib/controller/class.StreamerAuthController.php on line 76
I'm running up-to-date master branch.
Just changed chdir(".."); to chdir(dirname(__FILE__) . "/.."); into webapp/crawler/stream.php line 25 so that it get same behaviour as webapp/crawler/crawl.php
Hello, Trying new Twitter realtime plugin, I figure out it does not start:
$ php ./crawler/stream.php stream <admin_user_email> <pwd> Fatal error: Class 'Streamer' not found in webapp/_lib/controller/class.StreamerAuthController.php on line 76
I'm running up-to-date master branch.
Just changed
chdir("..");
tochdir(dirname(__FILE__) . "/..");
intowebapp/crawler/stream.php
line 25 so that it get same behaviour aswebapp/crawler/crawl.php
Regards,