Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 74
4 members and 70 guests
celedxebritwb9b, locdpalmobiwjp6, lowsad4erback5s, pai5drdnters6sa
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - General

Reply
 
LinkBack Thread Tools Display Modes
Problem with installation
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 4
Join Date: Jun 2005
Problem with installation - 06-26-2005, 01:31 AM

Ok, so i've installed the latest free to public phpnuke version following the idiots guide for installation (http://www.nukemods.com/modules.php?...Guide&op=begin). I've arrived at the point where the site is all setup and it's asking you to create a super user. So I go ahead and do that, hit ok, and it brings me to an admin login page. I log in the exact super user information, it opens up the admin.php page and all that is shown is a message saying "Begone". Anyone know why this is happening? It's very annoying seeing as how I just spent a lot of my servers' bandwidth uploading phpnuke and now it's not working.

Thanks.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
06-26-2005, 02:26 AM

Run the following sql query in phpMyAdmin

Code:
DROP TABLE IF EXISTS nuke_authors; 
CREATE TABLE nuke_authors ( 
  aid varchar(25) NOT NULL default '', 
  name varchar(50) default NULL, 
  url varchar(255) NOT NULL default '', 
  email varchar(255) NOT NULL default '', 
  pwd varchar(40) default NULL, 
  counter int(11) NOT NULL default '0', 
  radminsuper tinyint(1) NOT NULL default '1', 
  admlanguage varchar(30) NOT NULL default '', 
  PRIMARY KEY  (aid), 
  KEY aid (aid) 
) TYPE=MyISAM;
That will reset the admin username & password, then visit yoursite.com/admin.php to set things up again.

NB: Before you try and enter your sites admin.php sometimes it helps to delete all browser cookies & history.


Share4Gain.com- 80% Adsense Revenue Share, no website required
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 4
Join Date: Jun 2005
06-26-2005, 03:44 AM

Problem solved.

After many hours of reinstalling, database dropping/writting, forum browsing, install guide reading, I found my own solution.

Previously, the admin name I used for the super use was 2 names, as in a first and a last, I attempted to do a one word name and it worked out and I was able to login. VERY FUSTRATING! Has anyone else tried a 2 word name?
   
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
Installation problem.. crazed_ad Nuke 7.x - General 1 10-24-2006 02:54 AM
Installation help Oldmaz Nuke 7.x - General 4 06-10-2006 11:29 AM
Mod Installation pfx121 Nuke 7.x - Modules 2 01-22-2005 06:02 AM
Nuke 7.4 fresh installation errors, admin login problem, etc Jobeleca Nuke 7.x - General 4 11-04-2004 10:20 PM
pay for installation ChromeCrow Site design 3 09-05-2004 03:24 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.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