[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[Mapserver-users] PHP can't find map file
- Subject: [Mapserver-users] PHP can't find map file
- From: agillesp@vt.edu (Abram Gillespie)
- Date: Fri, 05 Dec 2003 02:11:24 -0500
I can't seem to get PHP to find the example europe.map file. I've
tried relative and absolute paths, tried giving "others" rwx
permissions, etc. This is the error I get:
Warning: [MapServer Error]: msLoadSymbolSet(): (../symbols/symbols.sym)
in /Users/abe/Sites/ms_test/example2.php on line 14
Warning: Failed to open map file /Users/abe/Sites/ms_test/europe.map in
/Users/abe/Sites/ms_test/example2.php on line 14
Fatal error: Call to a member function on a non-object in
/Users/abe/Sites/ms_test/example2.php on line 57
I'm pretty new to PHP / MapServer / Unix. I'm running MapServer under
Mac OS X with its default apache install.
Thanks.
-Abe