PDA

View Full Version : Can not create new Maps


RohrbaGe
11-08-2005, 21:58
Hi,
in the alpha 11 new maps cannot be created.
There is no error coming up, just nothing happens.

I guess the bug is in sysmaps.php.

It seems , that this is only in a new installation.

on the upgraded version I can create new maps.

fips
08-09-2005, 15:34
I had the same problem. I changed sysmaps.php as following
line 124 from:
echo "<form method=\"get\" enctype=\"multipart/form-data\" action=\"sysmaps.php\">";
to:
echo "<form method=\"get\" action=\"sysmaps.php\">";

Now it is working again! :)