SELECT * FROM umbracoNode, cmsContent --return nodes WHERE nodeObjectType ='C66BA18E-EAF3-4CFF-8A22-41B16D66A972'-- that are of type 'Content' AND umbracoNode.id NOT IN (SELECT nodeId FROM cmsContent)-- but are notin the 'Content' table
and saw that OpenID was the source of the issue. can you resolve this?
The page(s) were added from the package.xml. I've now moved this from the package.xml into the package action. The page(s) will only be created i a Runway homepage can be found.
It will still create a template for you for the login page. This template must be modified to match your own master template.
Works greate with google and openid. Having issues with yahoo:
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details:System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Installing OpenID creates "Ghost Node" if Runway is not installed.
After installing the updated version of OpeniID for 4.5 on Umbraco 4.5.2 I got the following error when I created a new folder at the root.
http://our.umbraco.org/forum/getting-started/questions-about-runway-and-modules/10685-No-Document-exists-with-Version-%2700000000-0000-0000-0000-000000000000%27?p=0#comment40259
I followed ran the following script:
and saw that OpenID was the source of the issue. can you resolve this?
Hi there,
thanks for the feedback.
The page(s) were added from the package.xml. I've now moved this from the package.xml into the package action. The page(s) will only be created i a Runway homepage can be found.
It will still create a template for you for the login page. This template must be modified to match your own master template.
Cheers,
Harald.
Works greate with google and openid. Having issues with yahoo:
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Tested and replicated. I've updated DotNetOpenAuth to 3.4.5 which solves the problem (at least for me). Uploaded new version 1.0.3
Hope this helps.
H.
Works like a charm.. Now all you need is a twitter/facebook and Windows Live login package..:-)
Supports oAuth 2.0 which Facebook and Twitter uses
https://www.ohloh.net/p/dotnetopenauth/download?package=DotNetOpenAuth+CTP
Unless you want to release the source.
Source is available on codeplex, http://openidforumbraco.codeplex.com/. Feel free to help out.
You're no fun
is working on a reply...