Author |
Message |
Linea
New Member


Joined: Aug 15, 2003
Posts: 11
|
Posted:
Fri Aug 22, 2003 11:40 am |
|
Question: I installed your package 6.9 with 2.0.6 and patches. But when I check the admin panel it says :
Quote: |
Powered by phpBB 2.0.5 © 2001 phpBB Group
phpBB port v2.0.5 based on Tom Nitzschner's phpbb2.0.6 upgraded to phpBB 2.0.5 standalone.
Ported and tested by:
Nuke Cops
BBtoNuke 2.0.5 by Nuke Cops © 2003 http://www.nukecops.com
|
What did I do wrong ? or did I ? or should I just apply the patch from nukeresources ?
Thanks,
Lin |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Fri Aug 22, 2003 12:37 pm |
|
Look in your nuke_bbconfig file to see what version it says. I think there's probably a footer or something that didn't get changed. I'll try to find it. |
|
|
|
 |
Raven

|
Posted:
Fri Aug 22, 2003 12:44 pm |
|
When I installed it and looked at mine, it says 2.0.6 ??? Did you do a fresh install or only an upgrade? If you did a fresh install (all tables0 it should say 2.0.6 on that top line. |
|
|
|
 |
Linea

|
Posted:
Fri Aug 22, 2003 12:52 pm |
|
oops, I'm sorry, I should have said UPGRADE. |
|
|
|
 |
Linea

|
Posted:
Fri Aug 22, 2003 1:04 pm |
|
*scratches head* I don't see that file.
here's a tar.gz of the Forums module, I'll make one of the whole site if needed.
Only registered users can see links on this board! Get registered or login!
hacked files typically have a copy file.php.cjm beside them so I can remember what was hacked and have a comment of //CJM near the hacked lines. The Chronicles style will not work without another directory top level to emulate the phpbb locations ... it has too many things hard coded in it, but you need not actually run the files or try to use the chronicles style. it looks REALLY nice .. but it's got ALOT of work to be done on it, possibly weeks worth ... the theme I'm working on is just as bad, if not worse. [/url] |
|
|
|
 |
Raven

|
Posted:
Fri Aug 22, 2003 1:11 pm |
|
I should have said nuke_bbconfig table. The setting has to be changed to .0.6 . My download is for new installations, not for upgrades, per se. |
|
|
|
 |
Raven

|
Posted:
Fri Aug 22, 2003 1:13 pm |
|
In the actual upgrade file for 2.0.5 to 2.0.6 is this codeCode:<?php
########################################################
# File to upgrade from BBtoNuke 2.0.5 to BBtoNuke 2.0.6
# After you used this file, you can safely delete it.
########################################################
# -= WARNING: PLEASE READ =-
#
# NOTE: This file uses config.php to retrieve needed
# variables values. So, to do the upgrade PLEASE copy
# this file in your server root directory and execute
# it from your browser.
########################################################
include("mainfile.php");
// PHP-Nuke Forums Update
$db->sql_query("UPDATE ".$prefix."_bbconfig SET config_value='.0.6' where config_name='version'");
echo "BBtoNuke Update finished!<br><br>"
."You should now delete this upgrade file from your server.";
?>
|
|
|
|
|
 |
Linea

|
Posted:
Fri Aug 22, 2003 1:20 pm |
|
OH! Ima Idiot ... I think I did run that file, but I ran it from the Forums directory .... *smacks self on head* |
|
|
|
 |
flipnotica1
New Member


Joined: Aug 24, 2003
Posts: 4
|
Posted:
Wed Aug 27, 2003 7:19 am |
|
mine says the very same thing, i had to manually edit the copyright.php file to change that info. i dot know wy but all the codes on the forum says 2.0.5? |
|
|
|
 |
|