You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 135 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Forum and Member's List Problem [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
Cody
Premium
Premium


Joined: Jun 12, 2003
Posts: 58


PostPosted: Wed Jul 23, 2003 8:23 pm Reply with quoteBack to top

Hello,

I am using the snapshot of bNC from 7/23/03.

Using all orginal bNC files and my orginal database (plus the Milo theme):
http://www.codydecker.com/beta
Notice the errors in "Forums" and in "Member's List"

Using PhpNuke 6.5 with Fixes up to including Service Fix 4 and my original database (plus modified Milo theme):
http://www.codydecker.com
Notice no errors in "Forums" and in "Member's List"

Given that both sites are using the exact same database, I don't think the database is the problem...

I recieved the following error initally when I click on the Forums links:
Code:
phpBB : Critical Error

Could not obtain ban information

DEBUG MODE

SQL Error : 1054 Unknown column 'ban_expire_time' in 'field list'

SELECT ban_ip, ban_userid, ban_email, ban_email, ban_expire_time, ban_priv_reason, ban_pub_reason_mode, ban_pub_reason FROM nuke_bbbanlist WHERE ban_ip IN ('443323e3', '443323ff', '4433ffff', '44ffffff') OR ban_userid = 3 OR ban_email LIKE 'cody@codydecker.com' OR ban_email LIKE '@codydecker.com'

Line : 163
File : /var/www/html/beta/includes/sessions.php


After replacing the bNC bundle sessions.php file with the sessions.php file from my original site (http://www.codydecker.com), I recieved the following error:
Code:
General Error
 
Tried obtaining data. It failed

DEBUG MODE

SQL Error : 1146 Table 'nuke.nuke_board_message' doesn't exist

SELECT msg_id, title, message, showpage , auth, width, images, ordr, bbcode_uid, startdate, enddate, users_timezone FROM nuke_board_message WHERE ((showpage <> '-9999' AND showpage = '' ) OR showpage = '9999') AND MID(days,4,1) = '1' AND auth <= 3 AND startdate <= 1058998426 AND enddate >= 1058998426

Line : 131
File : /var/www/html/beta/includes/functions_bm.php
 


Note that the above examples can be seen live by going to http://www.codydecker.com/beta and clicking on the "Forums" or the "Member's List" links.

Thanks for any help you might have!
Cody
Find all posts by CodyView user's profileSend private message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Thu Jul 24, 2003 6:42 am Reply with quoteBack to top

So the sessions.php from bNC is bad? This is odd, because the forums at betanc are working. Hmm...

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
Cody
Premium
Premium


Joined: Jun 12, 2003
Posts: 58


PostPosted: Thu Jul 24, 2003 7:58 am Reply with quoteBack to top

Hello,

Well, I not exactly for sure where the problem is coming from... I am getting errors from both versions of the sessions.php file.

Cody
Find all posts by CodyView user's profileSend private message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Thu Jul 24, 2003 10:18 am Reply with quoteBack to top

Ahh, the error seems to be a table problem in your database. Make sure you have all those columns.

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
68.51.35.227
Guest






PostPosted: Thu Jul 24, 2003 5:19 pm Reply with quoteBack to top

Zhen-Xjell wrote:
Ahh, the error seems to be a table problem in your database. Make sure you have all those columns.


Hello Zhen,

I think the database is working correctly... http://www.codydecker.com and http://www.codydecker.com/beta are using the EXACT same database (e.g. modifying any part of the database "nuke" effects BOTH sites).

http://www.codydecker.com, the site that using the original PhpNuke 6.5 package (with fixes) is working fine (including the forums and member's list); however, the bNC bundle (http://www.codydecker.com/beta) displays errors in the "Forums" and "Member's List" modules.

Any help is appreciated!

Cody
Find all posts by Anonymous
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Thu Jul 24, 2003 5:23 pm Reply with quoteBack to top

I'll compare on my end.

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
Cody
Premium
Premium


Joined: Jun 12, 2003
Posts: 58


PostPosted: Mon Jul 28, 2003 4:54 am Reply with quoteBack to top

Hello,

Just for anybody else having this same problem...

I was able to create a database using the nuke.sql that came with bNC, then, I force copied my database over the database filled by the nuke.sql file. This resolved the problem.

mysql nuke < nuke.sql
mysql nuke < backup.sql --force


Thanks,
Cody
Find all posts by CodyView user's profileSend private message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Mon Jul 28, 2003 4:59 am Reply with quoteBack to top

Interesting approach, thanks Cody.

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
Display posts from previous:      
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next 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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by TOGETHER TEAM srl ITALY http://www.togetherteam.it - DONDELEO E-COMMERCE http://www.DonDeLeo.com - TUTTISU E-COMMERCE http://www.tuttisu.it
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.593 Seconds - 79 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::