Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not sure I'm implementing right #2

Open
jrotering opened this issue Sep 21, 2010 · 1 comment
Open

not sure I'm implementing right #2

jrotering opened this issue Sep 21, 2010 · 1 comment

Comments

@jrotering
Copy link

I downloaded the source and did the following:

  • unzipped the package at {core_path}components/rpx/
  • added the namespace pointing at the above location
  • added system setting 'apikey' under rpx namespace (rpx.apikey) with my api key
  • copied the snippet into a regular db-based snippet , and called it from the resource that I specified as the return page after the external authentication process.

I'm getting the following:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/cmslesst/public_html/core/xpdo/xpdo.class.php on line 398

The line number varies (based on which service I try to use, I think) - but they all result in the fatal error.

I'm guessing I went about "installing" this entirely the wrong way. Any direction would be greatly appreciated!

@opengeek
Copy link
Owner

You need to add the following value to the system setting extension_packages:

rpx.user:{core_path}components/rpx/model/

See if that resolves your error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants