Re: [mapguide-users] Unable to save MapGuide Site Admin tool

2024-02-07 Thread Gordon Luckett via mapguide-users
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 <
mapguide-users@lists.osgeo.org> 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  *De la
> part de* David Bowen via mapguide-users
> *Envoyé :* 10 janvier 2024 09:30
> *À :* MapGuide Users Mail List 
> *Cc :* David Bowen 
> *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
> mapguide-users@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/mapguide-users
>
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Unable to save MapGuide Site Admin tool

2024-01-11 Thread David Bowen via mapguide-users
Thanks Pierre. That solved the problem.

On Wed, Jan 10, 2024 at 3:02 PM  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  *De la
> part de* David Bowen via mapguide-users
> *Envoyé :* 10 janvier 2024 09:30
> *À :* MapGuide Users Mail List 
> *Cc :* David Bowen 
> *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
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Unable to save MapGuide Site Admin tool

2024-01-10 Thread pierre.cardinal--- via mapguide-users
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  De la part de 
David Bowen via mapguide-users
Envoyé : 10 janvier 2024 09:30
À : MapGuide Users Mail List 
Cc : David Bowen 
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
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Unable to save MapGuide Site Admin tool

2024-01-10 Thread pierre.cardinal--- via mapguide-users
Hi David,

 

Effectively there is a problem with Apache and PHP (IIS is OK)

 

But to modify your settings, add the following lines to the file 
serverconfig.ini

 

 

 

[AccessLogProperties]

# *

# A C C E S S  L O G

#

# Property NameDescription

# -

# Enabled  0 = log disabled, 1 = log enabled

# Filename Name of the log file

# Parameters   Log parameters

# *

Parameters = CLIENT, CLIENTIP, USER, OPID

Filename = Access%d.log

Enabled = 1

 

 

 

 

Note : 

 

Filename = Access%d.log for DAY

Filename = Access%m.log for MONTH

Filename = Access%y.log for YEAR

Filename = Access.log for NONE

 

 

Regards,

 

Pierre

 

 

 

 

 

 

 

 

De : mapguide-users  De la part de 
David Bowen via mapguide-users
Envoyé : 10 janvier 2024 09:30
À : MapGuide Users Mail List 
Cc : David Bowen 
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
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Unable to save MapGuide Site Admin tool

2024-01-10 Thread David Bowen via mapguide-users
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

[image: image.png]
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users