SW:Rebellion NetworkHosted by the SW:Rebellion Network
Welcome to Evaders Squadron Coding [ESC]
Did you know that... this site runs with your support! Please donate to our Paypal!
Home Forums Nuke Patched Core Coding Services Webmaster Services Personal
  Login/Create an Account    

Forums
· Forums FAQ
· Search
· Usergroups
· Profile
· Private Messages

Support Us
This site runs with your support. Please donate:

User Info/Login
Welcome, Anonymous
Nickname
Password
Security Code: Security Code
Type Security Code

(Register)
Membership:
Latest: fortiter26
New Today: 0
New Yesterday: 1
Overall: 10352

People Online:
Visitors: 17
Members: 0
Total: 17

Link to Us

Evaders Squadron Coding [ESC] :: View topic - FIX: SQL Errors user_login_tries, user_last_login_try
FIX: SQL Errors user_login_tries, user_last_login_try

 
Post new topic   Reply to topic    Evaders Squadron Coding [ESC] Forum Index -> Coding Services
View previous topic :: View next topic  
Author Message
Evaders99



Joined: Jan 11, 2002
Posts: 3079
Location: USA

PostPosted: Sun Jan 21, 2007 2:59 am    Post subject: FIX: SQL Errors user_login_tries, user_last_login_try Reply with quote

If you get the following error
Code:

SQL Error : 1054 Unknown column 'user_login_tries' in 'field list'


Run this in phpMyAdmin to create that field

Code:

ALTER TABLE nuke_users ADD COLUMN user_login_tries smallint(5) UNSIGNED DEFAULT '0' NOT NULL;

_________________
Evaders99
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.


Last edited by Evaders99 on Thu Feb 05, 2009 8:38 pm; edited 3 times in total
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Evaders99



Joined: Jan 11, 2002
Posts: 3079
Location: USA

PostPosted: Mon Jan 22, 2007 6:51 pm    Post subject: Reply with quote

Code:

SQL Error : 1054 Unknown column 'user_last_login_try' in 'field list'


Run this in phpMyAdmin
Code:

ALTER TABLE nuke_users ADD COLUMN user_last_login_try int(11) DEFAULT '0' NOT NULL;

_________________
Evaders99
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Evaders99



Joined: Jan 11, 2002
Posts: 3079
Location: USA

PostPosted: Thu Mar 01, 2007 10:55 pm    Post subject: Reply with quote

Code:

SQL Error : 1054 Unknown column 'session_admin' in 'field list'


Run this in phpMyAdmin
Code:

ALTER TABLE nuke_bbsessions ADD COLUMN session_admin tinyint(2) DEFAULT '0' NOT NULL

_________________
Evaders99
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
blackhawk
Newbie
Newbie


Joined: Mar 21, 2008
Posts: 1

PostPosted: Fri Mar 21, 2008 4:11 am    Post subject: Reply with quote

hello im new here and to phpnuke too, i had that problem mentioned as first and second post and fixed it with the code viy phpMyAdmin, than the login worked but unfortunately a blank screen appears.

When i enter the bb forum via the link in navigation bar i can see im logged in but i cant post or reply anything couse only a blank screen apears. Navigation on the forum works normal.

When i login via my user account no blank screen appears when i like to post or reply but i wanted to fix that forum login error and dont use that way everytime. When i login via user account im in the forum in too, but when i login in forum im not in my user account logged in ? Is that normal ?

Thanks for helping a noob Smile yeah phpnuke is newland for me...
Would be nice if someone can help me out, thanks
Back to top
View user's profile Send private message
Evaders99



Joined: Jan 11, 2002
Posts: 3079
Location: USA

PostPosted: Mon Mar 24, 2008 10:32 pm    Post subject: Reply with quote

The forums login is buggy. I recommend you only use the Your_Account module and delete the links to login from the Forums
_________________
Evaders99
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    Evaders Squadron Coding [ESC] Forum Index -> Coding Services All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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

^Top
Home Your Account Forums Downloads F.A.Q. Submit News Hosting Contact Us

© 2005 - 2007 by Evaders99. All Rights Reserved.
All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters.
You can syndicate our news using the file backend.php
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.
PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.42 Seconds