Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

problems after ubuntu upgrade


Go to End


3 Posts   2261 Views

Avatar
twilliams1615

Community Member, 1 Post

27 August 2009 at 4:30am

Silverstripe 2.2
Apache/2.2.11
PHP/5.2.6-3ubuntu4.2
mysql 5.0.75-0ubuntu10.2
Ubuntu 9.10 - Jaunty

I upgraded Ubuntu last night from 8.10 to 9.04. After the upgrade was complete, silverstripe does not run. the sql server and apache is running. the DB is still intact. when browsing to the site, all i get is a tree of the files in /var/www/ but i cannot get my actual page to show.

Index of /
Name Last modified Size Description

--------------------------------------------------------------------------------

COPYING 26-Aug-2009 10:16 1.5K
ChangeLog 26-Aug-2009 10:16 48K
INSTALL 26-Aug-2009 10:16 647
Makefile 26-Aug-2009 10:16 460
UPGRADING 26-Aug-2009 10:16 1.1K
assets/ 26-Aug-2009 10:16 -
batchfiles/ 26-Aug-2009 10:16 -
bothmon.html 26-Aug-2009 10:16 378
calendar.html 26-Aug-2009 10:16 294
close.php 26-Aug-2009 10:16 131
cms/ 26-Aug-2009 10:17 -
favicon.ico 26-Aug-2009 10:16 1.1K
helpful/ 26-Aug-2009 10:17 -
images/ 26-Aug-2009 10:17 -
jsparty/ 26-Aug-2009 10:17 -
mysite/ 26-Aug-2009 10:56 -
sapphire/ 26-Aug-2009 10:20 -
themes/ 26-Aug-2009 10:21 -
trial/ 26-Aug-2009 10:21 -
tutorial/ 26-Aug-2009 10:21 -

--------------------------------------------------------------------------------

Here is .htaccess

### SILVERSTRIPE START ###
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_URI} !(\.gif)|(\.jpg)|(\.png)|(\.css)|(\.js)|(\.php)$

RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
### SILVERSTRIPE END ###

anybody else have this problem or any suggestions on fixing it?

Avatar
NARKOZ

Community Member, 25 Posts

28 August 2009 at 6:56am

Check chmod atributes of files. Make sure that php scripts have run permissions.

Avatar
acidzfire

Community Member, 1 Post

30 August 2009 at 9:45am

Thanks for the reply. I checked all permissions, and they are the same as they were previous to the upgrade. I even went as far as to change everything in /var/www/ to 777 to be sure. I still get just the listing of the files.