Weird "new vault" download behavior

If I click the leftmost link for Arkadiy's typeof() implementation, I get a window containing: File : typeof.zip Print Download Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp) in /home/groups/b/bo/boost-sandbox/htdocs/vault/include/common.php on line 62 Something's not quite right here, I think. -- Dave Abrahams Boost Consulting www.boost-consulting.com

David Abrahams wrote:
If I click the leftmost link for Arkadiy's typeof() implementation, I get a window containing:
File : typeof.zip Print Download Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp) in /home/groups/b/bo/boost-sandbox/htdocs/vault/include/common.php on line 62
Something's not quite right here, I think.
It looks like an intermittent failure.. Well at least I only managed to reproduce it on one session. Try quiting the browser and starting again. My suspicion is that one of the SF web servers has the permissions on "/tmp" misconfigured, and hence once in a while on gets that server and it fail to create the session files in /tmp. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq

"David Abrahams" <dave@boost-consulting.com> wrote
If I click the leftmost link for Arkadiy's typeof() implementation, I get a window containing:
File : typeof.zip Print Download Fatal error: session_start(): Failed to initialize storage module: user
(path: /tmp) in /home/groups/b/bo/boost-sandbox/htdocs/vault/include/common.php on line 62
Something's not quite right here, I think.
The leftmost typeof() link is working for me right now, however I do get similar message from time to time while opening the file vault. Also, while we are on topic, I wonder why the typeof "archive contents" window is broken. Can this be related to the zipper I use (Info-ZIP, Zip 2.3)? Regards, Arkadiy

Arkadiy Vertleyb wrote:
"David Abrahams" <dave@boost-consulting.com> wrote
If I click the leftmost link for Arkadiy's typeof() implementation, I get a window containing:
File : typeof.zip Print Download Fatal error: session_start(): Failed to initialize storage module: user
(path: /tmp) in /home/groups/b/bo/boost-sandbox/htdocs/vault/include/common.php on line 62
Something's not quite right here, I think.
The leftmost typeof() link is working for me right now, however I do get similar message from time to time while opening the file vault.
See other post about this.
Also, while we are on topic, I wonder why the typeof "archive contents" window is broken. Can this be related to the zipper I use (Info-ZIP, Zip 2.3)?
Yes. The built in ZIP support in PHP can't handle all the variations of ZIP archives created. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
participants (3)
-
Arkadiy Vertleyb
-
David Abrahams
-
Rene Rivera