| Author |
Message |
Kiss_My_Rifle
Guest

|
Posted:
Tue Mar 04, 2003 5:41 am |
  |
I have installed phpnuke 6 and phpbb 2.03 and following the other posts I got the same error
Column count doesn't match value count at row 1_ERROR
So I uploaded the files again and re installed still same error. I did notice that the was now new file for the modules Your_accont was there supposed to be. How do I fix this? |
|
|
 |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Tue Mar 04, 2003 5:53 am |
  |
|
   |
 |
Kiss_My_Rifle
Guest

|
Posted:
Tue Mar 04, 2003 6:33 am |
  |
I did upload all the files but there was not file for Your_account module |
|
|
 |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Tue Mar 04, 2003 6:34 am |
  |
there is in every version of hte port I've downloaded.
Have you downloaded the right phpBB port???
ArtificialIntel |
|
|
   |
 |
Guest

|
Posted:
Tue Mar 04, 2003 6:41 am |
  |
phpbb 2.0.3 is the REGULAR phpBB..you can't use it as a Module in Nuke. You need to get the ported version from
http://bbtonuke.sourceforge.net
If you INDEED are using the ported Version from Tom's site, it should be 2.0.6
If you still claim you are using the PORTED version from Tom's site, which I doubt you are , then your Extraction program did not extract the tar file correctly.
Only two things possible here..
1. You have the WRONG version of PHPBB (or)
2. Your extraction program failed to uncompress the file correctly.
mikem |
|
|
 |
 |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Tue Mar 04, 2003 6:43 am |
  |
oops..crap I forgot to loggin..boy it's early...
does that post count towards my total ...I need a recount ...JUDGES? Anyone?
mikem |
_________________ Getting Started | My Projects |
|
   |
 |
Kiss_My_Rifle
Guest

|
Posted:
Tue Mar 04, 2003 6:47 am |
  |
|
 |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Tue Mar 04, 2003 6:57 am |
  |
mikem. 2.0.3 is the version of phpBB that tom's port 2.0.6 is based on. The 2.0.3 version number is still in the copyright info on the port.
Artificialintel |
|
|
   |
 |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Tue Mar 04, 2003 7:41 am |
  |
| ArtificialIntel wrote: |
mikem. 2.0.3 is the version of phpBB that tom's port 2.0.6 is based on. The 2.0.3 version number is still in the copyright info on the port.
Artificialintel |
Right, but I have seen so many deceived by the fact that regular phpBB used to show the same 2.0.3 version.
Kiss_My_Rifle
Here download this ZIP version
http://nukemods.com/modules.php?name=Downloads&d_op=getit&lid=98
WinACE is obviously messing the extraction process up in one way or the other... |
_________________ Getting Started | My Projects |
|
   |
 |
Kiss_My_Rifle
Nuke Soldier


Joined: Mar 04, 2003
Posts: 27
|
Posted:
Tue Mar 04, 2003 9:01 am |
  |
Thanks was was a lot of stuff missing but now I get this at the verry top of the screen.
s.message.focus();\n"; echo "return;\n"; echo "}\n"; echo "\n"; echo "if (action == "listitem") {\n"; echo "var thisItem = prompt("Enter the new list item. Note that each list group must be preceeded by a List Close and must be ended with List Close.", "");\n"; echo "var itemBBCode = "[*]"+thisItem;\n"; echo "revisedMessage = currentMessage+itemBBCode;\n"; echo "document.coolsus.message.value=revisedMessage;\n"; echo "document.coolsus.message.focus();\n"; echo "return;\n"; echo "}\n"; echo "\n"; echo "}\n"; echo "//-->\n"; echo "\n"; } global $module, $name; if ($module == 1 AND file_exists("modules/$name/copyright.php")) { echo "\n\n"; } ?>
www.ravemessenger.co.uk
The registration isn't working yet but I haven't fully finnished |
|
|
    |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Tue Mar 04, 2003 9:11 am |
  |
Maybe you should post the whole java script you started with. It seems to be missing something like this.
echo "<script type=\"text/javascript\">\n";
echo "<!--\n"; |
_________________ www.netflake.com
www.glowoptics.com |
|
   |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Tue Mar 04, 2003 9:14 am |
  |
|
   |
 |
Kiss_My_Rifle
Nuke Soldier


Joined: Mar 04, 2003
Posts: 27
|
Posted:
Tue Mar 04, 2003 9:28 am |
  |
It is nothing wrong with kaput because it was fine before I extracted the new files for the forum that were missing.
[quote]<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2002 by Francisco Burzi */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
/***************************************************************************
* This file is part of the phpBB2 port to Nuke 6.0 (c) copyright 2002
* by Tom Nitzschner (tom@toms-home.com)
* http://bbtonuke.sourceforge.net (or http://www.toms-home.com)
*
* As always, make a backup before messing with anything. All code
* release by me is considered sample code only. It may be fully
* functual, but you use it at your own risk, if you break it,
* you get to fix it too. No waranty is given or implied.
*
* Please post all questions/request about this port on http://bbtonuke.sourceforge.net first,
* then on my site. All original header code and copyright messages will be maintained
* to give credit where credit is due. If you modify this, the only requirement is
* that you also maintain all original copyright messages. All my work is released
* under the GNU GENERAL PUBLIC LICENSE. Please see the README for more information.
*
***************************************************************************/
if (eregi("javascript.php",$PHP_SELF)) {
Header("Location: ../index.php");
die();
}
##################################################
# Include for some common javascripts functions #
##################################################
if ($userpage == 1) {
echo "<SCRIPT type=\"text/javascript\">\n";
echo "<!--\n";
echo "function showimage() {\n";
echo "if (!document.images)\n";
echo "return\n";
echo "document.images.avatar.src=\n";
echo "'$nukeurl/modules/Forums/images/avatars/gallery/' + document.Register.user_avatar.options[document.Register.user_avatar.selectedIndex].value\n";
echo "}\n";
echo "//-->\n";
echo "</SCRIPT>\n\n";
}
if ($forumpage == 1) {
echo "<SCRIPT type=\"text/javascript\">\n\n<!--\n";
echo "function x () {\n";
echo "return;\n";
echo "}\n";
echo "\n";
echo "function DoSmilie(addSmilie) {\n";
echo "\n";
echo "var addSmilie;\n";
echo "var revisedMessage;\n";
echo "var currentMessage = document.coolsus.message.value;\n";
echo "revisedMessage = currentMessage+addSmilie;\n";
echo "document.coolsus.message.value=revisedMessage;\n";
echo "document.coolsus.message.focus();\n";
echo "return;\n";
echo "}\n";
echo "\n";
echo "function DoPrompt(action) {\n";
echo "var revisedMessage;\n";
echo "var currentMessage = document.coolsus.message.value;\n";
echo "\n";
echo "if (action == \"url\") {\n";
echo "var thisURL = prompt(\"Enter the URL for the link you want to add.\", \"http://\");\n";
echo "var thisTitle = prompt(\"Enter the web site title\", \"Page Title\");\n";
echo "var urlBBCode = \"[URL=\"+thisURL+\"]\"+thisTitle+\"[/URL]\";\n";
echo "revisedMessage = currentMessage+urlBBCode;\n";
echo "document.coolsus.message.value=revisedMessage;\n";
echo "document.coolsus.message.focus();\n";
echo "return;\n";
echo "}\n";
echo "\n";
echo "if (action == \"email\") {\n";
echo "var thisEmail = prompt(\"Enter the email address you want to add.\", \"\");\n";
echo "var emailBBCode = \"[EMAIL]\"+thisEmail+\"[/EMAIL]\";\n";
echo "revisedMessage = currentMessage+emailBBCode;\n";
echo "document.coolsus.message.value=revisedMessage;\n";
echo "document.coolsus.message.focus();\n";
echo "return;\n";
echo "}\n";
echo "\n";
echo "if (action == \"bold\") {\n";
echo "var thisBold = prompt(\"Enter the text that you want to make bold.\", \"\");\n";
echo "var boldBBCode = \"[B]\"+thisBold+\"[/B]\";\n";
echo "revisedMessage = currentMessage+boldBBCode;\n";
echo "document.coolsus.message.value=revisedMessage;\n";
echo "document.coolsus.message.focus();\n";
echo "return;\n";
echo "}\n";
echo "\n";
echo "if (action == \"italic\") {\n";
echo "var thisItal = prompt(\"Enter the text that you want to make italic.\", \"\");\n";
echo "var italBBCode = \"[I]\"+thisItal+\"[/I]\";\n";
echo "revisedMessage = currentMessage+italBBCode;\n";
echo "document.coolsus.message.value=revisedMessage;\n";
echo "document.coolsus.message.focus();\n";
echo "return;\n";
echo "}\n";
echo "\n";
echo "if (action == \"image\") {\n";
echo "var thisImage = prompt(\"Enter the URL for the image you want to display.\", \"http://\");\n";
echo "var imageBBCode = \"[IMG]\"+thisImage+\"[/IMG]\";\n";
echo "revisedMessage = currentMessage+imageBBCode;\n";
echo "document.coolsus.message.value=revisedMessage;\n";
echo "document.coolsus.message.focus();\n";
echo "return;\n";
echo "}\n";
echo "\n";
echo "if (action == \"quote\") {\n";
echo "var quoteBBCode = \"[QUOTE] [/QUOTE]\";\n";
echo "revisedMessage = currentMessage+quoteBBCode;\n";
echo "document.coolsus.message.value=revisedMessage;\n";
echo "document.coolsus.message.focus();\n";
echo "return;\n";
echo "}\n";
echo "\n";
echo "if (action == \"code\") {\n";
echo "var codeBBCode = \"[CODE] [/CODE]\";\n";
echo "revisedMessage = currentMessage+codeBBCode;\n";
echo "document.coolsus.message.value=revisedMessage;\n";
echo "document.coolsus.message.focus();\n";
echo "return;\n";
echo "}\n";
echo "\n";
echo "if (action == \"listopen\") {\n";
echo "var liststartBBCode = \"[LIST]\";\n";
echo "revisedMessage = currentMessage+liststartBBCode;\n";
echo "document.coolsus.message.value=revisedMessage;\n";
echo "document.coolsus.message.focus();\n";
echo "return;\n";
echo "}\n";
echo "\n";
echo "if (action == \"listclose\") {\n";
echo "var listendBBCode = \"[/LIST]\";\n";
echo "revisedMessage = currentMessage+listendBBCode;\n";
echo "document.coolsus.message.value=revisedMessage;\n";
echo "document.coolsus.message.focus();\n";
echo "return;\n";
echo "}\n";
echo "\n";
echo "if (action == \"listitem\") {\n";
echo "var thisItem = prompt(\"Enter the new list item. Note that each list group must be preceeded by a List Close and must be ended with List Close.\", \"\");\n";
echo "var itemBBCode = \"[*]\"+thisItem;\n";
echo "revisedMessage = currentMessage+itemBBCode;\n";
echo "document.coolsus.message.value=revisedMessage;\n";
echo "document.coolsus.message.focus();\n";
echo "return;\n";
echo "}\n";
echo "\n";
echo "}\n";
echo "//--></SCRIPT>\n";
echo "\n";
}
global $module, $name;
if ($module == 1 AND file_exists("modules/$name/copyright.php")) {
echo "<script type=\"text/javascript\">\n";
echo "<!--\n";
echo "function openwindow(){\n";
echo " window.open (\"modules/$name/copyright.php\",\"Copyright\",\"toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width=400,height=200\");\n";
echo "}\n";
echo "//-->\n";
echo "</SCRIPT>\n\n";
}
?>[/quote][/list] |
|
|
    |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Tue Mar 04, 2003 10:03 am |
  |
Yeah thats the javascript.php from the includes folder. Something is cutting off the top of it when I look at your site and click view source the top part is missing? Thats why its causing the error on the page. Did you upload the files. Might try deleting that file and uploading it again. Maybe it got corrupt or was uploaded in binary mode instead of ascii? |
_________________ www.netflake.com
www.glowoptics.com |
|
   |
 |
Kiss_My_Rifle
Nuke Soldier


Joined: Mar 04, 2003
Posts: 27
|
Posted:
Tue Mar 04, 2003 10:26 am |
  |
haha it is all sorted. Thanks for the help guys. I just have to sort out the e-mails with the host because they are not getting sent to accounts that are not registared with them. |
|
|
    |
 |
|
|