|
» 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
|
|
|
|
|
|
|
|
|
|
|
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.
|
|
|
|
|
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 ... |
|
 |
 |
|
 |

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
|

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.
|

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
|

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
|

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.
|

01-17-2003, 11:30 AM
|
|
Member
|
|
Join Date: Nov 2002
Location: Michigan, USA
Posts: 359
|
|
|
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.
|

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
|

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.
|
 |
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
All times are GMT -5. The time now is 10:32 AM.