All problems are fixed when i remove the following lines:
In: plugins/FBConnect/FBC_XDReceiver.php
remove:
$this->script('http://static.ak.connect.facebook.com/js/api_lib/v0.4/XdCommReceiver.debug.js');
and replace with:
$this->element('script',
array('src' =>
'http://static.ak.connect.facebook.com/js/api_lib/v0.4/XdCommReceiver.debug.js',
'type' => 'text/javascript'), '');

In: plugins/FBConnect/FBConnectPlugin.php
remove:
$action->script('http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php');
and replace with:
$action->element('script',
array('type' => 'text/javascript',
'src' => 'http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php'),
'');

I think that there is something wrong with the new script function ...

Quoting [email protected]:

Php errors are fixed now.
The problem with the logout link are fixed (problem was from my browser).
The facebook connect button image is still not shown. Also when i login and go to http://mysite/settings/facebook my profile pic from facebook is not shown. The error in the log is: 2009-08-06 15:25:12 LOG_WARNING: Facebook client failure requesting profile pic! There is no javascript error messages with Firefox (tested with firebug), but with IE7 there is a javascript error on http://mysite/main/facebooklogin and http://mysite/settings/facebook.

Greetings,
Milen

Quoting Craig Andrews <[email protected]>:

My apologies! I just made a commit that REALLY DOES make the 2nd and 3rd
arguments optional, and should solve this problem. Can you tell me if you
see any problems now?

Thanks!
~Craig

FBConnect plugin is enabled afcource. But when i try to use the
facebook connect the errors are:

Warning: Missing argument 2 for HTMLOutputter::cssLink(), called in
/home/sharo/www/plugins/FBConnect/FBConnectPlugin.php on line 156 and
defined in /home/sharo/www/lib/htmloutputter.php on line 371

Warning: Missing argument 3 for HTMLOutputter::cssLink(), called in
/home/sharo/www/plugins/FBConnect/FBConnectPlugin.php on line 156 and
defined in /home/sharo/www/lib/htmloutputter.php on line 371

And the facebook connect button is not shown. Its just "Facebook Login
Login with your Facebook Account" message, but without the login button.

Also, when i login normaly all is working excempt the "Logout" link.
The logout link points me to http://mysite.com/#

There is a new errors in the laconica.log. The errors are:

2009-08-06 13:53:43 LOG_WARNING: Session cookie
"01c19bf57db807beadff3b917a6ed9c1"  is set but started value is null

Greetings,
Milen


Quoting Craig Andrews <[email protected]>:

Function cssLink will need 3 arguments (src, theme, media). But there
is only one argument.

The 2nd (theme) and 3rd (media) arguments are optional. Theme defaults
to
the current theme, and media defaults to the empty value, which is what
is
desired in most cases.

Also i tested and the “facebook connect” button on the
/main/facebooklogin page is not shown.

I believe you need to enable the Facebook Connect plugin for it to show
up. instructions are in plugins/FBConnect/README.

Greetings,
Milen

~Craig





----------------------------------------------------------------
Zdravei.bg - myasto kydeto vseki moje da nameri po neshto za sebe si.
Spodelete svoite snimki, video klipove, blogove, sreshtnete novi
priateli. Kajete: Zdravei, tova sum az!







----------------------------------------------------------------
Zdravei.bg - myasto kydeto vseki moje da nameri po neshto za sebe si. Spodelete svoite snimki, video klipove, blogove, sreshtnete novi priateli. Kajete: Zdravei, tova sum az!
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev




----------------------------------------------------------------
Zdravei.bg - myasto kydeto vseki moje da nameri po neshto za sebe si. Spodelete svoite snimki, video klipove, blogove, sreshtnete novi priateli. Kajete: Zdravei, tova sum az!
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to