amazed
|
| Posted: 11/19/2004, 9:08 PM |
|
I successfully created a login page which works fine locally but only gives me a blank screen when published to web.
I'm CCS 2.3 PHP.
I've double checked all login and password info.
|
|
|
 |
JRC
|
| Posted: 11/23/2004, 1:06 PM |
|
Have you modified the php code at all?
If you have, look for syntax errors. You might have just missed a ; or spelled a variable or control wrong.
|
|
|
 |
2467
Posts: 47
|
| Posted: 11/25/2004, 1:52 AM |
|
Check you (php.ini) file - it’s possible that you set (display_errors = Off) and now you can not see errors.
My proposal is to set (display_errors = On) and look were the problem is.
|
 |
 |
|