| Author |
Message |
sirVIPER

Joined: Sep 09, 2005
Posts: 28
Location: Texas
|
Posted:
Fri Jan 19, 2007 12:48 am |
|
I am having the same issue with Register Globals off again to where I cannot edit an existing map entry. If I remember someone gave me some code to add that fixed this issue in the past but I am not able to find it now. Any ideas would be appreciated. |
_________________ The HARSH Realm
http://www.theharshrealm.com
IRC: #khr (gamesurge)
|K}{R|sirVIPER
sirVIPER@theharshrealm.com |
|
|
 |
sirVIPER

Joined: Sep 09, 2005
Posts: 28
Location: Texas
|
Posted:
Fri Jan 19, 2007 12:52 am |
|
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 893
|
Posted:
Fri Jan 19, 2007 1:46 am |
|
removed |
Last edited by gotcha on Thu Apr 05, 2007 12:31 pm; edited 1 time in total |
|
|
 |
sirVIPER

Joined: Sep 09, 2005
Posts: 28
Location: Texas
|
Posted:
Sun Jan 21, 2007 4:38 pm |
|
|
|
 |
sirVIPER

Joined: Sep 09, 2005
Posts: 28
Location: Texas
|
Posted:
Sun Jan 21, 2007 4:44 pm |
|
Ok what I am seeing is that when I edit it is updating the map location field with the map image information. It holds the map image information in the correct place also looks like a code issue on righting to the correct db field for map location. This is with PNC 4.0 web engine. |
_________________ The HARSH Realm
http://www.theharshrealm.com
IRC: #khr (gamesurge)
|K}{R|sirVIPER
sirVIPER@theharshrealm.com |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 893
|
Posted:
Sun Jan 21, 2007 7:23 pm |
|
Ok, open mapsupdatemap.php
find
| Code: |
$mapfilee = htmlentities($mapimagee, ENT_QUOTES); |
replace with
| Code: |
$mapfilee = htmlentities($mapfilee, ENT_QUOTES); |
|
| |
|
|
 |
sirVIPER

Joined: Sep 09, 2005
Posts: 28
Location: Texas
|
Posted:
Mon Jan 22, 2007 2:47 pm |
|
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 893
|
Posted:
Wed Feb 07, 2007 2:54 pm |
|
Just a note to others, this has nothing to do with register_globals.
In fact, nuke won't run without globals. Even if you have
it turned off in the php.ini, all variables get put into the global scope
using import_request_variables |
| |
|
|
 |
Razor

Joined: Feb 23, 2007
Posts: 8
|
Posted:
Thu Apr 05, 2007 11:14 am |
|
Last one worked great - thx
The first gave me also a blank page, should delete that one
Cheers guys |
| |
|
|
 |
Velocity

Joined: Jun 09, 2007
Posts: 2
|
Posted:
Sat Jun 09, 2007 10:31 am |
|
Does the 2.1 version come with mapsupdatemap.php? because i don't have it and i am having the same problem when editing a map |
| |
|
|
 |
Velocity

Joined: Jun 09, 2007
Posts: 2
|
Posted:
Sat Jun 09, 2007 10:38 am |
|
Ok nm I found it in admin/incs |
| |
|
|
 |
|
|