Results 1 to 2 of 2
Well all of a sudden my Psychostats are borked. I can't figure out why. When you click on the link to the stats all that shows is the code for ...
- 01-21-2007 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 42
Certain PHP Pages Have Stopped Parsing
Well all of a sudden my Psychostats are borked. I can't figure out why. When you click on the link to the stats all that shows is the code for index.php. I would say it is a problem with my Apache2 configuration, but all the rest of my php pages are loading properly. I would say it is a problem with Nuke Wrapper, but when you access the page directly you have the same problem.
You can see what is going on here. Just click on the stats links in the upper right hand corner for Counter-Strike, Day of Defeat or Natural Selection. You can access the Day of Defeat stats pages directly here. Any ideas as to what might be wrong would be gratefully received.
Here are the relevant entries in my site configuration for Apache2:
The only thing I can think of is that some recent Sarge update broke it somehow. It has worked perfectly for almost a year now.Code:Alias /stats/cstrike/ "/var/www/stats/cstrike/" <Directory "/var/www/stats/cstrike"> Options MultiViews AllowOverride None Order allow,deny Allow from all </Directory> Alias /stats/dod/ "/var/www/stats/dod/" <Directory "/var/www/stats/dod"> Options MultiViews AllowOverride None Order allow,deny Allow from all </Directory> Alias /stats/ns/ "/var/www/stats/ns/" <Directory "/var/www/stats/ns"> Options MultiViews AllowOverride None Order allow,deny Allow from all </Directory>
- 01-21-2007 #2Just Joined!
- Join Date
- Oct 2006
- Posts
- 42
Turns out it wasn't a problem with Apache or PHP, it was a problem with an update I made to Psychostats, and I fixed it. I replaced a file that was updated but forgot I had to replace it in two locations.


Reply With Quote
