SphereServer BugTracker - SphereServer
View Issue Details
0001568SphereServerexecutable - genericpublic11-01-09 15:3524-01-09 03:18
babidi 
MrSugarCube 
normaltextalways
resolvedfixed 
 
20-09-2009, 0.56b Prerelease 
09-09-2008
None
None
0001568: webpage missing
sphere.ini just downloaded has this inside

[WEBPAGE 1]
// Determines what html file is used as base for the status page
WebPageSrc=scripts\web\spherestatusbase.html
// Determines where the status page is saved
WebPageFile=scripts\web\status.html
// In seconds, how often the status file is updated
WebPageUpdate=60
// Required PLevel to view this page (0 = anyone, 6 = admins only)
PLevel=0

other paths are in sphere.ini are like this
ScpFiles=scripts/

the slash is different

the difference make sphere on linux generate always the error of the webpage
"spherestatusbase1.html missing.

showld change to

[WEBPAGE 1]
// Determines what html file is used as base for the status page
WebPageSrc=scripts/web/spherestatusbase.html
// Determines where the status page is saved
WebPageFile=scripts/web/status.html
// In seconds, how often the status file is updated
WebPageUpdate=60
// Required PLevel to view this page (0 = anyone, 6 = admins only)
PLevel=0

this change will make working on linux and windows with no error.

another thing about webpage is the error that gives.

15:29:WARNING:'spherestatusbase1.htm' not found...

error should be like

15:29:WARNING:'spherestatusbase.html' not found...

or whatever filenames he put in the sphere.ini
No tags attached.
Issue History
11-01-09 15:35babidiNew Issue
11-01-09 15:35babidiNightly Version => 09-09-2008
11-01-09 15:35babidiExperimental Flags => None
11-01-09 15:35babidiOption Flags => None
24-01-09 03:18MrSugarCubeStatusnew => resolved
24-01-09 03:18MrSugarCubeResolutionopen => fixed
24-01-09 03:18MrSugarCubeAssigned To => MrSugarCube

There are no notes attached to this issue.