apAuthLocalUserPlugin problems

Asked by Jano Lara

Hi all

I'm testing the authpuppy solution from yesterday and actually I have some problems with this module. I installed the apAuthLocalUserPlugin via web interface and then I'm avaliable to register the users, but when I'm going to register the users I get a 500 error by symphony. Looking in the logs the error is by the email: Address in mailbox given [ ] does not comply with RFC 2822, 3.6.2., referer: http://<ip_address>/authlocaluser/new, so I can't register users. How I can fix this?

Another problem is that I can't get the auth login page like in this example http://demo.authpuppy.org/login. This is an installation problem or another kind of error?

I appreciate some help with this

Regards!

Question information

Language:
English Edit question
Status:
Solved
For:
AuthPuppy Edit question
Assignee:
No assignee Edit question
Solved by:
gbastien
Solved:
Last query:
Last reply:
Revision history for this message
gbastien (gbastien02) said :
#1

See bug https://bugs.launchpad.net/authpuppy/+bug/621394 for the 500 error.

And what do you get instead of the auth login page?

Revision history for this message
Jano Lara (blindless) said :
#2

Hi gbastien

When I try to connect to the login page I don't get anything, but the log show me this message
PHP Fatal error: Call to undefined method apAuthLocalUser::getNode() in /var/www/authpuppy/plugins/apAuthLocalUserPlugin/lib/model/apAuthLocalUser.php on line 39

I'll try the solution posted in the bug

Thanks for yur help :)

Regards

Revision history for this message
Best gbastien (gbastien02) said :
#3

For the other bug, the latest version of the apAuthLocalUserPlugin doesn't work with the 0.1.1 version of the core. You would need to install from source, or wait for the 0.1.2 core release and in the meantime install an older version of the plugin (for instance http://plugins.authpuppy.org/get/apAuthLocalUserPlugin-0.1.5-beta.tgz)

Revision history for this message
Jano Lara (blindless) said :
#4

OK gbastien, I'll try it. Thanks again for your answers

Regards

Revision history for this message
Jano Lara (blindless) said :
#5

It works!

Following the bug https://bugs.launchpad.net/authpuppy/+bug/621394 I fix the address box problem

For the second problem I installed the older version of the apAuthLocalUserPlugin (http://plugins.authpuppy.org/get/apAuthLocalUserPlugin-0.1.5-beta.tgz) manually in the 0.1.1 core version and works!

Thanks so much gbastien !

Regards !

Revision history for this message
Jano Lara (blindless) said :
#6

Thanks gbastien, that solved my question.

Revision history for this message
David Aubry (k244) said :
#7

I have a similar issue: Symfony report "Oops! An Error Occurred - The server returned a "500 Internal Server Error"" right after I try to create a user on the end user login page (see http://auth.cglmicro.ca). Nothing is reporterd in my PHP error_log.txt.

I've tried alpha_1.6 and beta_1.5 with the same result.

I'm running IIS 7 and followed you INSTALL ON WINDOWS tutorial.

I don't know where to go next; anyone to help me (French or English is find) ?