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 _______________________________________________ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users