Question

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!

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top