Hello everyone

 

I am having an issue with the startdaemons.sh

 

Below is what I experiencing, startdaemons.sh has been run successfully on my 
server and have setup a cron to run daily at 11am, I get the following response 
from the cron job..

 

Subject: Cron  /home2/xxxxxx/public_html/scripts/startdaemons.sh > /dev/null

Could not open input file: /home2/xxxxxx/public_html/scripts/PHP/5.2.9
Could not open input file: /home2/xxxxxx/public_html/scripts/text/html
Could not open input file: /home2/xxxxxx/public_html/scripts/

 

 

Below is the settings applied in my config.php file for further information....

 

# Config section for the built-in Facebook application -                       

$config['facebook']['apikey'] = 'the apikey number is here';

$config['facebook']['secret'] = 'the secret number is here';

 

addPlugin('FBConnect');      

 

require_once(INSTALLDIR.'/plugins/FBConnect/FBConnectPlugin.php');

$fbc = new FBConnectPlugin();

 

#Twitter integration source attribute. Note: default is Laconica

$config['integration']['source'] = 'MYSITE';

 

// Twitter OAuth settings

$config['twitter']['consumer_key']    = 'consumer key here';

$config['twitter']['consumer_secret'] = 'consumer secret here';

 

#Enable bidirectional Twitter bridge

#NOTE: if you enable this you must also set $config['avatar']['path']

$config['twitterbridge']['enabled'] = true;

 

#NOTE: if you enable this you must also set $config['avatar']['path']

$config['avatar']['path'] = '/avatar';

 

With these settings enabled...

 

A user is logged in and using the connect option to select twitter....

Twitter Settings

Connect your Twitter account to share your updates with your Twitter friends 
and vice-versa.

 

Message - Twitter is not available.

 

This is what is being displayed.

 

With facebook, the blue facebook connect logo shows up, clicking on that opens 
the facebook ;login window, after entering the facebook user details, it 
redirects to the homepage (public timeline) of my site but does not connect the 
facebook account and produces this message if going back to the facebook option:

 

Facebook Connect Settings

Manage how your account connects to Facebook

Top of Form

There is no Facebook user connected to this account.

Followed by the facebook connect logo (clicking on the logo again, does not 
bring up the facebook login section but directs to the public timeline page in 
a new window again

Can anyone point me in the right direction with this, I am tearing my hair out 
trying to get facebook and twitter working with my site, (twitter is my 
priority but would like both working).

Is there anyone out there that would like to work with me on this if I can not 
get results from the mailing list.

Thanks

Jeffrey Euen-GowBottom of Form

 

_______________________________________________
StatusNet-dev mailing list
[email protected]
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to