Foswiki installation seems not to be reading the CSS file. Was working fine before.

Bug #401338 reported by Arianit Dobroshi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
RKS Ubuntu
New
Undecided
Unassigned

Bug Description

http://flossk.tuxfamily.org/foswiki/bin/view.pl

See http://foswiki.org for how a basic installation should look like.

Revision history for this message
James Michael DuPont (jamesmikedupont) wrote :

http://flossk.tuxfamily.org/foswiki/bin/view.pl

view source:

<script type="text/javascript" src="/foswiki/pub/System/PatternSkin/pattern.js"></script><style type="text/css" media="all">
@import url('/foswiki/pub/System/SkinTemplates/base.css');

Look at :
http://flossk.tuxfamily.org/foswiki/pub/System/SkinTemplates/base.css

ERROR 500: Internal Server Error.

problem with the pub directory. suspect .htaccess

Revision history for this message
James Michael DuPont (jamesmikedupont) wrote :

I removed the .htaccess file and now it works.
need to show to the tuxfamily people.

Revision history for this message
James Michael DuPont (jamesmikedupont) wrote :
Revision history for this message
James Michael DuPont (jamesmikedupont) wrote :

fixed

h4ck3rm1k3@pastis:~/flossk/flossk.tuxfamily.org-web/htdocs/foswiki/pub$ diff -u .htaccess pub-htaccess.txt
--- .htaccess 2009-07-19 12:11:08.000000000 +0000
+++ pub-htaccess.txt 2009-07-19 11:44:03.000000000 +0000
@@ -28,7 +28,7 @@
 # If you do not have PHP installed you will need to comment out the directory below
 # to avoid errors.
 # If PHP is installed as CGI this flag is not needed and will in fact make Apache fail
-#php_flag engine off
+php_flag engine off

 # If you have PHP3 installed as Apache module make sure the directive below is enabled
 # If PHP is installed as CGI this flag is not needed and will in fact make Apache fail

Revision history for this message
James Michael DuPont (jamesmikedupont) wrote :

Thanks to flo from irc.tuxfamily.org

<flo> curacao/error.log:[Sun Jul 19 11:42:58 2009] [alert] [client 82.114.75.252] /data/web/4d/15/05/flossk.tuxfamily.org/htdocs/foswiki/pub/.htaccess: Invalid command 'php_flag', perhaps misspelled or defined by a module not included in the server configuration

Revision history for this message
James Michael DuPont (jamesmikedupont) wrote :

<gradator> phurl: again, <IfModule /> are missing
<gradator> "php_flag ..." should be rounded by <IfModule mod_php5.c> </IfModule> or such

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.