Changes between Initial Version and Version 3 of Ticket #3818


Ignore:
Timestamp:
Apr 7, 2011, 8:35:57 AM (13 years ago)
Author:
dmorissette
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3818 – Description

    initial v3  
    11Reported by worthlutz:
    22{{{
    3 I am reopening this thinking that the problem is the same. Let me know if I should have started another ticket.
     3I am reopening this thinking that the problem is the same. Let me
     4know if I should have started another ticket.
    45
    5 I think that I have the same parsing problem with MapScript? reading the mapfile with ms_newNewMapObj($mapfile).
     6I think that I have the same parsing problem with MapScript
     7reading the mapfile with ms_newNewMapObj($mapfile).
    68
    7 PHP Warning: ms_newMapObj(): [Mapserver Error]: loadProjection() Parsing error near ():line 10.......
     9PHP Warning: ms_newMapObj(): [Mapserver Error]: loadProjection()
     10Parsing error near ():line 10.......
    811
    9 line 9-11 = PROJECTION
     12line 9-11 =
    1013
     14PROJECTION
    1115    "init=espg:26915"
    12 
    1316END
    1417
    15 if I include the following lines I get an additional parsing error: lines 5-6 CONFIG "MS_ERRORFILE" "/var/www/tmp/ms_errfile.txt" DEBUG 5
     18if I include the following lines I get an additional parsing error:
     19lines 5-6
     20 CONFIG "MS_ERRORFILE" "/var/www/tmp/ms_errfile.txt"
     21 DEBUG 5
    1622
    17 PHP Warning: ms_newMapObj(): [Mapserver Error]: getString(): Parsing error near (/var/www/tmp/ms_errfile.txt):(line 5)....
     23PHP Warning: ms_newMapObj(): [Mapserver Error]: getString():
     24Parsing error near (/var/www/tmp/ms_errfile.txt):(line 5)....
    1825
    19 I'm waited until today to report this because it looked like the same problem and I hoped the fix would be in beta5 which I am using from ubuntuGIS repository.
     26I'm waited until today to report this because it looked like the
     27same problem and I hoped the fix would be in beta5 which I am using
     28from ubuntuGIS repository.
    2029
    21 This was working in beta3. Where should I begin testing? I can compile from trunk if necessary. I'm just not sure where to begin.
     30This was working in beta3. Where should I begin testing? I can
     31compile from trunk if necessary. I'm just not sure where to begin.
    2232}}}