| Author |
Message |
myth
Nuke Soldier


Joined: Aug 30, 2003
Posts: 13
|
Posted:
Mon Sep 01, 2003 6:28 am |
  |
I have installed The bundle with No probelmes at all , Everything nearly are working
But When I Try To Click on " Forums" tab I got that strange Error
| Code: |
| message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php? |
I wonder what is it ?
I tried to create a forum categories and Boards (from the forums Admin) and I still Got the same error
(*I dont Get this error when I login into the Forum admin panal )
So , dose any body can help , please ? |
|
|
   |
 |
xfsunolesphp
Lieutenant


Joined: Apr 05, 2003
Posts: 208
Location: Melbourne, FL
|
Posted:
Mon Sep 01, 2003 7:56 am |
  |
what files has that error? |
|
|
      |
 |
myth
Nuke Soldier


Joined: Aug 30, 2003
Posts: 13
|
Posted:
Mon Sep 01, 2003 12:41 pm |
  |
I dunno , thats why im asking |
|
|
   |
 |
jpsmith211
Nuke Soldier


Joined: Sep 01, 2003
Posts: 17
|
Posted:
Mon Sep 01, 2003 12:54 pm |
  |
I am getting the same error also. I have the NC 6.5 bundle installed.
I also get this error when clicking on "Board Message XL " in the admin CP of the forums:
| Quote: |
Could not query board messages
DEBUG MODE
SQL Error : 1146 Table 'usaclan_phpnuke.nuke_board_message' doesn't exist
SELECT * FROM nuke_board_message ORDER BY showpage ASC, ordr ASC LIMIT 0, 50
Line : 204
File : /home/usaclan/public_html/php/modules/Forums/admin/admin_board_msg_xl.php |
I am guessing that the two error messages are related. I am really new to this whole php thing, so sorry if this problem is really obvious. I realize that it says the mysql table is missing, but how do I create that table? If anyone knows why this happens, much appreciated. |
|
|
   |
 |
jpsmith211
Nuke Soldier


Joined: Sep 01, 2003
Posts: 17
|
Posted:
Mon Sep 01, 2003 2:42 pm |
  |
|
   |
 |
myth
Nuke Soldier


Joined: Aug 30, 2003
Posts: 13
|
Posted:
Mon Sep 01, 2003 4:42 pm |
  |
Yes I had the same debug error too
Thanks For the link , I'll try it out |
|
|
   |
 |
myth
Nuke Soldier


Joined: Aug 30, 2003
Posts: 13
|
Posted:
Mon Sep 01, 2003 5:42 pm |
  |
I tried it out
I just replaced the files without any install and it worked very fine
Thanks again  |
|
|
   |
 |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Tue Sep 02, 2003 12:04 pm |
  |
I think this may be causing this whole issue. I had the same exact problem just now when I setup the NC bundle.
Foudn this diff in the includes/page_header.php
BBtoNuke6.5 page_header.php file DOES NOT have this line
| Code: |
include($phpbb_root_path . 'board_message_xl.'.$phpEx);
|
but the NC bundles page_header.php file does.
mikem |
_________________ Getting Started | My Projects |
|
   |
 |
|
|