Hello everyone,

I've been using Maypole for about 7 months now with a fair amount of
success. I finally decided to upgrade to 2.11 and the upgrade broke my
authentication routine. I'm currently using
Authentication::UserSessionCookie and under 2.10 it would require all
users to log in before viewing any pages related to my maypole app. My
authenticate subroutine is the one suggested in the
Authentication::UserSessionCookie documentation.

Under 2.11 any user can see my frontpage and the login page comes up
when a user goes to a page associated with a table in my model. This
would be acceptable if not for the fact that the user is not able to
login (ie. The login screen just keeps appearing after the user submits
an appropriate username and password). My debug output shows a problem
with lines 570 and 576 in Maypole.pm

These are some of the errors I've received:

Argument "OK" isn't numeric in numeric ne (!=) at ...//Maypole.pm line
570, <DATA> line 1.

OR

Use of uninitialized value in numeric ne (!=) at ...//Maypole.pm line
570.
Use of uninitialized value in numeric eq (==) at ...//Maypole.pm line
576.

Any help would be greatly appreciated. As a relative novice, I'm sure I
missed something simple in the upgrade changes (For example, I nearly
missed the change in storage location of table specific templates).

Thanks!

Kevin Williams

Kevin Williams
Research Associate
BBC Research and Consulting
3773 Cherry Creek North Drive
Suite 850
Denver, Colorado  80209-3827
303.321.2547 ext. 231  fax 303.399.0448
[EMAIL PROTECTED]
www.bbcresearch.com


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Maypole-users mailing list
Maypole-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to