Login or Register

RSS IconRecent posts in this topic

avatar
EgoAnt on Oct 4. 2006. 3:46 pm
On a new install it seems to work, I defined the admin password and then try to log in. If i putin the wrong password it tells me there has been an error, but if I use the correct login information it goes back to the login screen, only the URL is now:

/index.php?c=access&a=login&ref_c=dashboard&ref_a=index

This is on a windows 2000 server with MySQL and PHP5. Is there maybe something in my PHP.ini that is wrong?
avatar Staff
Ilija Studen on Oct 4. 2006. 4:59 pm
Please check /cache folder. If you have a log.php file please post it here or send it to ilija.studen@gmail.com
activeCollab team member | LinkedIn
avatar
EgoAnt on Oct 4. 2006. 5:02 pm
<?php die(); ?>
Session "default" started at 2006-10-04T20:12:46+0000
#1 ERROR: Error: mail() [<a href='function.mail'>function.mail</a>]: SMTP server response: 501 5.5.4 Invalid Address in 'D:\Project_Management\library\swift\lib\Swift\Stream\MailProxy.php' on line 374 (error code: 2)
Time since start: 0.87517786026001 seconds
-------------------------------------------------------------------------------

Session "default" started at 2006-10-04T20:16:51+0000
#1 ERROR: Error: mail() [<a href='function.mail'>function.mail</a>]: SMTP server response: 501 5.5.4 Invalid Address in 'D:\Project_Management\library\swift\lib\Swift\Stream\MailProxy.php' on line 374 (error code: 2)
Time since start: 0.5676109790802 seconds
-------------------------------------------------------------------------------
avatar
EgoAnt on Oct 4. 2006. 5:03 pm
I sent that in an e-mail as well. After the login failed I tried ac ouple times to have the system e-mail me the password, thinking I had mistyped it.
avatar Staff
Ilija Studen on Oct 4. 2006. 7:00 pm
One possibility is that you tried to login with wrong data, reseted password and the new one was never mailed to you because of mailing problems (your mail server most probably is not properly configured). To reset password to known value please check If Forgot password fails section on this page.
activeCollab team member | LinkedIn
avatar
dotnetshadow on Oct 4. 2006. 7:27 pm
I had the exact same problem on win2000 machine something is definitely wrong with using it on iis5, when I tried using apache it worked great, when I used iis6 that also worked great so something about iis5 doesn't allow logins I posted about this in another thread:

http://forum.activecollab.com/viewtopic.php?id=672


I even reset the password using known values etc as posted in the tutorial to reset a password this didn't work either. As the original post mentions if u enter the wrong data it knows that you have entered something wrong but when you enter the right data nothing displays it just shows the login form with blank entries even though it should redirect to the dashboard

So in the end I was forced to abandon win2000 iis5.

Regards Dotnetshadow
avatar
EgoAnt on Oct 4. 2006. 9:28 pm
Hmmm, it definitely isn't an incorrect login, I did a full reinstall with a new database and encountered the same problem.. It's windows 2000 and I think it might be IIS 5 as well, so it could be the same issue dotnetshadow was having. =(

I hope not, though, because we don't really have the option of upgrading to 6 since it's a server that is established and maintained by my company. Hopefully we can resolve this, I really like activeCollab!
avatar
herkalees on Nov 30. 2006. 12:28 am
This is happening to my on a regular linux VPS with PHP5. I had 0.6 and played with it for a bit, then just now deleted the entire file structure and database to do a fresh install.

I was asked to create an admin account, and that worked fine, and it brought me to the login screen. When I attempt to login, the url changes to this

http://plan.bostonwebstudio.com/index.php?c=access&a=login&ref_c=dashboard&ref_a=index

but I remain at the login screen. Surely there must be a fix somewhere?


Edit: Waaaait a second. This time I tried again and checked off the "remember me for 14 days" checkbox that I usually would ignore... and it worked!
avatar
herkalees on Dec 2. 2006. 11:09 am
Is there a fix for my discovery (the post above this one). I discovered that when I having trouble logging in, like the others in this thread, that if I click the "Remember me for 14 days" checkbox, it *finally* works and I am brought to the dashboard.

It seems as though I shouldn't be forced to click this box, or at least, can I edit the login.php form so that the box is always checked by default?

If someone could tell me what code to replace in the login.php file, so that this box is always checked, I'd be grateful!
avatar
Nick on Dec 2. 2006. 11:21 am
Hi,

Simply add:

selected="selected" inside the checkbox HTML code, like so:

<input id="loginRememberMe" type="checkbox" class="checkbox" name="login[remember]" value="checked" selected="selected" />

That should do it :)
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic