Has anybody ever had this prob

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Has anybody ever had this prob
drako
CZ Super Newbie
drako has been a member for over 19 year's 19 Year Member
usa.gif missouri.gif
Occupation: Netwrok Admin
Age: 45
Gender: Male
Website:
Status: Offline
Joined: Oct 06, 2004
0.01 posts per day
Posts: 42
Points: 4,079
  MSN Messenger 
I have redone one of my sites and I have a few ?'s

The first theme I ran was deepBlue, but I redid all the .css and blocks and everything else was all moded. The forums were run out of the themes folder, all the info was pulled from the froums oilder in the deepBlue folder.

I have switched the nuke theme, and the phpbb theme, so now the forums are pulling there info from /modules/Forums/ ok that being said it was a great switch from my temp site to this one.

BUT, and here is my problem, From the forums admin page you can't hit forum index, gives you a page can not be displayed error when you click any of those top 2 links in the forums admin page, forum index and forum preview. ?any ideas?

ALSO a bigger prob.

If you go to the forums and click on user groups, then select a group and hit view info you get the common error of "Sorry, this Module isn't active!" LOL, if you log in as admin threw nuke and try it you get "Sorry, such file doesn't exist..." These are if/else returns in modules.php

the addy in the address bar is modules.php?g=4

4 is the admin group
5 is the members group

the quary's in the DB seem to work fine the id numbers are there but whats missing?? is there a format page that displays all the retuned info?

I dont understand how its missing.

Any help would be great, sorry for such a long post.

DRAKO

P.S. Im useing your info block, any ideas why it wont show members online, most ever online, and online stats, all are 0.



Back to top Reply with quote
#2   re: Has anybody ever had this prob
drako
CZ Super Newbie
drako has been a member for over 19 year's 19 Year Member
usa.gif missouri.gif
Occupation: Netwrok Admin
Age: 45
Gender: Male
Website:
Status: Offline
Joined: Oct 06, 2004
0.01 posts per day
Posts: 42
Points: 4,079
  MSN Messenger 
ALL FIXED THANKS anyway



Back to top Reply with quote
#3   re: Has anybody ever had this prob
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Kelly_Hero has been a member for over 20 year's 20 Year Member
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 59
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.50 posts per day
Posts: 3765
Points: 351,412
   
Would you mind posting the fix so that if someone else has this problem, they'll have an answer here? Thanks!



Back to top Reply with quote
#4   re: Has anybody ever had this prob
drako
CZ Super Newbie
drako has been a member for over 19 year's 19 Year Member
usa.gif missouri.gif
Occupation: Netwrok Admin
Age: 45
Gender: Male
Website:
Status: Offline
Joined: Oct 06, 2004
0.01 posts per day
Posts: 42
Points: 4,079
  MSN Messenger 
Sorry sure thing.

OK the user online (info center) not working do to the sesson table being bad in NUKE.

your nuke_session table is probably corrupt.
if you select your nuke_session table, you will probably get this message:

#1016 - Can't open file: 'nuke_session.MYI'. (errno: 145)

you need to drop the table and rebuild it.

To drop, click drop.
to rebuild, run this SQL query (change the "nuke" prefix to whatever prefix you are using)


CREATE TABLE nuke_session (
   uname varchar(25) NOT NULL,
   time varchar(14) NOT NULL,
   host_addr varchar(48) NOT NULL,
   guest int(1) DEFAULT '0' NOT NULL,
   KEY time (time),
   KEY guest (guest)
);



THe forums was a easer fix I replace these 3 files in my new forums with the ones in my old forums.

groupcp_info_body.tpl
groupcp_pending_info.tpl
groupcp_user_body.tpl


Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
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