| View previous topic :: View next topic |
| Author |
Message |
brfrankl dadaSupport


Joined: Jan 25, 2006 Posts: 4
|
Posted: Wed Jan 25, 2006 4:56 pm Post subject: No edit areas in admin area (V0.91) (w/ possible workaround) |
|
|
Using Phpnuke 7.8 with no mods, there seems to be a problem with the 3 edit sections of the script. When loading the edit sections, the system only displays the heading part and then a blank table of 1 line.
Just for grins I tried removing the following lines from teh script (since I have no idea what they are for:
$row['notes'] = filter($row['notes']);
$row['privacy'] = filter($row['privacy']);
$row['terms'] = filter($row['terms']);
This "seems" to have fixed the problem. Anyone know what these lines were here for in the first place??? |
|
| Back to top |
|
 |
bf2taz dadaMember


Joined: Jan 22, 2006 Posts: 1
|
Posted: Mon Feb 06, 2006 4:33 pm Post subject: I dunno |
|
|
Hey I don't know, but it's an undefinded function in any php-nuke version below 7.8 is my guess. I am using 7.6 patched to 3.1, and I was getting errors saying that these lines were undefined functions. I removed them like you suggested and mine seems to work as well. So anyone that doesnt want to use anything above php-nuke 7.6, you can still make this work.
Thanks for sharing that.
CHris |
|
| Back to top |
|
 |
shmk dadaSupport


Joined: Feb 08, 2006 Posts: 4
|
Posted: Sat Feb 18, 2006 9:38 am Post subject: |
|
|
Same problem here ( 7.8 Patched )
Someone can post the code of filter() ? |
|
| Back to top |
|
 |
shmk dadaSupport


Joined: Feb 08, 2006 Posts: 4
|
Posted: Sat Feb 18, 2006 4:13 pm Post subject: |
|
|
Found the solution:
before 7.9 the function filter() doesn't exist, the same (or similar) function is made by check_html().
Substitute all the "filter" with "check_html" in
Legal/index.php
Legal/admin/index.php
 |
|
| Back to top |
|
 |
shmk dadaSupport


Joined: Feb 08, 2006 Posts: 4
|
Posted: Sun Feb 19, 2006 9:56 am Post subject: |
|
|
| unknown wrote: | Wow! That worked! You're awesome, shmk! |
Yes, I am awesome  |
|
| Back to top |
|
 |
srhh dadaMember


Joined: Jan 10, 2006 Posts: 3
|
Posted: Wed Sep 06, 2006 1:34 pm Post subject: |
|
|
Thanks for this! |
|
| Back to top |
|
 |
Xplayer dadaMember


Joined: Apr 08, 2008 Posts: 1
|
Posted: Wed Apr 09, 2008 7:33 pm Post subject: |
|
|
| Soo whats the fix for Nuke-Evolution 2.0.5 |
|
| Back to top |
|
 |
andy_phillips dadaMember


Joined: May 11, 2008 Posts: 1
|
Posted: Sun May 11, 2008 9:16 am Post subject: |
|
|
| YES PLEASE SOME ONE TELL ME THE FIX FOR NUKE EVO 2.0.5 PLEASE |
|
| Back to top |
|
 |
|