Author |
Message |
Gabe
Regular


Joined: Oct 30, 2005
Posts: 62
|
Posted:
Sun Oct 30, 2005 6:09 pm |
|
Hey everyone, Iam getting this problem again. Before when I had phpnuke 7.7 I had the same sort of problem, so I upgraded to nuke 7.8 and the problem was pritty much gone, now Iam still on nuke 7.8 BUT with the "nukefix" 3.1 and Iam also running sentinel 2.4.2, everything was working fine untill i installed nukefix 3.1 or sentinel, iam not sure wich caused the problem, but heres a screenshot of what Iam talking about
- Only registered users can see links on this board! Get registered or login!
next problem is this
- Only registered users can see links on this board! Get registered or login!
notice how some of the button where I pointed out are missing, and almost none of those buttons work ether |
|
|
|
 |
kguske
Site Admin

Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Sun Oct 30, 2005 6:40 pm |
|
It looks like TinyMCE is trying to override the textareas in the forums, where BBcode is used instead of HTML. I doubt it's a NukeSentinel issue - it sounds more like it might a patched issue. Chatserv might be able to shed some light on this as he is both the author of the patched series and a BBTONUKE guru... 64bit might also be able to give some ideas on this as he has worked extensively with both 7.8, the forums and TinyMCE.
In the mean time, I'd suggest reviewing the changes and installation instructions on the patched version. You simply need to turn off TinyMCE for the forums. |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
 |
Gabe

|
Posted:
Sun Oct 30, 2005 7:26 pm |
|
I backed my site up to where it was just nuke 7.8 with nukefix 3.1, everything seems fine now, maybe I screwed the sentinel install, no matter what Iam going to have to reinstall sentinel now, also whats the tiny-mce thing? would that have fixed my problem in the first place
Iam just gonna have to see if the problem comes back when I install sentinel again |
|
|
|
 |
kguske

|
Posted:
Sun Oct 30, 2005 7:32 pm |
|
TinyMCE is the WYSIWYG editor that was added in 7.7. It what causes the extra buttons , some of which are missing, to be displayed in your forums. I don't see how NukeSentinel could cause this problem to happen, but I haven't played with 7.8 either... |
|
|
|
 |
Gabe

|
Posted:
Sun Oct 30, 2005 7:35 pm |
|
it doesent make sence why those extra buttons would come up after installing sentinel in nuke 7.8, that seems really weird, lol
Iam supose to edit all those files in "edit for core files" folder right, I did them all
includes
modules
admin.txt
header.txt
mainfile7.8.txt |
|
|
|
 |
kguske

|
Posted:
Sun Oct 30, 2005 7:50 pm |
|
Like I said, I don't see how adding NukeSentinel would cause TinyMCE to suddenly start working in the forums. Let me see what I can find... Where did you download 7.8+patched 3.1?
Hey, I'm in south Florida, too. Luckily, I got power and DSL on Wednesday.... |
|
|
|
 |
Gabe

|
Posted:
Sun Oct 30, 2005 8:10 pm |
|
well thanks for doing some digging on my ip, I got my power on friday, we went right though the hurricane eye here, i have a movie on my site of wilma that I took, Only registered users can see links on this board! Get registered or login!
anyway back on topic, I downloaded nuke from www.phpnuke.org and nukefix 3.1 from www.nukefixes.com |
|
|
|
 |
kguske

|
Posted:
Sun Oct 30, 2005 8:24 pm |
|
Actually, I registered for your site and saw the posts re: Wilma...
Let me duplicate what you've done - that will help me understand more (hopefully). |
|
|
|
 |
Gabe

|
Posted:
Sun Oct 30, 2005 8:44 pm |
|
you dont have to do what I've done, thats kinda alot of work, Iam working on installing sentinel right now, then if I have the weird tags thing again, we can turn off that wgysgy whatever thing, lol |
|
|
|
 |
kguske

|
Posted:
Sun Oct 30, 2005 8:53 pm |
|
Sorry - I meant that I will download the same scripts you did so I can see what's going on with TinyMCE. |
|
|
|
 |
Gabe

|
Posted:
Sun Oct 30, 2005 8:57 pm |
|
you can do it if you want |
|
|
|
 |
kguske

|
Posted:
Sun Oct 30, 2005 9:34 pm |
|
As I suspected, the code that determines whether or not to load the TinyMCE editor is in the includes/javascript.php file. It checks to see that you are not using the Private Messages or Forums modules before loading the TinyMCE code.
Can you email this file (includes/javascript.php) AFTER your Sentinel changes to me at kguske at bellsouth dot net (replacing appropriate words with appropriate symbols to get the real email address)? |
|
|
|
 |
Gabe

|
Posted:
Sun Oct 30, 2005 9:45 pm |
|
well i havent started to edit the files to finish the sentinel install yet, I will probally do that tomorrow since its getting late, do you want the javascript file before i edit it or after i edit it |
|
|
|
 |
kguske

|
Posted:
Sun Oct 30, 2005 9:51 pm |
|
|
|
 |
Gabe

|
Posted:
Mon Oct 31, 2005 11:25 am |
|
still havent started to edit the files yet, my site seems to be going up and down, waiting to here from my host, I dont think it has to do with the half done install of sentinel though |
|
|
|
 |
kguske

|
Posted:
Mon Oct 31, 2005 3:55 pm |
|
Sounds good. Let me know when you a ready... |
|
|
|
 |
Gabe

|
Posted:
Mon Oct 31, 2005 5:28 pm |
|
yea, there was a ddos attack on the server my site was hosted on, I can still get into the ftp so I'll go ahead and edit the file
anyway, I have a problem, when editing the mainfile7.8.txt. theres a small bug
Code:#-----[ FIND ]------------------------------------------
#
if (defined('FORUM_ADMIN')) {
@require_once("../../../config.php");
@require_once("../../../db/db.php");
@require_once("../../../includes/sql_layer.php");
if (file_exists("../../../includes/custom_files/custom_mainfile.php")) { @include_once("../../../includes/custom_files/custom_mainfile.php"); }
@require_once("../../../includes/ipban.php");
if (defined('NUKE_HEADER') && file_exists("../../../includes/custom_files/custom_head.php")) { @include_once("../../../includes/custom_files/custom_head.php"); }
if (defined('NUKE_HEADER') && file_exists("../../../includes/custom_files/custom_header.php")) { @include_once("../../../includes/custom_files/custom_header.php"); }
} elseif (defined('INSIDE_MOD')) {
@require_once("../../config.php");
@require_once("../../db/db.php");
@require_once("../../includes/sql_layer.php");
if (file_exists("../../includes/custom_files/custom_mainfile.php")) { @include_once("../../includes/custom_files/custom_mainfile.php"); }
@require_once("../../includes/ipban.php");
if (defined('NUKE_HEADER') && file_exists("../../includes/custom_files/custom_head.php")) { @include_once("../../includes/custom_files/custom_head.php"); }
if (defined('NUKE_HEADER') && file_exists("../../includes/custom_files/custom_header.php")) { @include_once("../../includes/custom_files/custom_header.php"); }
} else {
@require_once("config.php");
@require_once("db/db.php");
@require_once("includes/sql_layer.php");
if (file_exists("includes/custom_files/custom_mainfile.php")) { @include_once("includes/custom_files/custom_mainfile.php"); }
@require_once("includes/ipban.php");
if (defined('NUKE_HEADER') && file_exists("includes/custom_files/custom_head.php")) { @include_once("includes/custom_files/custom_head.php"); }
if (defined('NUKE_HEADER') && file_exists("includes/custom_files/custom_header.php")) { @include_once("includes/custom_files/custom_header.php"); }
}
|
Code:#-----[ CHANGE TO ]------------------------------------------
#
if (defined('FORUM_ADMIN')) {
@require_once("../../../config.php");
@require_once("../../../db/db.php");
@require_once("../../../includes/sql_layer.php");
if (file_exists("../../../includes/custom_files/custom_mainfile.php")) { @include_once("../../../includes/custom_files/custom_mainfile.php"); }
//@require_once("../../../includes/ipban.php");
@include_once("../../../includes/nukesentinel.php");
if (defined('NUKE_HEADER') && file_exists("../../../includes/custom_files/custom_head.php")) { @include_once("../../../includes/custom_files/custom_head.php"); }
if (defined('NUKE_HEADER') && file_exists("../../../includes/custom_files/custom_header.php")) { @include_once("../../../includes/custom_files/custom_header.php"); }
} elseif (defined('INSIDE_MOD')) {
@require_once("../../config.php");
@require_once("../../db/db.php");
@require_once("../../includes/sql_layer.php");
if (file_exists("../../includes/custom_files/custom_mainfile.php")) { @include_once("../../includes/custom_files/custom_mainfile.php"); }
//@require_once("../../includes/ipban.php");
@include_once("../../includes/nukesentinel.php");
if (defined('NUKE_HEADER') && file_exists("../../includes/custom_files/custom_head.php")) { @include_once("../../includes/custom_files/custom_head.php"); }
if (defined('NUKE_HEADER') && file_exists("../../includes/custom_files/custom_header.php")) { @include_once("../../includes/custom_files/custom_header.php"); }
} else {
@require_once("config.php");
@require_once("db/db.php");
@require_once("includes/sql_layer.php");
if (file_exists("includes/custom_files/custom_mainfile.php")) { @include_once("includes/custom_files/custom_mainfile.php"); }
//@require_once("includes/ipban.php");
@include_once("includes/nukesentinel.php");
if (defined('NUKE_HEADER') && file_exists("includes/custom_files/custom_head.php")) { @include_once("includes/custom_files/custom_head.php"); }
if (defined('NUKE_HEADER') && file_exists("includes/custom_files/custom_header.php")) { @include_once("includes/custom_files/custom_header.php"); }
}
|
I dont have what it says to find, this is what I have
great the ftp is now down, so I cant show you waht I have, what I have is kinda like what is above but theres alot of spaces, I read on other forums and people have the same problem, can you help me[/code] |
|
|
|
 |
Gabe

|
Posted:
Mon Oct 31, 2005 7:04 pm |
|
i just managed to fix the weard tags and everything, I edited the javascript file wrong |
|
|
|
 |
kguske

|
Posted:
Mon Oct 31, 2005 11:39 pm |
|
Glad you found the javascript.php file issue. The one you sent looked fine. I just tested your site and TinyMCE is no longer appearing in the forums.
Regarding the mainfile changes, Only registered users can see links on this board! Get registered or login! might help. |
|
|
|
 |
Gabe

|
Posted:
Tue Nov 01, 2005 6:19 pm |
|
the account page on my site isent working, everyone just gets a totally blank white page, people cant register, nor login, can you help, Iam not sure when I got this problem, i just emailed you my index.php file from /modules/Your_Account |
|
|
|
 |
kguske

|
Posted:
Tue Nov 01, 2005 6:53 pm |
|
If you access the page directly (http://alloutcomputers.net/modules/Your_Account/index.php) you'll see the problem - it's a parsing error on line 784, which is:
Code:in function login($username, $user_password, $redirect, $mode, $f, $t, $random_num, $gfx_check) {
|
and should be
Code:function login($username, $user_password, $redirect, $mode, $f, $t, $random_num, $gfx_check) {
|
Not sure where the "in" came from, but removing it should fix this problem. |
|
|
|
 |
Gabe

|
Posted:
Tue Nov 01, 2005 7:08 pm |
|
that dident fix it  |
|
|
|
 |
kguske

|
Posted:
Tue Nov 01, 2005 7:15 pm |
|
Still showing the same error. Actually, upon closer review, you should remove the whole line 784. |
|
|
|
 |
Gabe

|
Posted:
Tue Nov 01, 2005 7:24 pm |
|
still dident fix, sorry to bug you |
|
|
|
 |
kguske

|
Posted:
Tue Nov 01, 2005 7:33 pm |
|
Did you try to load the page directly (http://alloutcomputers.net/modules/Your_Account/index.php)? It now shows a parsing error on line 899.
Delete this line:
Code:in function userinfo($username, $bypass=0, $hid=0, $url=0) {
|
around line 882 in the file you previously sent, but it could now be 899... |
|
|
|
 |
|