| Author |
Message |
InkFreq
Guest

|
Posted:
Sat Mar 26, 2005 4:07 am |
|
I have Maps Manager 1.0-7.6 installed.
when I go to my admin panel in nuke and click the Maps icon, I get a page not found error.
After further review I noticed that the .php?op=mapmain was missing the admin, as in:
admin.php?op=mapmain
How can i fix this? |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 920
|
Posted:
Sat Mar 26, 2005 9:20 am |
|
are you using nuke 7.6? if your using nuke 7.5, you can simply add one line to your config.php file.
open config.php
Find
| Code: |
$subscription_url = ""; |
After, on a new line, add
| Code: |
$admin_file = "admin"; |
|
| |
|
|
 |
snapya
Guest

|
Posted:
Sat May 14, 2005 6:04 pm |
|
i am having the same problem and i am using nuke 7.6(i think i am at least coz i ran the update thingi). |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 920
|
Posted:
Sat May 14, 2005 11:06 pm |
|
|
|
 |
snapya
Guest

|
Posted:
Sun May 15, 2005 1:33 am |
|
ok problem fixed i did have the right version i just edited links.php and changed $admin_file to admin and it worked so i aint complaning. |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 920
|
Posted:
Sun May 15, 2005 1:43 am |
|
gj  |
| |
|
|
 |
-UK-viRuS

Joined: May 24, 2005
Posts: 1
|
Posted:
Tue May 24, 2005 5:28 pm |
|
Hi I am also having the same problem
Obviously I have tried the above fixes, but no joy.
In my config.php I dont appear to have a line saying
| Code: |
$subscription_url = ""; |
I also tried changing the links.php from $admin_file to admin but this was also unsuccesful.
I have now reset the files back to their original state (unmodified).
I would be very grateful for any assistance you would be able to give me as I can not use it as it stands.
Thanks |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 920
|
Posted:
Tue May 24, 2005 6:05 pm |
|
well it don't have to be exactly after that line, just somewhere after the info you put in for your database.
see if that works and if not, post back with your nuke version and your map manager version. |
| |
|
|
 |
Guest

|
Posted:
Sun Jul 24, 2005 1:57 pm |
|
_ERROROCCURED - 001
I get this error when trying to create a group in the admin panel
I am running Nuke 7.7 and Map Manager 1.0.7.6
Hellllllllllllllllllllllllllllllllllllp |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 920
|
Posted:
Mon Jul 25, 2005 12:04 am |
|
|
|
 |
GuNS-365th

Joined: Oct 20, 2005
Posts: 14
Location: Rivers, Manitoba, Canada
|
Posted:
Tue Oct 25, 2005 9:34 am |
|
could someone post the code for this to work proper?
/* if ( !defined('ADMIN_FILE') )
{
die("Illegal File Access");
} */
$module_name="Maps";
get_lang($module_name);
if (!stristr($_SERVER['PHP_SELF'], "".$admin_file.".php")) { die ("Access Denied"); }
adminmenu("".$admin_file.".php?op=mapmain", ""._MAPS."", "maps.gif");
?>
PLEASE |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 920
|
Posted:
Tue Oct 25, 2005 11:03 am |
|
| gotcha wrote: |
are you using nuke 7.6? if your using nuke 7.5, you can simply add one line to your config.php file.
open config.php
Find
| Code: |
$subscription_url = ""; |
After, on a new line, add
| Code: |
$admin_file = "admin"; |
|
|
| |
|
|
 |
GuNS-365th

Joined: Oct 20, 2005
Posts: 14
Location: Rivers, Manitoba, Canada
|
Posted:
Tue Oct 25, 2005 3:35 pm |
|
hi there i tried that but saw another post about editng the admin links |
| |
|
|
 |
|
|