View next topic
View previous topic
Post new topic   Reply to topic
Author Message
InkFreq
Guest






PostPosted: Sat Mar 26, 2005 4:07 am
Reply with quote

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
Site Admin



Joined: Oct 25, 2004
Posts: 894

PostPosted: Sat Mar 26, 2005 9:20 am
Reply with quote

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";
 
View user's profile Send private message Visit poster's website
snapya
Guest






PostPosted: Sat May 14, 2005 6:04 pm
Reply with quote

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
Site Admin



Joined: Oct 25, 2004
Posts: 894

PostPosted: Sat May 14, 2005 11:06 pm
Reply with quote

make sure you are running this version of map manager...

http://nukecoder.com/downloads-16.html
 
View user's profile Send private message Visit poster's website
snapya
Guest






PostPosted: Sun May 15, 2005 1:33 am
Reply with quote

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
Site Admin



Joined: Oct 25, 2004
Posts: 894

PostPosted: Sun May 15, 2005 1:43 am
Reply with quote

gj Very Happy
 
View user's profile Send private message Visit poster's website
-UK-viRuS




Joined: May 24, 2005
Posts: 1

PostPosted: Tue May 24, 2005 5:28 pm
Reply with quote

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
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 894

PostPosted: Tue May 24, 2005 6:05 pm
Reply with quote

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.
 
View user's profile Send private message Visit poster's website
Guest







PostPosted: Sun Jul 24, 2005 1:57 pm
Reply with quote

_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
Site Admin



Joined: Oct 25, 2004
Posts: 894

PostPosted: Mon Jul 25, 2005 12:04 am
Reply with quote

look here and chmod the folders that ghost points out....
http://nukecoder.com/ftopicp-561.html#561
 
View user's profile Send private message Visit poster's website
GuNS-365th




Joined: Oct 20, 2005
Posts: 14
Location: Rivers, Manitoba, Canada

PostPosted: Tue Oct 25, 2005 9:34 am
Reply with quote

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
 
View user's profile Send private message Send e-mail Visit poster's website
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 894

PostPosted: Tue Oct 25, 2005 11:03 am
Reply with quote

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";
 
View user's profile Send private message Visit poster's website
GuNS-365th




Joined: Oct 20, 2005
Posts: 14
Location: Rivers, Manitoba, Canada

PostPosted: Tue Oct 25, 2005 3:35 pm
Reply with quote

hi there i tried that but saw another post about editng the admin links
 
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 5 Hours