Running on: PHP-Nuke-Platinum-7.6.0
Installed: NSN_Center_Blocks_71-77_220
I have installed NSN Center Block as refered in the txt,
I installed it whitout any problems and it works smoot.
Problem: When I try to access my admin on the forum i get this on a empty page::
|
Code:
|
Warning: main(language/cblocks/lang-english.php): failed to open stream: No such file or directory in /customers/stonerclan.com/stonerclan.com/httpd.www/includes/nsncb_func.php on line 25
Fatal error: main(): Failed opening required 'language/cblocks/lang-english.php' (include_path='.:/usr/lib/php') in /customers/stonerclan.com/stonerclan.com/httpd.www/includes/nsncb_func.php on line 25 |
When I delete this code in mainfile.php:
|
Code:
|
if ($forum_admin == 1) {
include("../../../includes/nsncb_func.php");
} elseif ($inside_mod == 1) {
include("../../includes/nsncb_func.php");
} else {
include("includes/nsncb_func.php");
} |
I can acess the forum administration, but I cant (obiouse) acces
my centerblock admin. The forum are accessable as an ordonary user.
Its just that I cant acess the administration.
I am using MSTrenches them.
Solution anyone?
Thanks for any help
