ID: 14520
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: IIS related
Operating System: Windows 2000 Server Korean Versi
PHP Version: 4.1.0
New Comment:
I have solved my problem.
I don't modify my source code, but my home page goes well done.
my solution is upgrade to php 4.1.1.
it's php 4.1.0 problem.
Thank you.
Previous Comments:
------------------------------------------------------------------------
[2001-12-23 13:14:15] [EMAIL PROTECTED]
User error => bogus
the redeclare message probably comes from a function you define in the
include file, but that is a built in PHP function.
See the manual at www.php.net to verify that.
Derick
------------------------------------------------------------------------
[2001-12-23 13:02:49] [EMAIL PROTECTED]
I found my mistake in php.ini file.
My session directory is not exist.
I make Session directory, and then php works fine.
But I have one more question.
Error message is "... Cannot redeclare ..." not session.
Please comment.
------------------------------------------------------------------------
[2001-12-14 13:01:09] [EMAIL PROTECTED]
Please submit a short working example that shows your problem.
Derick
------------------------------------------------------------------------
[2001-12-14 12:41:13] [EMAIL PROTECTED]
No! I include the file once. but I edit my php file using
include_once(). and Error Message is re-occured.
help me!
------------------------------------------------------------------------
[2001-12-14 12:21:39] [EMAIL PROTECTED]
I think you're including the file twice. Use include_once() instead of
include() to avoid this problem. Reopen if this is not the case.
BTW: please do not post your whole ini file :(
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=14520
Edit this bug report at http://bugs.php.net/?id=14520&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]