Custom Query (278 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 278)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#126 fixed [Mapbender] Link to app.php instead app_dev.php Jeff McKenna Axel Schaefer
Description

A small issue with Mapbender:

In mapbender.pkg.html:

It is better to link to /mapbender/app.php/ instead of /mapbender/app_dev.php/

The app.php is production mode, the app_dev.php is development mode. App-mode is faster because it uses the caches more efficient. Dev-Mode is slower because it omits some of the caches and creates new file in it.

Prod-Mode is to let your application run. Dev-Mode is for debugging or if you - for example - change the Twig-Templates of an application and you don't want to clear the cache all the time.

For MS4W I assume prod-mode is sufficient.

You could also make use of the rewrite engine in httpd_mapbender.conf but you have to change the Rewrite Conditions and Rewrite Rules.

 RewriteEngine On
 RewriteBase /mapbender/
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteRule ^(.*)$ app.php [QSA,L]
#285 fixed python error when multiple pythons installed Jeff McKenna Brent Fraser
Description

When using the "MS4W-Shell", typing "python" results in:

Fatal Python error: init_sys_streams: can't initialize sys standard streams
Traceback (most recent call last):
  File "C:\Program Files\Python38\lib\io.py", line 54, in <module>
ImportError: cannot import name 'open_code' from 'io' (unknown location)

This is due to my PYTHONHOME env variable being set to one of the other Python locations.

It would be nice if MS4W's setenv.bat would include:

set PYTHONHOME=C:\ms4w\Python
#235 fixed missing gdal array module in version 4.0.1 Jeff McKenna Carola Kaiser
Description

In version 4.0.1, the gdal module ms4w/Apache/cgi-bin/osgeo/_gdal_array.cp37-win32.pyd is missing.

1 2 3 4 5 6 7 8 9 10 11 12 13
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.