You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 69 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Can't log in as regular user [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
kenboyles72
Nuke Cadet
Nuke Cadet


Joined: Aug 08, 2008
Posts: 8


PostPosted: Sat Sep 06, 2008 9:40 pm Reply with quoteBack to top

I have to tell ya, phpnuke is a pain in the rear. I have tried for a month to get it running. Luckily I still have my forum running on phpbb. I have managed to correct the db issues and mail issues. But I still can't log in as normal user. I can sign in through the admin.php but not through the "Your Account" from main page or forum. I registered a test account named "test" with a short password, recieved the confirmation email, followed the link and received "Your account has been activated.....click here to sing in....". After doing so, I get an error "Login Incorrect! Please Try Again...". So I go and look in db and no user is there. Again I create test account, check in db and the account is in nuke_users_temp table. Then proceed to check mail, follow link and try to log in. Still get an error "Login Incorrect! Please Try Again...". I go back and check db, the nuke_users_temp table is empty and the account "test" is nowhere in db. I've spent days, weeks searching to find a solution for this. I have to tell ya, I am not impressed with phpnuke. I had my phpbb forum up in less than 30 minutes.
Find all posts by kenboyles72View user's profileSend private message
Slackervaara
Captain
Captain


Joined: Sep 13, 2003
Posts: 313


PostPosted: Sun Sep 07, 2008 9:11 pm Reply with quoteBack to top

Check the PHP-Nuke Administration Panel, if the Your_Account Module is available for all visitors and not only registered members.
Find all posts by SlackervaaraView user's profileSend private message
kenboyles72
Nuke Cadet
Nuke Cadet


Joined: Aug 08, 2008
Posts: 8


PostPosted: Mon Sep 08, 2008 12:55 pm Reply with quoteBack to top

As of right now, everything is set to "All Visitors" for testing purposes. This forum has not been made to the public yet. The thing is, no users are being created in db except for the "God" account. When I try to register a test account, it shows up in db in the temp table, but then gets deleted and never creates user account. I've tried to manually create user in admin, but comes up blank page and nothing happens. I have error checking turned on but no errors show.
Find all posts by kenboyles72View user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12388


PostPosted: Mon Sep 08, 2008 5:08 pm Reply with quoteBack to top

What version are you using? Please post the structure of your users table

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
kenboyles72
Nuke Cadet
Nuke Cadet


Joined: Aug 08, 2008
Posts: 8


PostPosted: Mon Sep 08, 2008 7:38 pm Reply with quoteBack to top

Version is 7.5 downloaded from this site. Can't see how to do attachments, you can get it here:

http://74.193.52.91:81/files/nuke_users.sql
Find all posts by kenboyles72View user's profileSend private message
kenboyles72
Nuke Cadet
Nuke Cadet


Joined: Aug 08, 2008
Posts: 8


PostPosted: Wed Sep 10, 2008 1:00 pm Reply with quoteBack to top

Also, when I import the nuke.sql, I get this error and only get 33 tables:

Code:

Error

There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem

ERROR: Unknown Punctuation String @ 457
STR: </
SQL:
INSERT INTO nuke_blocks VALUES (2, 'admin', 'Administration', '<strong><big>�</big></strong> <a href="admin.php">Administration</a><br>\r\n<strong><big>�</big></strong> <a href="admin.php?op=adminStory">NEW Story</a><br>\r\n<strong><big>�</big></strong> <a href="admin.php?op=create">Change Survey</a><br>\r\n<strong><big>�</big></strong> <a href="admin.php?op=content">Content</a><br>\r\n<strong><big>�</big></strong> <a href="admin.php?op=logout">Logout</a>', '', 'l', 2, 1, 0, '985591188', '', '', 2, '0', 'd', 0);


SQL query:

INSERT INTO nuke_blocks VALUES (2, 'admin', 'Administration', '� Administration
\r\n� NEW Story
\r\n� Change Survey
\r\n� Content
\r\n� Logout', '', 'l', 2, 1, 0, '985591188', '', '', 2, '0', 'd', 0);

MySQL said: Documentation
#1366 - Incorrect string value: '\xB7</big...' for column 'content' at row 1


If I cut and paste the content of nuke.sql into "SQL" section of phpmyadmin and hit "go", all tables get created (I assume). It lists 88 tables.
Find all posts by kenboyles72View user's profileSend private message
kenboyles72
Nuke Cadet
Nuke Cadet


Joined: Aug 08, 2008
Posts: 8


PostPosted: Wed Sep 10, 2008 2:58 pm Reply with quoteBack to top

I finally figured out what the problem was, I had MySQL 5.0 installed. There is a bug in that version that does not write to tables when creating user. I downgraded to 4.1.15 and my Nuke portal is now fully operational.
Find all posts by kenboyles72View user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12388


PostPosted: Wed Sep 10, 2008 4:35 pm Reply with quoteBack to top

MySQL version would help next time
http://evaders.swrebellion.com/forums/postt60.html

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.369 Seconds - 179 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::