|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Login fails with no errors
When I try to login (this is right after a fresh install, as of 3 days ago), the calendar doesn't log me in. I don't get any error messages, just the same calendar with the same login link.
Note, I have installed this calendar (same version, 4.1.3) on a few other websites and all is well. Any ideas on what I can try or look at? Thanks |
|
#2
|
|||
|
|||
|
RE: Login fails with no errors
This is on a 3rd party hosting setup with PHP Version 4.3.2 and RedHat Linux.
|
|
#3
|
|||
|
|||
|
RE: Login fails with no errors
I'm looking in the log table, provided by ltwCalendar, and it says: <b>Login</b>: User test login ok...but I don't get the options to add/change/delete users, view logs, or even add/change/delete events.
|
|
#4
|
|||
|
|||
|
RE: Login fails with no errors
I've got the same problem...
What was this fix to this? |
|
#5
|
|||
|
|||
|
RE: Login fails with no errors
I had the same thing until I turned off my firewall ad blocking option. Then I was able to login just fine! Is that a possibility?
|
|
#6
|
|||
|
|||
|
RE: Login fails with no errors
I am having this same problem. I have installed the calendar script and all the tables installed correctly. But, When I login, I get the calendar.php page with only a "login" link at the bottom. No other links. If I enter an incorrect user/password info, I get "Login Incorrect," so I know my password is right.
I can't understand why the links aren't appearing. Does anyone have any suggestions? Thanks! |
|
#7
|
|||
|
|||
|
RE: Login fails with no errors
I am having the same problem. After successful login (log shows it was successful), the only option at the bottom of the calendar is 'login'. Has anyone received a solution to this?
|
|
#8
|
|||
|
|||
|
RE: Login fails with no errors
I found answer by reading other threads. I used the 'ob_start', 'ob_end_flush' in the calendar.php. That worked.
Thanks |
|
#9
|
|||
|
|||
|
RE: Login fails with no errors
where did you put the 'ob_start', 'ob_end_flush' at in the calandar.php file?
|
|
#10
|
|||
|
|||
|
RE: Login fails with no errors
when I click on login a small window open and asking username and password. I login then nothing happening, no admin page, no managing page. please help. I am using window server with PHP and MySQL
|
|
#11
|
|||
|
|||
|
RE: Login fails with no errors
when i login gettin this error
Warning: Cannot modify header information - headers already sent by (output started at C:WWWmalayalameventsprivateltw_config.php:375) in C:WWWmalayalameventsprivateltw_classes.php on line 703 Warning: Cannot modify header information - headers already sent by (output started at C:WWWmalayalameventsprivateltw_config.php:375) in C:WWWmalayalameventsprivateltw_classes.php on line 707 |
|
#12
|
|||
|
|||
|
RE: RE: Login fails with no errors
Quote:
This error is caused by extra spaces or linefeeds in php script. See http://codewalkers.com/forum/index....3&realm=default for answer. |
|
#13
|
|||
|
|||
|
RE: Login fails with no errors
I got an installation working locally on my OS X box. However on the server it doesn't work. Same error as posted earlier on logging in and not getting the menus. I did a little trouble shooting but the author needs to address the issue. I placed the following code just after the "//end of backwards compatability" line in the calendar.php file for each installation
print_r($_POST); // lnj echo "post vars <br>"; // lnj print_r($_GET); // lnj echo "get vars <br>"; // lnj print_r($_COOKIE); // lnj echo "cookie vars <br>"; // lnj on the site that works after logging in, there is an output for the ltw cookie. On the site that doesn't work, no cookie is passed. I was using the same browser "Firefox" for both sites so cookie settings are the same for the browser. Most likely a problem in compatibility for PHP versions. The version on the server is PHP Version 4.3.2 and the one locally is PHP Version 4.3.6 If I get time will try to look futher, but if codewalkers are reading this, maybe this will give some ideas. Lem |
|
#14
|
|||
|
|||
|
RE: Login fails with no errors
I HAVE THE SOLUTION!
Damn, i am good... I READ threads AFTER threats, and I am not fighting a headache... THIS file: ltwusermgr.php is missing the ?> at the end!! Ad the ?> as the last line to close the PHP tag, and your done! As I was getting rid of extra spaces, and re-reading this forum, I found this error.. I sure hope that I have helped you out. I know it was an awesome find for me.. Since I modded this calendar to extremes just to find out it wasnt working... I am so relieved right now, so I had to share it. fletch@budweiser.com if i can be of anymore assistance. |
|
#15
|
|||
|
|||
|
RE: Login fails with no errors
Thanks so much for find that ?>
I was pulling out my, well what's left of my hair. |
![]() |
| Viewing: Codewalkers Forums > Projects > ltwCalendar > Login fails with no errors |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|