Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#123 closed defect (fixed)

Draw() dies on previously working fine application

Reported by: jdoyon@… Owned by: dmorissette
Priority: high Milestone:
Component: MapScript-PHP Version: 3.6
Severity: major Keywords:
Cc:

Description

I just downloaded the latest CVS version ( March 1st 13:30 EST ) and re-
compiled both the CGI and PHP versions of mapserver to make sure I get the 
latest legend enhancements.  Now I get the following error:

Warning: MapServer Error in : in /usr/local/apache/htdocs/regional-
lens/index.php on line 73

This line is a simple $image = $map->draw(); !! And as you notice, the error 
message isn't particularely helpfull :) I'm hoping this is just a typo in the 
code or something.

The only slightly different thing with my setyup is that I use a MS_MAXLAYERS 
of 200 ... This same application was working fine with the CVS version from the 
27th ...

Help?
Thanks,
J.F.

Change History (2)

comment:1 by dmorissette, 22 years ago

Cc: assefa@… added
Status: newassigned
$map->draw() and $map->drawQuery() both work for me using the CVS source as of 2 
minutes ago.  This was using GMap.

Can you chek if you get the same error when you use a clean copy of GMap on your 
server?  If you don't get the error with GMap then that means that there is 
something specific to your app that is triggering the bug and we may need a copy 
of your script and/or data in order to reproduce and fix this.

comment:2 by jdoyon@…, 22 years ago

Resolution: fixed
Status: assignedclosed
I dunno what happened, I tried the upgrade again ... all is fine, closing.
Note: See TracTickets for help on using tickets.