My friend and I are working on a project together. I recently added some Zend_Sessions to our project. NOw when he downloads the latest version of the code, the platform does not run for him any more.

He deleted the entire forlder, and committed again from scratch, and it still does not run! When he comments our the session declaration, everything works fine.

What is the problem?!

If I comment out this line $sessionCredentials = new Zend_Session_Namespace('credentials'); then everything works fine. Again, this exact same code runs fine on my computer!

有帮助吗?

解决方案

Have you checked the chmod of the session directory specified in your php settings ?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top