| Re: new 2.3.3 install won't :-/ |
| by sailjapan on 2009/9/5 10:44:06 Many thanks to all those that chipped in. The install worked just fine after adding the .htaccess changes listed above.
|
| Re: new 2.3.3 install won't :-/ |
| by sailjapan on 2009/9/1 15:14:41 Ok, I'll try that and get back to you all. Thanks for your efforts. |
| Re: new 2.3.3 install won't :-/ |
| by ghia on 2009/9/1 7:32:11 I found an explaination of this error:Quote: These errors indicate a problem with your PHP configuration or filesystem permissions, and are not specifically related to the program script. You would encounter the same problems on your server with any script that uses PHP sessions. The problem is usually that the server's PHP session.save_path setting is incorrect. As stated in the first error, it tries to access /root/temp/ This should be the directory to be set with write permissions and also the one that is currently defined in the php.ini Open a ticket with your hoster for checking this session save path. |
| Re: new 2.3.3 install won't :-/ |
| by sailjapan on 2009/9/1 6:06:09 yup. done that. /tmp directory has some sub-directories, but what constitutes 'full'? |
| Re: new 2.3.3 install won't :-/ |
| by dbman on 2009/9/1 5:56:05 check your php.ini file for this directive: le="color: #000000"><?php session.save_path = "/some/path/to/temp" Make sure this path exists and the directory isn't full. |