On 12-10-17 4:08 PM, Mark Volz wrote: > Hello, > > I am working on page that uses php mapscript. The code works fine on my > development Apache/MS4W computer. I am having trouble getting it to work on > a server that is using IIS/MS4W. I should note that server is running > GeoMOOSE within the IIS/MS4W environment fine. Anyways the code crashes on > "$sq_img = $map->drawquery(); // draw the image" and reports an error: > Warning: [MapServer Error]: msProcessProjection(): No such file or directory. > > > Any ideas how I can fix this problem? >
Besides Brent's fix, when I work on IIS (with many mapfiles) I set a Windows environment variable for PROJ_LIB (but always make sure to manually reboot your Windows machine for this to take effect). -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
