I am using PHPNuke 7.5 on my site + i installed NukeSentinel_710_221.
Installation went ok, all the files were showing as succeeded but i have a strange problem. When i try to click sentinel icon in admin panel (link sais http://www.xxx.net/admin.php?op=ABMain , should be right?) i only get my admin.php page showing up again? + that my forum admin page doesn't show at all, i only get white page. What should i do to get sentinel to work? Anyone have a solution to this problem?
Nina
nylijout Nuke Cadet
Joined: May 30, 2005
Posts: 3
Posted:
Tue May 31, 2005 2:42 am
i fixed so that i can access forums administration panel by adding this line to modules/Forums/admin/pagestart.php
Code:
if (!defined('IN_PHPBB'))
{
die("Hacking attempt");
}
define('IN_ADMIN', true);
added after that:
Code:
define('FORUM_ADMIN', true);
but still i don't get sentinel admin showing up? if i push sentinel icon in admin.php i only get admin.php page showing again??? Anyone know solution to this problem?
nylijout Nuke Cadet
Joined: May 30, 2005
Posts: 3
Posted:
Tue May 31, 2005 3:10 am
Got it fixed now had to add this line to admin.php
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum