Changes between Initial Version and Version 1 of Ticket #2674


Ignore:
Timestamp:
Jul 3, 2008, 11:18:05 AM (16 years ago)
Author:
dmorissette
Comment:

I am able to reproduce this here. Working on it now.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2674

    • Property Cc assefa sdlime added
    • Property Owner changed from mapserverbugs to dmorissette
    • Property Status newassigned
  • Ticket #2674 – Description

    initial v1  
    11I created a new shape file object within php_mapscript and got the error below.  I tested with MapServer 5.2.0 beta2, beta 3 and trunk on Ubuntu.  It doesn't happen with 5.0.2 release.  I pasted below the script used for the test.
    22
     3{{{
    34[02-Jul-2008 15:27:21] PHP Warning:  [MapServer Error]: msNewSHPFile(): (ttt)
    45 in /home/nsavard/fgs-ms5.2.0.beta3/www/htdocs/createshp.phtml on line 9
     
    67 in /home/nsavard/fgs-ms5.2.0.beta3/www/htdocs/createshp.phtml on line 9
    78[02-Jul-2008 15:27:21] PHP Fatal error:  Failed to open shapefile ttt in /home/nsavard/fgs-ms5.2.0.beta3/www/htdocs/createshp.phtml on line 9
     9}}}
    810
    911and the script is:
    1012
     13{{{
    1114<html>
    1215<body>
     
    2124</body>
    2225</html>
     26}}}