From trac_mapguide at osgeo.org Tue Sep 17 02:54:41 2024 From: trac_mapguide at osgeo.org (MapGuide Open Source) Date: Tue, 17 Sep 2024 09:54:41 -0000 Subject: [Mapguide-trac] [mapguide-trac] #2883: InstantSetup: Generate wrapper script to launch tomcat if java option enabled Message-ID: <041.3768708790f55c5abdc3fd8384eafd97@osgeo.org> #2883: InstantSetup: Generate wrapper script to launch tomcat if java option enabled ---------------------------+---------------------- Reporter: jng | Owner: jng Type: enhancement | Status: assigned Priority: low | Milestone: 4.0 Component: Installer | Version: Severity: trivial | Keywords: External ID: | ---------------------------+---------------------- Currently if configuring an InstantSetup install for Java, one still has to manually run `Web/Tomcat/bin/startup.bat` for the Java integration to work. For extra convenience, we should generate a wrapper batch script to run this alongside the other batch scripts generated by this utility. -- Ticket URL: MapGuide Open Source MapGuide Open Source Internals From trac_mapguide at osgeo.org Tue Sep 17 03:09:54 2024 From: trac_mapguide at osgeo.org (MapGuide Open Source) Date: Tue, 17 Sep 2024 10:09:54 -0000 Subject: [Mapguide-trac] [mapguide-trac] #2884: OutputSettingsJsArray in resizablepagecomponents.php fails if given null settings Message-ID: <041.01034416c95065c43009f250717055bf@osgeo.org> #2884: OutputSettingsJsArray in resizablepagecomponents.php fails if given null settings -------------------------+---------------------- Reporter: jng | Owner: jng Type: defect | Status: assigned Priority: low | Milestone: 4.0 Component: Map Admin | Version: Severity: trivial | Keywords: External ID: | -------------------------+---------------------- The upgrade to PHP 8.1 must've increased the strictness on `count()` to no longer allow passing in null references. The `OutputSettingsJsArray` function in `mapadmin/resizablepagecomponents.php` is currently failing because of this assumption and derails Site Administrator functionality such as the performance report. -- Ticket URL: MapGuide Open Source MapGuide Open Source Internals From trac_mapguide at osgeo.org Tue Sep 17 03:12:33 2024 From: trac_mapguide at osgeo.org (MapGuide Open Source) Date: Tue, 17 Sep 2024 10:12:33 -0000 Subject: [Mapguide-trac] [mapguide-trac] #2884: OutputSettingsJsArray in resizablepagecomponents.php fails if given null settings In-Reply-To: <041.01034416c95065c43009f250717055bf@osgeo.org> References: <041.01034416c95065c43009f250717055bf@osgeo.org> Message-ID: <056.5a19fbe31e6584b8990f35cfb805d5d5@osgeo.org> #2884: OutputSettingsJsArray in resizablepagecomponents.php fails if given null settings -----------------------+---------------------- Reporter: jng | Owner: jng Type: defect | Status: closed Priority: low | Milestone: 4.0 Component: Map Admin | Version: Severity: trivial | Resolution: fixed Keywords: | External ID: -----------------------+---------------------- Changes (by jng): * resolution: => fixed * status: assigned => closed Comment: In [changeset:"10109" 10109]: {{{#!CommitTicketReference repository="" revision="10109" Fix OutputSettingsJsArray in resizablepagecomponents.php to work in the PHP 8.1 world Fixes #2884 }}} -- Ticket URL: MapGuide Open Source MapGuide Open Source Internals