I would recommend turning on Session and Trace logging to get a better idea of the resources used.
[image: image.png] On Wed, Jan 10, 2024 at 8:02 PM pierre.cardinal--- via mapguide-users < [email protected]> wrote: > Hi David, > > > > > > To fix the problem “definitely” > > > > Remove or comment the two following lines in the file > ..\Web\www\mapadmin\serverdatafunctions.php > > > > > > function CleanUpMagicQuotes( &$path ) > > { > > // if ( get_magic_quotes_gpc() ) > > // $path = str_replace('\\\\', '\\', $path ); > > } > > > > > > The function get_magic_quote_gpc() is deprecated. > > > > > > Restart your Apache server > > > > > > Regards, > > > > Pierre > > > > > > > > *De :* mapguide-users <[email protected]> *De la > part de* David Bowen via mapguide-users > *Envoyé :* 10 janvier 2024 09:30 > *À :* MapGuide Users Mail List <[email protected]> > *Cc :* David Bowen <[email protected]> > *Objet :* [mapguide-users] Unable to save MapGuide Site Admin tool > > > > I'm attempting to update settings in the Site Administrator tool but when > I click on Save, a blank page is returned. When I click on the go back > button, none of the updated settings are shown. > > > > Has anyone encountered this? I know you can update the serverconfig.ini > file but I'm trying to update how often the logs are archived and there > doesn't appear to be an option for it in the serverconfig.ini file. > > > > Thanks, > > David > > > > > > _______________________________________________ > mapguide-users mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/mapguide-users >
_______________________________________________ mapguide-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/mapguide-users
