[
https://issues.apache.org/jira/browse/SHINDIG-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733569#action_12733569
]
Matthieu Huguet commented on SHINDIG-1122:
------------------------------------------
Thanks Chris !
I've tested it again, and now I've another error :
Catchable fatal error: Argument 2 passed to
SigningFetcher::addOpenSocialParams() must be an instance of SecurityToken,
null given, called in /home/www/shindigsrc/gadgets/SigningFetcher.php on line
147 and defined in /home/www/shindig/src/gadgets/SigningFetcher.php on line 199
> Fatal error on <Preload> with authz="signed"
> --------------------------------------------
>
> Key: SHINDIG-1122
> URL: https://issues.apache.org/jira/browse/SHINDIG-1122
> Project: Shindig
> Issue Type: Bug
> Components: PHP
> Affects Versions: 1.1-BETA1
> Environment: Shindig (PHP) trunk
> Reporter: Matthieu Huguet
> Assignee: Chris Chabot
>
> I encountered a fatal error while trying to make a signed preload request in
> a gadget
> <Preload href="http://my-local-url/" authz="signed" />
> Fatal Error :
> Call to member function getSigningFetcher() on a non object in
> /home/www/shindig/src/common/sample/BasicRemoteContent.php
> The problem is in the fetchResources() function (
> src/gadgets/GadgetFactory.php ) :
> $remoteContent = new BasicRemoteContent(new
> BasicRemoteContentFetcher(), $signingFetcherFactory);
> $signingFetcherFactory is not defined.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.