» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 63
0 members and 63 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on "not authorised" problem, have found no solution within the Purged Topics forums, part of the NM Staff category; PHP-Nuke 6.0 Version 2.0.6 of PHP-Nuke Port Exactly what i do.... on a local network ...


Go Back   Nukemods Forum » NM Staff » Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-16-2003, 11:59 PM
Junior Member
 
Join Date: Jan 2003
Posts: 4
"not authorised" problem, have found no solution
PHP-Nuke 6.0
Version 2.0.6 of PHP-Nuke Port

Exactly what i do....
on a local network web server

copy the PHP-Nuke 6.0 directory tree
load up PHP-Nuke, create a super user / regular.
remove what's in the forums directory.

copy the PHP-Nuke Port of phpBB2 into the directory tree.
(the contents of the html directory into the pre-existing html directory)

login as admin to PHP-Nuke.
Click on the the Forums Module.
Setup the forums by choosing
1) the admin account i created for Nuke
2) create a new database.

it returns me to forums and in the right upper corner i get "Logout [ AdminName ]"

but when i try to click "Go to Administration Panel"
i get "You are not authorised to administer this board"

tried logging out, removing cookies, and logging in to only the forums or logging in as admin (pointing to the admin.php)

not sure what i'm doing wrong...

Dukaruk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-17-2003, 01:00 AM
Moderator
 
Join Date: Nov 2002
Posts: 737
Clear your cookies again, Log in as the regular user, click forums, and you should see the admin cp at the bottom of the page.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-17-2003, 09:29 AM
Junior Member
 
Join Date: Jan 2003
Posts: 4
...
i cleared out cookies.
regular user login for nuke.
clicked forums.

then there are no forums, as expected.
and a link at the bottom that says...
"Go to Administration Panel"

i click that and get...
"You are not authorised to administer this board"

Dukaruk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-17-2003, 09:48 AM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
In order to access the Forum Administration panel, your user_level for your regular User Loggin in the nuke_users table in the MySQL database needs to be set to 2.

Also, if you are running on a local server, globals in the php.ini have to be set to on. Whatever that means...hehe 8)

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-17-2003, 11:24 AM
Moderator
 
Join Date: Nov 2002
Posts: 737
When you were in Nuke admin, adding the new forum, it asked you for a path and all that. there was a dropdown box with ttwo things in it. One being the word anonymous, and one being your user name. Did you put your user name in there?

Check to make sure that ALL the files that come with the port are in the correct place on your server.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-17-2003, 11:30 AM
Member
 
Join Date: Nov 2002
Location: Michigan, USA
Posts: 359
Send a message via AIM to ReNeGaDe
me thinks mike is right on this...i dunno about that php.ini stuff, clueless there :P

but yes, make sure you set yourself to 2 in the database through phpmyadmin.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-17-2003, 07:23 PM
Junior Member
 
Join Date: Jan 2003
Posts: 4
user_level query / php.ini update
k, here's what my query returns.

Code:
mysql> select uname, user_level from nuke_users;
+-----------+------------+
| uname     | user_level |
+-----------+------------+
| Anonymous |          1 |
| Admin     |          2 |
+-----------+------------+
2 rows in set (0.00 sec)
i updated the php.ini in my WINNT folder and that worked.
Code:
; Whether or not to register the EGPCS variables as global variables.  You may
; want to turn this off if you don't want to clutter your scripts' global scope
; with user data.  This makes most sense when coupled with track_vars - in which
; case you can access all of the GPC variables through the $HTTP_*_VARS[],
; variables.
;
; You should do your best to write your scripts so that they do not require
; register_globals to be on;  Using form variables as globals can easily lead
; to possible security problems, if the code is not very well thought of.
;register_globals = OFF 
register_globals = ON
thanks guys.

Dukaruk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-17-2003, 08:21 PM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
Wow thanks Mikem for the reminder about the php.ini file (located in Windows folder in XP, winnt folder in 2000/NT)
And thanks Dukaruk for the exellent posting of the contents of your ini file. This should really help a lot of people with a seemingly hopeless problem.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Random News "YES" / Center Block "NO" Liqid Site design 0 07-06-2005 08:47 PM
Problem using "post" method in a module nitedmn Nuke 7.x - Modules 3 02-28-2005 01:49 PM
User Activation "User in the database not found" F dfm123 Nuke 6.5 to 6.9 - Modules 0 05-05-2003 08:32 PM
Problem with "Create an account".... Ryetsu Purged Topics 1 01-04-2003 06:42 PM
"Edit" and "Delete" -links in section? zlaxzzor Purged Topics 0 12-10-2002 01:04 PM


All times are GMT -5. The time now is 10:32 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31