C
|
cgphp 9/10/2013 |
It looks like a permission issue on the tmp folder. Is it writable? |
C
|
CodeDog author 9/10/2013 |
It looks like a permission issue on the tmp folder. Is it writable?
|
![]() |
Sergey Kornilov admin 9/10/2013 |
Sessions are not configured properly in PHP settings. The directory that is chosen in php.ini to store session data doesn't exist. |
C
|
CodeDog author 9/10/2013 |
Sessions are not configured properly in PHP settings. The directory that is chosen in php.ini to store session data doesn't exist.
|