NukeXchange Network

          

Nuke Sites Link Directory
Nuke Fixes · NukeForums · NukeZone Hosting · NukeUnited · Nuke Sites · Nuke Skins · NukeLance
Nuke Resources
 :: Home  :: Downloads  :: Your Account  :: Forums  :: Advertise :: 
Login or Register
Main Menu
General
 Main
 AvantGo
 Banner_Clients
 cfaq
 Donations
 Downloads
 Forums
 Members_List
 Private_Messages
 Search
 Stories_Archive
 Submit_News
 Surveys
 Topics
 Web_Links
 Your_Account

Your Account
 Login
 Register
 Lost Pass

Modules
Quick Links
· CMS Focus
· Domain Names
. Game Quest
· Learning Linux
. MateMaker
· NukeFixes
· NukeForums
· NukeLance
· Nuke Sites
· Nuke Skins
· NukeZone Hosting
. SearchDevil
Other Options

Download Resources
· Nuke Downloads
· Add a Link
· New Files
· Top Rated
· Most Popular

Web Site Resources
· Nuke Sites
· Add A Site
· New Sites
· Top Rated
· Most Popular

Support
· NukeZone Hosting
· NukeSkins.com
· NukeForums.com
· phpnuke.org
· NukeFixes.com
Information
NukeForums
·decompressing EN-Book-Nuke.tar.tar
·How to allow spaces/gaps/"-" in allowed usernames
·How to Setup PHPNUKE on win2k
·cannot save changes
·voting?
·Nuke forum picture problem
·How to change smtp port on wampserver and windows
·yet another 301 redirect problem
·Image display? - newbie
·php nuke help

read more...
Top10 Links
· 1: Nuke Forums
· 2: PHPNukeFiles
· 3: NukeSkins
· 4: Nuke Templates
· 5: EcomJunk
· 6: MDesign
· 7: Windows Installation: PHP
· 8: FLASH-FOR-NUKE
· 9: Dezina
· 10: Global Dream News Sharing Portal!
Site Visitors
User Login:

Nickname:
Password:
Security Code: Security Code
Type Security Code Here:

Members List Membership:
Latest: qwertz
Today: 0
Yesterday: 1
Overall: 15102

Visitation:
Guests: 560
Members: 0
Total: 560


You are Anonymous user. You can register for free by clicking here
Sponsor Links
php-Nuke Themes and Templates
php-Nuke Themes and Templates

NukeResources :: View topic - User Registration, Forum and Downloads errors
NukeResources Forum Index

NukeResources Forum Index -> Bug Reports -> User Registration, Forum and Downloads errors
Post new topic  Reply to topic    View previous topic :: View next topic 
User Registration, Forum and Downloads errors
PostPosted: Wed Jul 23, 2003 7:45 pm Reply with quote
Mauicool
Resource Seeker
Resource Seeker
 
Joined: Jul 23, 2003
Posts: 7
Location: Maui, Hawaii, USA




Version 6.5 .......

User Registration:

You can fill in all your stuff and it sends you the email, but when you click on the email link it says:

There is no user in the database with this information. You can register a new user from here.

Is there any fix for this? Because if people can't register, there is no point in using this CMS.

Forums:

When you click on "Forums" you get this message:

phpBB : Critical Error

Could not query config information

DEBUG MODE

SQL Error : 1146 Table 'mauicool_org.nuke_bbconfig' doesn't exist

SELECT * FROM nuke_bbconfig

Line : 225
File : /home/virtual/site392/fst/var/www/html/nuke/html/modules/Forums/common.php


The "nuke_BBconfig" IS in the DB, along with about 20 more nuke_BB files. Can anyone decipher this error and tell me what I need to do?

Downloads:

I've put about 60 DL files into the Downloads module and they all work just fine. The problem is that I can only modify up to #20 and I need to modify them all now and once again when I move nuke to the mainfolder. When I try to modify #25 or #52 or anything above #20, all I see is the "Modify Download" header with nothing to modify under it - there is no error message. Anything under #20 works fine.

Is there a fix for this or do I have to delete them everytime I want to modify anything above 20?

Thank you.

_________________
aloha, MC
===================
www.mauicool.org
View user's profile Send private message Visit poster's website
PostPosted: Thu Jul 24, 2003 5:10 pm Reply with quote
Mauicool
Resource Seeker
Resource Seeker
 
Joined: Jul 23, 2003
Posts: 7
Location: Maui, Hawaii, USA




I figured out the Downloads problem and I don't really care about the forum prob - I already have a running phpbb 2.04.

But I really need to get the user login problem fixed. Is there any help anywhere for the product?

The install readme says there was supposed to be a help file in the Admin area, but I don't have one. It says:

"If you need help just click con the help icon at the right-top
of the Administration Menu. This will open a new window with the help
you need for each section in the administration system.
"

Can anyone tell where I can get one?

_________________
aloha, MC
===================
www.mauicool.org
View user's profile Send private message Visit poster's website
PostPosted: Thu Jul 24, 2003 7:09 pm Reply with quote
chatserv
Site Admin
Site Admin
 
Joined: Apr 21, 2002
Posts: 1732
Location: Puerto Rico




Download analyzer from our downloads section, upload it to where config.php is and post a link, also is this a fresh install or an upgrade from a previous version of Nuke?

_________________
NukeResources | ScriptHeaven
View user's profile Send private message Visit poster's website
PostPosted: Thu Jul 24, 2003 7:43 pm Reply with quote
Mauicool
Resource Seeker
Resource Seeker
 
Joined: Jul 23, 2003
Posts: 7
Location: Maui, Hawaii, USA




Thanks for replying. It's a fresh install.

Here is the Analyzer url. The PHP_Nuke site is here: Mauicool.Org.

I'll be ready to go if we can fix the user login problem.

Fixing the forum prob is secondary but if you happen to find out what's wrong with it, then we'll fix that to.


Last edited by Mauicool on Thu Jul 24, 2003 11:49 pm; edited 1 time in total

_________________
aloha, MC
===================
www.mauicool.org
View user's profile Send private message Visit poster's website
PostPosted: Thu Jul 24, 2003 10:50 pm Reply with quote
chatserv
Site Admin
Site Admin
 
Joined: Apr 21, 2002
Posts: 1732
Location: Puerto Rico




I'll take a wild guess and say you maybe used nukesql.php or similar to create the database tables, the problem was caused by a setting in config.php, you changed $prefix to nuke_ there was no need for the underscore as nuke adds one by default, anyway since you added another your tables start with nuke__ instead of nuke_ and since the forum uses the value of $user_prefix it can't find nuke_bbconfig as it doesn't exist, your database has the table but it is called nuke__bbconfig so to fix it edit config.php and change $user_prefix from nuke to nuke_

_________________
NukeResources | ScriptHeaven
View user's profile Send private message Visit poster's website
PostPosted: Thu Jul 24, 2003 11:46 pm Reply with quote
Mauicool
Resource Seeker
Resource Seeker
 
Joined: Jul 23, 2003
Posts: 7
Location: Maui, Hawaii, USA




That was it!!

Thank you very much. I didn't know it added it's own underscore to them. Being that all of the tables are named with the extra underscore, I simply added an underscore to the user prefix in the main config.php and "everything" works now.

The website that I'm converting to php-nuke is a help site for a game - Motocross Madness 2 - with tutorials, FAQs & downloads for making 3D tracks for it. I answer a lot of questions everyday and solve people's problems routinely, but I just got a good dose of what it feels like to have someone help you solve your problem.

I can't thank you enough.

Aloha, MC - www.mauicool.org
View user's profile Send private message Visit poster's website
User Registration, Forum and Downloads errors
 NukeResources Forum Index -> Bug Reports
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
All times are GMT - 4 Hours  
Page 1 of 1  

  
  
 Post new topic  Reply to topic     



Powered by phpBB © 2001-2005 phpBB Group.     Theme created by Vjacheslav Trushkin.
There have been 138 unique hit(s) in the past 24 hours.
Forums ©
Download the Best Archiver in the World


Best viewed with a Browser
All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2001 - 2007 by NukeResources.com
You can syndicate our news using the file .backend.php or ultramode.txt
PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.44 Seconds

:: Eos phpbb2 style by Cyberalien :: PHP-Nuke theme by www.nukemods.com ::