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
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
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?
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_
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.
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