#26038 [Opn]: session_start(): Failed to initialize storage module

2003-10-31 Thread pedro at dehumanizer dot com
 ID:   26038
 User updated by:  pedro at dehumanizer dot com
 Reported By:  pedro at dehumanizer dot com
 Status:   Open
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.9
 PHP Version:  4CVS-2003-10-30 (stable)
 New Comment:

Just a little bit from "make test" (from today's CVS, 2003-10-31):

=
FAILED TEST SUMMARY
-
Bug #25547 (error_handler and array index with function call)
[tests/lang/bug25547.phpt]
Gettext basic test [ext/gettext/tests/gettext_basic.phpt]
Bug #16069 [ext/iconv/tests/bug16069.phpt]
Check for mktime with out-of-range parameters
[ext/standard/tests/time/003.phpt]
mktime() [ext/standard/tests/time/mktime.phpt]
=

I don't know if this is relevant... The problem remains with this
compiled PHP.


Previous Comments:


[2003-10-31 08:01:40] pedro at dehumanizer dot com

I can basically rip, with a few alterations, the "expected/actual"
results from bug 25876:

Expected result:

not to see this message in logs, see the page expected

Actual result:
--

[client 62.169.69.5] PHP Fatal error:  session_start(): Failed to
initialize storage module. in
/var/www/htdocs/mail/functions/global.php
on line 295, referer: https://www.dehumanizer.com/mail/src/webmail.php

and we get just a blank page instead of seeing of what actually
expected. Refreshing, or going back then clicking again, usually
works.

I can copy my php.ini and the results of "make test" and phpinfo() and
post them here, but it may be too big. Is it OK?

--------

[2003-10-30 07:34:12] pedro at dehumanizer dot com

By the way, if I use Apache 1.3.28 instead, configuring the same
version of PHP with exactly the same options (except replacing
--with-apxs2 with --with-apxs), the problem disappears.

--------

[2003-10-30 07:30:51] pedro at dehumanizer dot com

Description:

I believe this bug had already been reported by someone else (#25876),
but it was marked as "bogus".

I'm using FreeBSD 4.9 (and 4.8-STABLE before), Apache 2.0.48 from ports
(and 2.0.47 before), and tried several PHP versions from 4.3.2 to
4CVS-20031030 (today's). All of them exhibit this problem, with
SquirrelMail 1.4.2. 

I don't think it's a SquirrelMail problem, however, as the line in
question is a simple

session_start();

The problem is intermitent - when navigating through the webmail, from
time to time, when I click on a link, a blank page appears *very
quickly*, just in the frame which was supposed to be changed. In the
logs, I get this error:

[client 62.169.69.5] PHP Fatal error:  session_start(): Failed to
initialize storage module. in /var/www/htdocs/mail/functions/global.php
on line 295, referer: https://www.dehumanizer.com/mail/src/webmail.php

If I reload the page, or go back from the blank page and click on the
same link again, it usually works then. The error rate is hard to
calculate, but it should be less than 1 in 10 times.

I've tried changing the sessions handler between files and mm, but it
doesn't solve the problem. Neither does activating register_globals,
which SquirrelMail doesn't need, anyway.

PHP configure options:

./configure  --disable-cgi --with-apxs2=/usr/local/sbin/apxs
--with-openssl --with-zlib --with-gdbm --with-imap --with-iconv
--enable-ftp --with-mysql=/usr/local/mysql --with-curl --disable-debug
--enable-exif --enable-sockets --disable-ipv6 --with-gd --with-jpeg-dir
--with-png-dir --enable-dio --with-gettext=/usr/local --with-bz2
--enable-mbstring --enable-mbregex --enable-zend-multibyte
--with-mysql-sock=/tmp/mysql.sock --with-mm=/usr/local







-- 
Edit this bug report at http://bugs.php.net/?id=26038&edit=1


#26038 [Opn]: session_start(): Failed to initialize storage module

2003-10-31 Thread pedro at dehumanizer dot com
 ID:   26038
 User updated by:  pedro at dehumanizer dot com
 Reported By:  pedro at dehumanizer dot com
 Status:   Open
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.9
 PHP Version:  4CVS-2003-10-30 (stable)
 New Comment:

I can basically rip, with a few alterations, the "expected/actual"
results from bug 25876:

Expected result:

not to see this message in logs, see the page expected

Actual result:
--

[client 62.169.69.5] PHP Fatal error:  session_start(): Failed to
initialize storage module. in
/var/www/htdocs/mail/functions/global.php
on line 295, referer: https://www.dehumanizer.com/mail/src/webmail.php

and we get just a blank page instead of seeing of what actually
expected. Refreshing, or going back then clicking again, usually
works.

I can copy my php.ini and the results of "make test" and phpinfo() and
post them here, but it may be too big. Is it OK?


Previous Comments:


[2003-10-30 07:34:12] pedro at dehumanizer dot com

By the way, if I use Apache 1.3.28 instead, configuring the same
version of PHP with exactly the same options (except replacing
--with-apxs2 with --with-apxs), the problem disappears.



[2003-10-30 07:30:51] pedro at dehumanizer dot com

Description:

I believe this bug had already been reported by someone else (#25876),
but it was marked as "bogus".

I'm using FreeBSD 4.9 (and 4.8-STABLE before), Apache 2.0.48 from ports
(and 2.0.47 before), and tried several PHP versions from 4.3.2 to
4CVS-20031030 (today's). All of them exhibit this problem, with
SquirrelMail 1.4.2. 

I don't think it's a SquirrelMail problem, however, as the line in
question is a simple

session_start();

The problem is intermitent - when navigating through the webmail, from
time to time, when I click on a link, a blank page appears *very
quickly*, just in the frame which was supposed to be changed. In the
logs, I get this error:

[client 62.169.69.5] PHP Fatal error:  session_start(): Failed to
initialize storage module. in /var/www/htdocs/mail/functions/global.php
on line 295, referer: https://www.dehumanizer.com/mail/src/webmail.php

If I reload the page, or go back from the blank page and click on the
same link again, it usually works then. The error rate is hard to
calculate, but it should be less than 1 in 10 times.

I've tried changing the sessions handler between files and mm, but it
doesn't solve the problem. Neither does activating register_globals,
which SquirrelMail doesn't need, anyway.

PHP configure options:

./configure  --disable-cgi --with-apxs2=/usr/local/sbin/apxs
--with-openssl --with-zlib --with-gdbm --with-imap --with-iconv
--enable-ftp --with-mysql=/usr/local/mysql --with-curl --disable-debug
--enable-exif --enable-sockets --disable-ipv6 --with-gd --with-jpeg-dir
--with-png-dir --enable-dio --with-gettext=/usr/local --with-bz2
--enable-mbstring --enable-mbregex --enable-zend-multibyte
--with-mysql-sock=/tmp/mysql.sock --with-mm=/usr/local







-- 
Edit this bug report at http://bugs.php.net/?id=26038&edit=1


#26038 [Opn]: session_start(): Failed to initialize storage module

2003-10-31 Thread pedro at dehumanizer dot com
 ID:   26038
 User updated by:  pedro at dehumanizer dot com
 Reported By:  pedro at dehumanizer dot com
 Status:   Open
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.9
 PHP Version:  4CVS-2003-10-30 (stable)
 New Comment:

Just a little bit from "make test" (from today's CVS, 2003-10-31):

=
FAILED TEST SUMMARY
-
Bug #25547 (error_handler and array index with function call)
[tests/lang/bug25547.phpt]
Gettext basic test [ext/gettext/tests/gettext_basic.phpt]
Bug #16069 [ext/iconv/tests/bug16069.phpt]
Check for mktime with out-of-range parameters
[ext/standard/tests/time/003.phpt]
mktime() [ext/standard/tests/time/mktime.phpt]
=

I don't know if this is relevant...


Previous Comments:


[2003-10-31 05:50:30] pedro at dehumanizer dot com

I can basically rip, with a few alterations, the "expected/actual"
results from bug 25876:

Expected result:

not to see this message in logs, see the page expected

Actual result:
--

[client 62.169.69.5] PHP Fatal error:  session_start(): Failed to
initialize storage module. in
/var/www/htdocs/mail/functions/global.php
on line 295, referer: https://www.dehumanizer.com/mail/src/webmail.php

and we get just a blank page instead of seeing of what actually
expected. Refreshing, or going back then clicking again, usually
works.

I can copy my php.ini and the results of "make test" and phpinfo() and
post them here, but it may be too big. Is it OK?



[2003-10-30 21:08:26] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


----------------

[2003-10-30 07:34:12] pedro at dehumanizer dot com

By the way, if I use Apache 1.3.28 instead, configuring the same
version of PHP with exactly the same options (except replacing
--with-apxs2 with --with-apxs), the problem disappears.

----------------

[2003-10-30 07:30:51] pedro at dehumanizer dot com

Description:

I believe this bug had already been reported by someone else (#25876),
but it was marked as "bogus".

I'm using FreeBSD 4.9 (and 4.8-STABLE before), Apache 2.0.48 from ports
(and 2.0.47 before), and tried several PHP versions from 4.3.2 to
4CVS-20031030 (today's). All of them exhibit this problem, with
SquirrelMail 1.4.2. 

I don't think it's a SquirrelMail problem, however, as the line in
question is a simple

session_start();

The problem is intermitent - when navigating through the webmail, from
time to time, when I click on a link, a blank page appears *very
quickly*, just in the frame which was supposed to be changed. In the
logs, I get this error:

[client 62.169.69.5] PHP Fatal error:  session_start(): Failed to
initialize storage module. in /var/www/htdocs/mail/functions/global.php
on line 295, referer: https://www.dehumanizer.com/mail/src/webmail.php

If I reload the page, or go back from the blank page and click on the
same link again, it usually works then. The error rate is hard to
calculate, but it should be less than 1 in 10 times.

I've tried changing the sessions handler between files and mm, but it
doesn't solve the problem. Neither does activating register_globals,
which SquirrelMail doesn't need, anyway.

PHP configure options:

./configure  --disable-cgi --with-apxs2=/usr/local/sbin/apxs
--with-openssl --with-zlib --with-gdbm --with-imap --with-iconv
--enable-ftp --with-mysql=/usr/local/mysql --with-curl --disable-debug
--enable-exif --enable-sockets --disable-ipv6 --with-gd --with-jpeg-dir
--with-png-dir --enable-dio --with-gettext=/usr/local --with-bz2
--enable-mbstring --enable-mbregex --enable-zend-multibyte
--with-mysql-sock=/tmp/mysql.sock --with-mm=/usr/local







-- 
Edit this bug report at http://bugs.php.net/?id=26038&edit=1


#26038 [Fbk->Opn]: session_start(): Failed to initialize storage module

2003-10-31 Thread pedro at dehumanizer dot com
 ID:   26038
 User updated by:  pedro at dehumanizer dot com
 Reported By:  pedro at dehumanizer dot com
-Status:   Feedback
+Status:   Open
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.9
 PHP Version:  4CVS-2003-10-30 (stable)
 New Comment:

I can basically rip, with a few alterations, the "expected/actual"
results from bug 25876:

Expected result:

not to see this message in logs, see the page expected

Actual result:
--

[client 62.169.69.5] PHP Fatal error:  session_start(): Failed to
initialize storage module. in
/var/www/htdocs/mail/functions/global.php
on line 295, referer: https://www.dehumanizer.com/mail/src/webmail.php

and we get just a blank page instead of seeing of what actually
expected. Refreshing, or going back then clicking again, usually
works.

I can copy my php.ini and the results of "make test" and phpinfo() and
post them here, but it may be too big. Is it OK?


Previous Comments:


[2003-10-30 21:08:26] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


----

[2003-10-30 07:34:12] pedro at dehumanizer dot com

By the way, if I use Apache 1.3.28 instead, configuring the same
version of PHP with exactly the same options (except replacing
--with-apxs2 with --with-apxs), the problem disappears.

----

[2003-10-30 07:30:51] pedro at dehumanizer dot com

Description:

I believe this bug had already been reported by someone else (#25876),
but it was marked as "bogus".

I'm using FreeBSD 4.9 (and 4.8-STABLE before), Apache 2.0.48 from ports
(and 2.0.47 before), and tried several PHP versions from 4.3.2 to
4CVS-20031030 (today's). All of them exhibit this problem, with
SquirrelMail 1.4.2. 

I don't think it's a SquirrelMail problem, however, as the line in
question is a simple

session_start();

The problem is intermitent - when navigating through the webmail, from
time to time, when I click on a link, a blank page appears *very
quickly*, just in the frame which was supposed to be changed. In the
logs, I get this error:

[client 62.169.69.5] PHP Fatal error:  session_start(): Failed to
initialize storage module. in /var/www/htdocs/mail/functions/global.php
on line 295, referer: https://www.dehumanizer.com/mail/src/webmail.php

If I reload the page, or go back from the blank page and click on the
same link again, it usually works then. The error rate is hard to
calculate, but it should be less than 1 in 10 times.

I've tried changing the sessions handler between files and mm, but it
doesn't solve the problem. Neither does activating register_globals,
which SquirrelMail doesn't need, anyway.

PHP configure options:

./configure  --disable-cgi --with-apxs2=/usr/local/sbin/apxs
--with-openssl --with-zlib --with-gdbm --with-imap --with-iconv
--enable-ftp --with-mysql=/usr/local/mysql --with-curl --disable-debug
--enable-exif --enable-sockets --disable-ipv6 --with-gd --with-jpeg-dir
--with-png-dir --enable-dio --with-gettext=/usr/local --with-bz2
--enable-mbstring --enable-mbregex --enable-zend-multibyte
--with-mysql-sock=/tmp/mysql.sock --with-mm=/usr/local







-- 
Edit this bug report at http://bugs.php.net/?id=26038&edit=1


#26038 [Opn]: session_start(): Failed to initialize storage module

2003-10-30 Thread pedro at dehumanizer dot com
 ID:   26038
 User updated by:  pedro at dehumanizer dot com
 Reported By:  pedro at dehumanizer dot com
 Status:   Open
 Bug Type: Apache2 related
 Operating System: FreeBSD 4.9
 PHP Version:  4CVS-2003-10-30 (stable)
 New Comment:

By the way, if I use Apache 1.3.28 instead, configuring the same
version of PHP with exactly the same options (except replacing
--with-apxs2 with --with-apxs), the problem disappears.


Previous Comments:


[2003-10-30 07:30:51] pedro at dehumanizer dot com

Description:

I believe this bug had already been reported by someone else (#25876),
but it was marked as "bogus".

I'm using FreeBSD 4.9 (and 4.8-STABLE before), Apache 2.0.48 from ports
(and 2.0.47 before), and tried several PHP versions from 4.3.2 to
4CVS-20031030 (today's). All of them exhibit this problem, with
SquirrelMail 1.4.2. 

I don't think it's a SquirrelMail problem, however, as the line in
question is a simple

session_start();

The problem is intermitent - when navigating through the webmail, from
time to time, when I click on a link, a blank page appears *very
quickly*, just in the frame which was supposed to be changed. In the
logs, I get this error:

[client 62.169.69.5] PHP Fatal error:  session_start(): Failed to
initialize storage module. in /var/www/htdocs/mail/functions/global.php
on line 295, referer: https://www.dehumanizer.com/mail/src/webmail.php

If I reload the page, or go back from the blank page and click on the
same link again, it usually works then. The error rate is hard to
calculate, but it should be less than 1 in 10 times.

I've tried changing the sessions handler between files and mm, but it
doesn't solve the problem. Neither does activating register_globals,
which SquirrelMail doesn't need, anyway.

PHP configure options:

./configure  --disable-cgi --with-apxs2=/usr/local/sbin/apxs
--with-openssl --with-zlib --with-gdbm --with-imap --with-iconv
--enable-ftp --with-mysql=/usr/local/mysql --with-curl --disable-debug
--enable-exif --enable-sockets --disable-ipv6 --with-gd --with-jpeg-dir
--with-png-dir --enable-dio --with-gettext=/usr/local --with-bz2
--enable-mbstring --enable-mbregex --enable-zend-multibyte
--with-mysql-sock=/tmp/mysql.sock --with-mm=/usr/local







-- 
Edit this bug report at http://bugs.php.net/?id=26038&edit=1


#26038 [NEW]: session_start(): Failed to initialize storage module

2003-10-30 Thread pedro at dehumanizer dot com
From: pedro at dehumanizer dot com
Operating system: FreeBSD 4.9
PHP version:  4CVS-2003-10-30 (stable)
PHP Bug Type: Apache2 related
Bug description:  session_start(): Failed to initialize storage module

Description:

I believe this bug had already been reported by someone else (#25876), but
it was marked as "bogus".

I'm using FreeBSD 4.9 (and 4.8-STABLE before), Apache 2.0.48 from ports
(and 2.0.47 before), and tried several PHP versions from 4.3.2 to
4CVS-20031030 (today's). All of them exhibit this problem, with
SquirrelMail 1.4.2. 

I don't think it's a SquirrelMail problem, however, as the line in
question is a simple

session_start();

The problem is intermitent - when navigating through the webmail, from
time to time, when I click on a link, a blank page appears *very quickly*,
just in the frame which was supposed to be changed. In the logs, I get
this error:

[client 62.169.69.5] PHP Fatal error:  session_start(): Failed to
initialize storage module. in /var/www/htdocs/mail/functions/global.php on
line 295, referer: https://www.dehumanizer.com/mail/src/webmail.php

If I reload the page, or go back from the blank page and click on the same
link again, it usually works then. The error rate is hard to calculate,
but it should be less than 1 in 10 times.

I've tried changing the sessions handler between files and mm, but it
doesn't solve the problem. Neither does activating register_globals, which
SquirrelMail doesn't need, anyway.

PHP configure options:

./configure  --disable-cgi --with-apxs2=/usr/local/sbin/apxs
--with-openssl --with-zlib --with-gdbm --with-imap --with-iconv
--enable-ftp --with-mysql=/usr/local/mysql --with-curl --disable-debug
--enable-exif --enable-sockets --disable-ipv6 --with-gd --with-jpeg-dir
--with-png-dir --enable-dio --with-gettext=/usr/local --with-bz2
--enable-mbstring --enable-mbregex --enable-zend-multibyte
--with-mysql-sock=/tmp/mysql.sock --with-mm=/usr/local



-- 
Edit bug report at http://bugs.php.net/?id=26038&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26038&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26038&r=trysnapshot5
Fixed in CVS:   http://bugs.php.net/fix.php?id=26038&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=26038&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=26038&r=needtrace
Try newer version:  http://bugs.php.net/fix.php?id=26038&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=26038&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=26038&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=26038&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=26038&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=26038&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26038&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=26038&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=26038&r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=26038&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26038&r=float


#25876 [Com]: session_start(): Failed to initialize storage module

2003-10-26 Thread pedro at dehumanizer dot com
 ID:   25876
 Comment by:   pedro at dehumanizer dot com
 Reported By:  golden at riscom dot com
 Status:   Bogus
 Bug Type: Session related
 Operating System: freebsd 4.8
 PHP Version:  4.3.3
 New Comment:

By the way, don't know if this helps:

./configure  --disable-cgi --with-apxs2=/usr/local/sbin/apxs
--with-openssl --with-zlib --with-gdbm --with-imap --with-iconv
--enable-ftp --with-mysql=/usr/local/mysql --with-curl --disable-debug
--enable-exif --enable-sockets --disable-ipv6 --with-gd --with-jpeg-dir
--with-png-dir --enable-dio --with-gettext=/usr/local --with-bz2
--enable-mbstring --enable-mbregex --enable-zend-multibyte
--with-mysql-sock=/tmp/mysql.sock --with-mm=/usr/local


Previous Comments:


[2003-10-26 05:34:12] pedro at dehumanizer dot com

Just tried snapshot php4-STABLE-200310260730, and the problem still
occurs.

Note that it's not something that happens all the time - it only
happens about 1/10th of the time - it gives that error, and the page
which appears in the browser is completely blank. Usually, reloading
it, or going back and clicking again on the same link makes it work...
for that time.

I've tried changing the session handler from "files" to "mm", and the
problem remains.

I guess this is related to Apache 2.0.47 on FreeBSD 4.x...

Going to try downgrading to PHP 4.3.2 to see if it still happens.

--------

[2003-10-26 05:04:58] pedro at dehumanizer dot com

Happens to me as well, and I'm using FreeBSD too. 

4.9-rc4, in my case. Apache 2.0.47 compiled from ports, and PHP
4.3.4-rc2.

[client 192.168.0.3] PHP Fatal error:  session_start(): Failed to
initialize storage module. in /var/www/htdocs/mail/functions/global.php
on line 295, referer: http://www.dehumanizer.com/mail/src/webmail.php



[2003-10-20 08:27:59] golden at riscom dot com

here's parameters passed to 'configure' script:
--with-apxs2=/usr/local/apache2/bin/apxs --with-zlib --with-bz2
--with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr/local
--with-zlib-dir=/usr/local --with-iconv --enable-mbstring --with-mssql
--enable-xslt --with-xslt-sablot=/usr/local -with-expat-dir=/usr/local
--with-iconv-dir=/usr/local

All the additional software(Sablotron, freetds, iconv, libpng, libjpeg,
gd) were build from ports collection of FREEBSD-4.8RELEASE exactly,
with exept of zlib which was build from source using zlib-1.1.4



[2003-10-20 08:13:49] [EMAIL PROTECTED]

Can not reproduce.




[2003-10-20 07:48:26] golden at riscom dot com

tried with php-STABLE-200310180730 - same result
this message still appears in logs:
session_start(): Failed to initialize storage module



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/25876

-- 
Edit this bug report at http://bugs.php.net/?id=25876&edit=1


#25876 [Com]: session_start(): Failed to initialize storage module

2003-10-26 Thread pedro at dehumanizer dot com
 ID:   25876
 Comment by:   pedro at dehumanizer dot com
 Reported By:  golden at riscom dot com
 Status:   Bogus
 Bug Type: Session related
 Operating System: freebsd 4.8
 PHP Version:  4.3.3
 New Comment:

Just tried snapshot php4-STABLE-200310260730, and the problem still
occurs.

Note that it's not something that happens all the time - it only
happens about 1/10th of the time - it gives that error, and the page
which appears in the browser is completely blank. Usually, reloading
it, or going back and clicking again on the same link makes it work...
for that time.

I've tried changing the session handler from "files" to "mm", and the
problem remains.

I guess this is related to Apache 2.0.47 on FreeBSD 4.x...

Going to try downgrading to PHP 4.3.2 to see if it still happens.


Previous Comments:
----

[2003-10-26 05:04:58] pedro at dehumanizer dot com

Happens to me as well, and I'm using FreeBSD too. 

4.9-rc4, in my case. Apache 2.0.47 compiled from ports, and PHP
4.3.4-rc2.

[client 192.168.0.3] PHP Fatal error:  session_start(): Failed to
initialize storage module. in /var/www/htdocs/mail/functions/global.php
on line 295, referer: http://www.dehumanizer.com/mail/src/webmail.php



[2003-10-20 08:27:59] golden at riscom dot com

here's parameters passed to 'configure' script:
--with-apxs2=/usr/local/apache2/bin/apxs --with-zlib --with-bz2
--with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr/local
--with-zlib-dir=/usr/local --with-iconv --enable-mbstring --with-mssql
--enable-xslt --with-xslt-sablot=/usr/local -with-expat-dir=/usr/local
--with-iconv-dir=/usr/local

All the additional software(Sablotron, freetds, iconv, libpng, libjpeg,
gd) were build from ports collection of FREEBSD-4.8RELEASE exactly,
with exept of zlib which was build from source using zlib-1.1.4



[2003-10-20 08:13:49] [EMAIL PROTECTED]

Can not reproduce.




[2003-10-20 07:48:26] golden at riscom dot com

tried with php-STABLE-200310180730 - same result
this message still appears in logs:
session_start(): Failed to initialize storage module



[2003-10-17 11:28:07] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip





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/25876

-- 
Edit this bug report at http://bugs.php.net/?id=25876&edit=1


#25876 [Com]: session_start(): Failed to initialize storage module

2003-10-26 Thread pedro at dehumanizer dot com
 ID:   25876
 Comment by:   pedro at dehumanizer dot com
 Reported By:  golden at riscom dot com
 Status:   Bogus
 Bug Type: Session related
 Operating System: freebsd 4.8
 PHP Version:  4.3.3
 New Comment:

Happens to me as well, and I'm using FreeBSD too. 

4.9-rc4, in my case. Apache 2.0.47 compiled from ports, and PHP
4.3.4-rc2.

[client 192.168.0.3] PHP Fatal error:  session_start(): Failed to
initialize storage module. in /var/www/htdocs/mail/functions/global.php
on line 295, referer: http://www.dehumanizer.com/mail/src/webmail.php


Previous Comments:


[2003-10-20 08:27:59] golden at riscom dot com

here's parameters passed to 'configure' script:
--with-apxs2=/usr/local/apache2/bin/apxs --with-zlib --with-bz2
--with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr/local
--with-zlib-dir=/usr/local --with-iconv --enable-mbstring --with-mssql
--enable-xslt --with-xslt-sablot=/usr/local -with-expat-dir=/usr/local
--with-iconv-dir=/usr/local

All the additional software(Sablotron, freetds, iconv, libpng, libjpeg,
gd) were build from ports collection of FREEBSD-4.8RELEASE exactly,
with exept of zlib which was build from source using zlib-1.1.4



[2003-10-20 08:13:49] [EMAIL PROTECTED]

Can not reproduce.




[2003-10-20 07:48:26] golden at riscom dot com

tried with php-STABLE-200310180730 - same result
this message still appears in logs:
session_start(): Failed to initialize storage module



[2003-10-17 11:28:07] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip





[2003-10-17 10:01:31] golden at riscom dot com

session.save_path = /tmp
and it is also /tmp when this error occurs(checked the way you
suggested)



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/25876

-- 
Edit this bug report at http://bugs.php.net/?id=25876&edit=1