17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1854 Views |
-
Trying to Install Silverstripe - Install.php errors

27 March 2008 at 7:04am
I'm trying to install Silverstripe, but at the top of the installer screen, I keep getting the same three errors:
Warning: session_start() [function.session-start]: open(/tmp/sess_145a99cedbf3464878d1975535478a1d, O_RDWR) failed: Permission denied (13) in /home/.../public_html/install.php on line 10
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/jamesshe/public_html/install.php:10) in /home/.../public_html/install.php on line 10
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/jamesshe/public_html/install.php:10) in /home/.../public_html/install.php on line 10
I've checked the install.php file for problems, and I've tried creating my own php.ini file to try and circumvent these problems - none of this has worked. Does anybody know how to solve these errors?
Thanks a lot.
-
Re: Trying to Install Silverstripe - Install.php errors

27 March 2008 at 1:58pm
Check if you're running PHP 5.0 or higher.
-
Re: Trying to Install Silverstripe - Install.php errors

27 March 2008 at 2:10pm
According to my phpinfo.php file, I'm running PHP version 5.2.5.
-
Re: Trying to Install Silverstripe - Install.php errors

27 March 2008 at 2:24pm
Those errors worked themselves out, but now two more have popped up:
mod_rewrite doesn't appear to be working. Make sure:
mod_rewrite is enabled in your httpd.conf
AllowOverride is enabled for the current path.Does anyone know where to find the httpd.conf file and what script to write to enable mod_rewrite? I've also tried entering AllowOverride All into my .htaccess file, but this causes an Internal Server (500) Error. Is there another way to enable Allow Override?
Thanks for your help!
| 1854 Views | ||
|
Page:
1
|
Go to Top |

