| Author |
Message |
Plasma
Lieutenant


Joined: Jan 02, 2004
Posts: 261
|
Posted:
Mon May 08, 2006 9:43 am |
  |
The forum admin just totally disappeared. no it's just a blank white page. I uploaded all the files again, but nothing works. i have phpnuke 7.8 patched.
any ideas? |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12389
|
Posted:
Sun May 14, 2006 6:18 pm |
  |
|
     |
 |
TheBoss
Nuke Cadet


Joined: Aug 28, 2006
Posts: 5
|
Posted:
Mon Aug 28, 2006 3:58 am |
  |
Evaders99 how do you turn error reporting on?
I also have the same problem now.
I updated the forum to phpBB 2.0.21. All was fine after that.
But I also thought I must update BBtoNuke 2.0.7 by using
| Quote: |
PHP-Nuke: BBtoNuke 2.0.8
Changes:
Fixed several vulnerabilities in admin pages
Fixed sid checking code in admin/pagestart.php
Fixed injection vulnerabilities possible with the img bbcode tag
Limited allowed images in img bbcode tag to jpg, jpeg, gif and png
Fixed redirect problems - 2.0.7a
Fixed sql injection vulnerability in search - 2.0.7a
To view the files that need to be replaced to upgrade from BBtoNuke 2.0.7 to 2.0.8 or to make the changes manually go here, the only two files you won't be able to manually edit are pagestart.php and bbcode.php, the first one underwent changes only valid on PHP-Nuke and the second one was re-ported.
Download here.
|
http://nukecops.com/modules.php?name=News&file=categories&op=newindex&catid=9
After installing this file the http://site.com/modules/Forums/admin/index.php is blank.
What can I do to fix it? Help needed please.  |
|
|
    |
 |
TheBoss
Nuke Cadet


Joined: Aug 28, 2006
Posts: 5
|
Posted:
Mon Aug 28, 2006 6:53 am |
  |
ok, so I searched more on these forums and saw:
http://nukecops.com/posts41758-0.html
| Quote: |
and after add:
Code:
define('FORUM_ADMIN', true);
|
The above is correct in the pagestart.php
I then checked out seeing the topic in a post:
http://www.nukecops.com/postp175763.html
| Quote: |
For those having trouble:
Code:
in modules/Forums/config.php
DELETE OR COMMENT OUT
@include("../../mainfile.php");
|
I did hash out this, now I got the following errors:
| Quote: |
Warning: main(includes/constants.php): failed to open stream: No such file or directory in /usr/www/users/ubsaza/modules/Forums/common.php on line 192
Warning: main(): Failed opening 'includes/constants.php' for inclusion (include_path='.:/usr/local/lib/php/') in /usr/www/users/ubsaza/modules/Forums/common.php on line 192
Warning: main(includes/auth.php): failed to open stream: No such file or directory in /usr/www/users/ubsaza/modules/Forums/common.php on line 195
Warning: main(): Failed opening 'includes/auth.php' for inclusion (include_path='.:/usr/local/lib/php/') in /usr/www/users/ubsaza/modules/Forums/common.php on line 195
Warning: main(db/db.php): failed to open stream: No such file or directory in /usr/www/users/ubsaza/modules/Forums/common.php on line 197
Warning: main(): Failed opening 'db/db.php' for inclusion (include_path='.:/usr/local/lib/php/') in /usr/www/users/ubsaza/modules/Forums/common.php on line 197
Fatal error: Call to a member function on a non-object in /usr/www/users/ubsaza/modules/Forums/common.php on line 221
|
|
|
|
    |
 |
arnoldkrg
Major


Joined: Aug 03, 2003
Posts: 936
Location: United Kingdom
|
Posted:
Mon Aug 28, 2006 8:55 am |
  |
You say you upgraded to phpbb2.0.21. How did you do that? Did you upgrade to bbtonuke2.0.21 or phpbb2.0.21. The two are different. If you upgraded using the phpbb standalone version, then you have really messed up your Forums.
If you have upgraded using the wrong files, Then your best bet is to re-install the includes/, modules/Forums/ , modules/Private_Messages/, modules/Members_List/ directories from a fresh download of PHP-Nuke (sdame version as the one you already have) and then upgrade using bbtonuke upgrades. These must be done sequentially from the version you start with to the version you want to end up with. bbtonuke upgrades can be found at http://www.nukeresources.com. Search for bbtonuke in their downloads.
Before you start, BACK EVERYTHING UP FIRST. |
_________________
 |
|
     |
 |
TheBoss
Nuke Cadet


Joined: Aug 28, 2006
Posts: 5
|
Posted:
Mon Aug 28, 2006 9:52 am |
  |
Thanks for the reply.
Ok, I did an incremental update from bbtonuke2.0.19 to 2.0.20 to 2.0.21.
And now I realised what I have done.
After seeing the PHP-Nuke BBtoNuke 2.0.7 at the bottom of the site I went and installed BBtoNuke 2.0.8. That means I installed OLD version files on the site.
The forum is up, but there are some things screwed.
Thanks for the advice. That means I'll have to do a re-install of 2.0.21.
Dang I'm an idiot.  |
|
|
    |
 |
TheBoss
Nuke Cadet


Joined: Aug 28, 2006
Posts: 5
|
Posted:
Mon Aug 28, 2006 10:34 am |
  |
yay, it's fixed.
Thanks arnolkrg, your advice helped me.
I re-installed bbtonuke2.0.20 and patched again.
All working 100%  |
|
|
    |
 |
|
|