| Author |
Message |
pjdm
Nuke Cadet


Joined: Jun 21, 2003
Posts: 3
|
Posted:
Tue Aug 16, 2005 7:38 pm |
  |
| Quote: |
| $forum_admin = 1; // PHP-Nuke 7.6- and/or PHP-Nuke Patched 2.8- |
VinDSL's fix for my nuke7.5 non-patched worked perfectly. I had gone to 2.0.15 when the admin panel blanked. Now that I understand the issue I added this line to my pagestart.php and everything is working agian. Now I can move on to patching and upgrading. Thanks for the summary. |
|
|
   |
 |
ishtar
Sergeant


Joined: Jun 19, 2005
Posts: 96
Location: Suriname
|
Posted:
Wed Sep 21, 2005 5:36 am |
  |
| Evaders99 wrote: |
Does your site run perfectly fine, but can't get your Forums to load at all?
Try this fix:
| Code: |
in modules/Forums/config.php
DELETE OR COMMENT OUT
@include("../../mainfile.php");
|
|
| Evaders99 wrote: |
Another tip:
Make sure GZip Compression is disabled in your Forums configuration. phpNuke already tries to enable it. It seems that Firefox is especially affected by this, resulting in a blank page.
If you cannot access your Forums admin panel, change it manually. Use phpMyAdmin and go to your _bbconfig table. Browse and find the field 'config_name' that is 'gzip_compress' - edit and set the 'config_value' to '0' |
Hi,
my problem is whenever i enter the forum via my administration menu [admin.php] i get a total blank page i dont know how :-S i get that. the possible solutions as u described above, ive tried both of them, but none helped me out. in my phpMyadmin the config_value was already '0' and ive also added phpnuke 7.5 patch [since im using phpnuke 7.5] still i took the phpnuke 7.5 modules/Forum/config.php and removed the part as u said and then upload it again, but still the problem wasnt solved :-S
is there any other way i can solve this problem and finnally enter my forum settings via my administration menu |
|
|
    |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12342
|
Posted:
Wed Sep 21, 2005 11:55 am |
  |
If you're using the latest Patched files, remove from modules/Forums/config.php
| Code: |
if(defined('INSIDE_MOD')) {
@include_once("mainfile.php");
} else {
@include_once("../../mainfile.php");
}
|
|
_________________ Helping those that help themselves
Read FIRST or DIE!
"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding |
|
     |
 |
ishtar
Sergeant


Joined: Jun 19, 2005
Posts: 96
Location: Suriname
|
Posted:
Wed Sep 21, 2005 1:52 pm |
  |
| Evaders99 wrote: |
If you're using the latest Patched files, remove from modules/Forums/config.php
| Code: |
if(defined('INSIDE_MOD')) {
@include_once("mainfile.php");
} else {
@include_once("../../mainfile.php");
}
|
|
still not working evaders99, im despert.
this is the link i get when i click on forums via the admin panel
http://www.metalsuriname.com/modules/Forums/admin/index.php
maybe its not correct i dont know...... |
_________________ www.metalsuriname.com |
|
    |
 |
Tane
Captain


Joined: Nov 11, 2004
Posts: 356
Location: Serbia
|
Posted:
Thu Sep 22, 2005 8:05 am |
  |
Hello Evaders...
My problem is at Forum Administration... I can see perfectly my forum, It's running super! But I can not add any Moderators or Admins, or set up permissions to new rooks... ????!
help...
Tane |
_________________ ..::IF YOUR NOT A MANC, YOUR A WANK::.. |
|
       |
 |
ishtar
Sergeant


Joined: Jun 19, 2005
Posts: 96
Location: Suriname
|
Posted:
Thu Sep 22, 2005 8:54 am |
  |
|
    |
 |
ishtar
Sergeant


Joined: Jun 19, 2005
Posts: 96
Location: Suriname
|
Posted:
Fri Sep 23, 2005 4:18 pm |
  |
|
    |
 |
Einar
Nuke Cadet


Joined: Jan 24, 2006
Posts: 4
|
Posted:
Tue Jan 24, 2006 3:12 pm |
  |
Hope i`ve got the right topic. Here goes. I`ve installed nuke 7.9.70.3a. And when I try to acces the forum via admin panel, i get a page containing the copyright notices(guess it`s the footer) in normal black text. I`ve turned on error display, and what i get is
| Quote: |
Warning: main(db/mysql.php) [function.main]: failed to open stream: No such file or directory in /home/www/free/uv.ro/arvandor.uv.ro/db/db.php on line 57
Warning: main() [function.include]: Failed opening 'db/mysql.php' for inclusion (include_path='.:./inc:/home/www/lib:/home/www/lib/pear:/home/www/lib/pear/DB:/home/www/lib/nusoap:/home/www/lib/phrame:/home/www/toplabs:/home/www/lib/toplabs:/home/www/free:/allowrun') in /home/www/free/uv.ro/arvandor.uv.ro/db/db.php on line 57
Fatal error: Class 'sql_db' not found in /home/www/free/uv.ro/arvandor.uv.ro/db/db.php on line 94 |
And i could really use some help, because i have to finish this site in a couple of weeks. |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12342
|
Posted:
Tue Jan 24, 2006 6:47 pm |
  |
|
     |
 |
Einar
Nuke Cadet


Joined: Jan 24, 2006
Posts: 4
|
Posted:
Tue Jan 24, 2006 10:38 pm |
  |
Sry, 7.9.0.3.2a. that`s what the archive says.
Damn, that sounded noobish. Sorry, but I was quite tired, and I`m no php expert. I`m runing version 7.9(I belive it`s the latest version from the download section), i can`t actualy tell the version of my bb, and i`m not using sentinel(actualy i`m not using any mods/addons/patches/etc). |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12342
|
Posted:
Wed Jan 25, 2006 12:41 pm |
  |
|
     |
 |
Einar
Nuke Cadet


Joined: Jan 24, 2006
Posts: 4
|
Posted:
Wed Jan 25, 2006 12:46 pm |
  |
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12342
|
Posted:
Wed Jan 25, 2006 1:37 pm |
  |
|
     |
 |
Einar
Nuke Cadet


Joined: Jan 24, 2006
Posts: 4
|
Posted:
Wed Jan 25, 2006 1:43 pm |
  |
What do you sugest? Should I install a diferit version? If so, wich one? |
|
|
   |
 |
sting
Site Admin


Joined: Jul 24, 2003
Posts: 1985
Location: Apparently ALWAYS Online. . .
|
Posted:
Wed Jan 25, 2006 6:41 pm |
  |
I have to say RavenNuke76 looks really good.
-sting |
_________________ Is it paranoia if they are really out to get you?
-------------------------------------------------------
sting usually hangs out at nukehaven.net |
|
        |
 |
|
|