Ok, I got an codeigniter app. it works fine in localhost, works fine in a php hosting that I got. But my client wants it running in IIS. I've passed the web.config
pitfall but now I get the following error:
An uncaught Exception was encountered
Type: Exception
Message: Session: Configured save path 'c:\windows\temp' is not writable by the PHP process.
Filename: E:\home\emconexao.com\site3\system\libraries\Session\drivers\Session_files_driver.php
Line Number: 124
I know it's a PHP configuration trouble, but where ?
In my application/config/autoload.php file if I remove session
from libraries it works... until I login the site, then obviously it can't generate session and it crashes...
Can anyone help me?