[mapguide-users] wrong file names in DevGuideSamples.zip

Sylvain Pasche sylvain.pasche at camptocamp.com
Mon Aug 11 10:19:44 EDT 2008


Hi,

In the DevGuideSamples.zip archive, available at
http://download.osgeo.org/mapguide/releases/2.0.1/samples/DevGuideSamples.zip,
all the file names are in upper case.

However, the .html or .php files require some file to be in mixed case.
For getting the PHP samples to work on Linux, I did the following:

Convert all file names to lower case, and modify the files :

 cd /usr/local/mapguideopensource/webserverextensions/www/phpsamples
 mv styles/globalstyles.css styles/globalStyles.css
 mv styles/otherstyles.css styles/otherStyles.css
 mv common/pageloadfunctions.js common/pageLoadFunctions.js
 mv common/title.php  common/Title.php

Maybe there are more files to adapt. It would be great to publish a .zip
file with the correct file names.


Sylvain


More information about the mapguide-users mailing list