Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules
Author Message
gom
Regular
Regular



Joined: Apr 26, 2007
Posts: 89

PostPosted: Wed May 16, 2007 8:29 am Reply with quote

Hello all,

Me again.....

So I set up NkeMatch 2.1.1

Added all code in to mainfile.php & lang-english.php. I am able to set up ladders, games, team,etc. but when I go to view the Halo League/more info, I get this message.
-----------

The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

* This problem can sometimes be caused by disabling or refusing to accept cookies.

------------------
I have my cookies set to accept so this is not it.


Have a look if you would like..
[ Only registered users can see links on this board! Get registered or login! ]

click on +BSU+ League in the Modules block...

Also Force Nuke URL: is set to NO in NukeSentinel.....

Thanks all for the help..

GOM
 
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Wed May 16, 2007 4:32 pm Reply with quote

well i dont realy know that module that well,however i did checked and compared with an other online version i found..

your view more link shows :
modules.php?name=NukeMatch&file=ladder&lid=1&mode=thread&order=0&thold=0


the other one shows :
modules.php?name=NukeMatch&file=view_ladder&lid=1&mode=thread&order=0&thold=0

See the difference between ladder and view_ladder ?
Both are the same modules...

but thats exactly the one that causes it.
i mean...all shows for me,but it goes dead when i click the view more link..

And if i create it like this : [ Only registered users can see links on this board! Get registered or login! ]

i get a blank page.
something isnt right i guess.

btw....your nukematch mod is 2.1.0 , not 2.1.1
 
View user's profile Send private message
Gremmie
Former Moderator in Good Standing



Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA

PostPosted: Wed May 16, 2007 5:01 pm Reply with quote

gom wrote:

The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.


I once installed a block that had the usual code (for the patched series) at the top:

if ( !defined('BLOCK_FILE') ) {
Header("Location: ../index.php");
die();
}

However, this was on some PHP-Nuke-Clan distro that didn't have all the patches. BLOCK_FILE was not defined, and apparently ../index.php wasn't quite right. Anyway, just throwing that out. It may or may not be related to your problem. Have you tried disabling any blocks and seeing if the behavior changes?

_________________
GCalendar - An Event Calendar for PHP-Nuke
Member_Map - A Google Maps Nuke Module 
View user's profile Send private message
gom







PostPosted: Wed May 16, 2007 7:19 pm Reply with quote

hitwalker wrote:

btw....your nukematch mod is 2.1.0 , not 2.1.1


My bad, thanks.

I was looking at the readme file and this is what showed for the mod version.

I see that there was a payed for version of the mod but NukeMatch.com go's to a dating site kind of thing now. It would be cool if someone could fine the time to tighten this mod up. There are a lot of gaming clans that could use this mod..

I will apply the 2.1.1 mod and see what happens..
 
gom







PostPosted: Wed May 16, 2007 7:22 pm Reply with quote

Gremmie wrote:
Have you tried disabling any blocks and seeing if the behavior changes?


No would it matter what block or just disable a few and see ? eather way I'll give it a try.. I wish I knew PHP. the last time I coded was with HTML 2.0.... Laughing Laughing
 
Gremmie







PostPosted: Wed May 16, 2007 9:36 pm Reply with quote

I meant any block that came with the module. If it didn't come with any blocks then nevermind.
 
gom







PostPosted: Thu May 17, 2007 4:28 am Reply with quote

k.

it has blocks as part of the install in the /html, but there is no Blocks Administration control function for them. All control for NukeMatch come for ACP/Modules Administration. As I am noob, maybe rename one or two and see what happens ?
 
hitwalker







PostPosted: Thu May 17, 2007 4:36 am Reply with quote

mmm,i didnt saw any blocks...so that couldnt have caused it..
 
Gremmie







PostPosted: Thu May 17, 2007 6:50 am Reply with quote

You administer all blocks in the admin control panel under blocks, BTW.
 
gom







PostPosted: Thu May 17, 2007 7:19 am Reply with quote

Yes, I know this. I may be a noob, but not stupid..

Like I said there is no block admin for the NukeMatch.... under the ACP / Blocks...
 
Gremmie







PostPosted: Thu May 17, 2007 7:44 am Reply with quote

No one was calling you stupid.

You said it had block files, but then you said there is no "Blocks Administration control function" for them. I was just making sure you knew that all blocks are administered in one place, under blocks in the admin panel. You aren't seeing anything there for your module because you apparently have not added the blocks there.

But again, this doesn't have anything to do with your problem.
 
gom







PostPosted: Thu May 17, 2007 7:54 am Reply with quote

Gremmie wrote:
No one was calling you stupid.

You said it had block files, but then you said there is no "Blocks Administration control function" for them. I was just making sure you knew that all blocks are administered in one place, under blocks in the admin panel. You aren't seeing anything there for your module because you apparently have not added the blocks there.

But again, this doesn't have anything to do with your problem.


I took no offense to your comment, was just making a point...

This is what was installed in the

/blocks/

block-NMMatch_Intel.php
block-NMNavigation.php
block-NMNew_Matches.php
block-NMNew_Teams.php
block-NMPopular_Ladders.php

They are installed, but no control over them under the ACP/BLOCKS....
 
hitwalker







PostPosted: Thu May 17, 2007 7:58 am Reply with quote

are they activated ?
guess not cause i didnt saw them im my previous visits.
 
gom







PostPosted: Thu May 17, 2007 8:47 am Reply with quote

No, as there is no way to activate them via: the ACP/Blocks control panel.. The Nm blocks dot even show up in the BCP....

Ps..

Hold on,

Looking a little closer I do have them listed under the Filename:..

So, maybe all I need to do is make the blocks Idea Idea Idea
 
gom







PostPosted: Fri May 18, 2007 9:52 am Reply with quote

k.

Was looking at the mysqL DB and I have this message :

[ PRIMARY and INDEX keys should not both be set for column `team_id ]

does anyone know what the PRIMARY should be set for ?

also I moved NukeMatch over to
[ Only registered users can see links on this board! Get registered or login! ]

I still have the ladder page problem.

-----------

The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

* This problem can sometimes be caused by disabling or refusing to accept cookies.

------------------

Was wondering if this PRIMARY and INDEX keys have something to do with it.. ?

ps.

Looking some more at the DB all the tables have this problem of the

PRIMARY and INDEX keys should not both be set for column 'etc'

# nuke_nmatch_autoladders
# Browse nuke_nmatch_challengeteam
# Browse nuke_nmatch_challengeteamtemp
# Browse nuke_nmatch_config
# Browse nuke_nmatch_confirminvites
# Browse nuke_nmatch_confirmteams
# Browse nuke_nmatch_games
# Browse nuke_nmatch_laddercomments
# Browse nuke_nmatch_ladderqueue
# Browse nuke_nmatch_ladders
# Browse nuke_nmatch_ladders_cat
# Browse nuke_nmatch_ladderteams
# Browse nuke_nmatch_playedgames
# Browse nuke_nmatch_poll_check
# Browse nuke_nmatch_poll_data
# Browse nuke_nmatch_poll_desc
# Browse nuke_nmatch_pollcomments
# Browse nuke_nmatch_related
# Browse nuke_nmatch_teams
# Browse nuke_nmatch_userteams


------

when I installed NM I DL the NukeMatch_Free_Release_211.zip for the install..

Who should I talk to to get some help with this ? Who would know about this MOD ? As NSN has the DL would anyone over there know ?

Thanks for your time..
 
hitwalker







PostPosted: Fri May 18, 2007 12:58 pm Reply with quote

well the site doesnt exist anymore,nsn just added it to the downloads....thats how it goes when files are offered.

Quote:
PRIMARY and INDEX keys should not both be set for column


these warnings are always there with nuke.... Laughing
no has nothing to do with it....

who can help with the mod i dont know....
im sure theres a mod around here that can assist.
 
gom







PostPosted: Fri May 18, 2007 1:26 pm Reply with quote

Thanks for the info,

Hitwalker....
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

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 can attach files in this forum
You can download files in this forum


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