Author Topic: blank page after incorrect login  (Read 5142 times)

0 Members and 1 Guest are viewing this topic.

Offline kief24

  • Sr. Member
  • ****
  • Posts: 267
    • View Profile
blank page after incorrect login
« on: April 11, 2006, 06:17:28 PM »
Hello,

people get a blank page after they login with wrong password/username.
you can check it on schoolplaten.com

my error logs tell me nothing about that.
i checked access_log and error_log on my server
in error log all i see is "file does not exist " errors who point to old files.

 :?

Offline IcEcReaM

  • Hero Member
  • *****
  • Posts: 714
    • View Profile
    • My little Testboard
Re: blank page after incorrect login
« Reply #1 on: April 11, 2006, 09:05:39 PM »
check if you have in your templates folder following tempalte:
error.html
Coding is a everlasting competition between programmers who tries to write larger, better and idiot-safe programs and the universe producing larger and stupider idiots...
...so far the universe won
bump

Offline kief24

  • Sr. Member
  • ****
  • Posts: 267
    • View Profile
Re: blank page after incorrect login
« Reply #2 on: April 11, 2006, 09:11:15 PM »
check if you have in your templates folder following tempalte:
error.html

yes i do, and it seems ok

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: blank page after incorrect login
« Reply #3 on: April 12, 2006, 01:55:16 AM »
in error log all i see is "file does not exist " errors who point to old files.
what files?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline kief24

  • Sr. Member
  • ****
  • Posts: 267
    • View Profile
Re: blank page after incorrect login
« Reply #4 on: April 12, 2006, 08:31:24 AM »
files who are moved to other place in site.

So i get errors like this :
Code: [Select]
[Wed Apr 12 08:27:10 2006] [error] [client 84.82.40.190] File does not exist: /xxxxxxx/kleurplaat81.htm
[Wed Apr 12 08:27:21 2006] [error] [client 192.87.54.130] File does not exist: /xxxxxxx/kleurplaat1430.htm
[Wed Apr 12 08:27:23 2006] [error] [client 192.87.54.130] File does not exist: /xxxxxxx/chinese_draak.jpg
[Wed Apr 12 08:27:26 2006] [error] [client 81.247.112.232] File does not exist: /xxxxxxx/kleurplaat871.htm
[Wed Apr 12 08:27:29 2006] [error] [client 192.87.54.130] File does not exist: /xxxxxxx/chinese_draak.jpg

But i don't see a connection between white page after incorrect login ans this.
« Last Edit: April 13, 2006, 03:50:33 PM by kief24 »

Offline kief24

  • Sr. Member
  • ****
  • Posts: 267
    • View Profile
Re: blank page after incorrect login
« Reply #5 on: April 13, 2006, 09:16:21 AM »
Any idea what file could cause this problem ( white page after incorrect login )?
I could try to replace it with original file .
thx
« Last Edit: April 13, 2006, 11:08:00 AM by kief24 »