Search found 4 matches

by Einon
Wed Dec 02, 2009 3:31 pm
Forum: Proposals
Topic: HTTPD Auth?
Replies: 20
Views: 36896

Re: HTTPD Auth?

you're right. I'll take a look at it how to improve this. Suggestion: Add a new config option as to what authentication class (more advanced: ordered list of authentication classes) should be used. Extend the Auth classes with a function that tries to guess if a user is logged in like checking cook...
by Einon
Wed Dec 02, 2009 2:30 pm
Forum: Proposals
Topic: HTTPD Auth?
Replies: 20
Views: 36896

Re: HTTPD Auth?

does it work with these two additional lines of code? Not really... With this additional two lines of code I can log in with both of my accounts (the one stored in htpass file using AuthHttp, and the other AuthDb I think...). The only problem is that login only works when I use the login form. In m...
by Einon
Wed Dec 02, 2009 1:28 pm
Forum: Proposals
Topic: HTTPD Auth?
Replies: 20
Views: 36896

Re: HTTPD Auth?

Hi! What's the status of HTTPd Auth? I added the auth part to .htaccess but nothing happens. Login box appears and I can log in with both the pass stored in htpass and the one stored in database. For that to work I did this in index.php if (!is_null($faqusername) && !is_null($faqpassword)) {...
by Einon
Wed Dec 02, 2009 1:18 pm
Forum: General discussions
Topic: Translation problem
Replies: 15
Views: 10595

Re: Translation problem

Hi! I downloaded and installed 2.5.5 today. When I try to use the translation interface, the "saving ..." message appears but nothing happens. In the server logs I see 500 - Internal Server Error. When I try to save any other language, then It succeeds. Is there a way to debug it? Thx, Einon