17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1160 Views |
-
install.php fails

10 September 2008 at 9:03pm
When I try to open install.php in my browser I get a blank screen.
My webhost seems to be set up correctly and using php5
Any ideas ? -
Re: install.php fails

10 September 2008 at 9:11pm
Here is some stuff to check/try...
Make sure your server meets the requirements
http://doc.silverstripe.com/doku.php?id=server-requirementsIf you have an admin panel you can log into to check the logs, check em.
Try using the daily build of SS.
If your server is running more than one version of php, make sure that .php pages are run as PHP5. (A simple .htaccess script can do this. If you need, I can share mine.)
-
Re: install.php fails

11 September 2008 at 2:13am Last edited: 11 September 2008 2:39am
Not sure what you mean by "daily build of SS"
If I rename "install.php" to "install.php5" I get the details entry form but when I click on "Install Silverstripe" my screen goes blank. Should I rename all php files to phph5 ?
I would love your htaccess file to try it 'cause I'm now lost. -
Re: install.php fails

11 September 2008 at 6:30am
Add this code to your .htaccess
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .phpWhat this will do will run all .php files as PHP5. Then you wont have to rename anything.
| 1160 Views | ||
|
Page:
1
|
Go to Top |


