More Errors :cry:

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   More Errors :cry:
Molly28
CZ Active Member
Molly28 has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Feb 10, 2004
0.01 posts per day
Posts: 102
Points: 5,310
   
I i am installing the mod points v 1.1.1
when i run the mood install i get a blank screen
and after editing the files is now giving me this error when i click in membership



General Error

Could not query users

DEBUG MODE

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

SELECT username, user_idd, user_viewemail, user_posts, user_regdate, user_from, user_website, user,email, user_icq, user_aim, user_yim, user_msnm, user_avatar, user_avatar_type, user_allowavatar, user_points FROM nuke_users WHERE user_id <> 1 ORDER BY user_regdate ASC LIMIT 0, 50


also is not letting me post..

i didn't see any file to upgrate the database execpt the install with is giving me the blank screen, icon_rolleyes.gif

is it better to delete the forum folder and just upload the 2.07 version ?
or is just gonna mess things up more ?

thanks..

icon_rolleyes.gif


Back to top Reply with quote
#2   re: More Errors :cry:
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.04 posts per day
Posts: 8089
Points: 494,430
   
Change the user_idd to user_id




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#3   re: More Errors :cry:
Molly28
CZ Active Member
Molly28 has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Feb 10, 2004
0.01 posts per day
Posts: 102
Points: 5,310
   
i try that and it it says

General Error

Could not query users

DEBUG MODE

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

SELECT username, user_id, user_viewemail, user_posts, user_regdate, user_from, user_website, user,email, user_icq, user_aim, user_yim, user_msnm, user_avatar, user_avatar_type, user_allowavatar, user_points FROM nuke_users WHERE user_id <> 1 ORDER BY user_regdate ASC LIMIT 0, 50

Line : 214
File : /nuke/modules/Members_List/index.php



I did run the modules/Forums/mod_install.php (Only needed for install)
but i get a blank screen, icon_cry.gif
So maybe the database is not updating.


Back to top Reply with quote
#4   re: More Errors :cry:
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.04 posts per day
Posts: 8089
Points: 494,430
   
nope you edited it wrong look at the email

user,email

should be user_email

SELECT username, user_id, user_viewemail, user_posts, user_regdate, user_from, user_website, user_email, user_icq, user_aim, user_yim, user_msnm, user_avatar, user_avatar_type, user_allowavatar, user_points FROM nuke_users WHERE user_id <> 1 ORDER BY user_regdate ASC LIMIT 0, 50




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#5   re: More Errors :cry:
Molly28
CZ Active Member
Molly28 has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Feb 10, 2004
0.01 posts per day
Posts: 102
Points: 5,310
   
try that and more errors.


SQL Error : 1054 Unknown column 'name' in 'where clause'

SELECT custom_title from nuke_modules where name='Members_List'

Line : 211
www/modules/Members_List/index.php
icon_sad.gif

i am ataching the
modules/Members_List/index.php file so if you can have a look what is wrong with it.



Attached Files
index.txt (18.27 KB, Downloaded: 5244 Time(s))


Back to top Reply with quote
#6   re: More Errors :cry:
Molly28
CZ Active Member
Molly28 has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Feb 10, 2004
0.01 posts per day
Posts: 102
Points: 5,310
   
icon_cry.gif

Also is giving this error on the membershiip.php


Could not obtain post/user information.

DEBUG MODE

SQL Error : 1054 Unknown column 'u.user_points' in 'field list'

SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim, u.user_regdate, u.user_msnm, u.user_viewemail, u.user_rank, u.user_sig, u.user_sig_bbcode_uid, u.user_avatar, u.user_avatar_type, u.user_allowavatar, u.user_allowsmile, u.user_points, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid FROM nuke_bbposts p, nuke_users u, nuke_bbposts_text pt WHERE p.topic_id = 35 AND pt.post_id = p.post_id AND u.user_id = p.poster_id ORDER BY p.post_time ASC LIMIT 0, 15

Line : 433
File : /modules/Forums/viewtopic.php



Back to top Reply with quote
#7   
Molly28
CZ Active Member
Molly28 has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Feb 10, 2004
0.01 posts per day
Posts: 102
Points: 5,310
   
I give up icon_cry.gif



Back to top Reply with quote
#8   re: More Errors :cry:
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.04 posts per day
Posts: 8089
Points: 494,430
   
Molly go to your phpmyadmin and "Browse" the table nuke_users do you see a filed called user_points?




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#9   re: More Errors :cry:
Molly28
CZ Active Member
Molly28 has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Feb 10, 2004
0.01 posts per day
Posts: 102
Points: 5,310
   
no is not there telli. icon_rolleyes.gif



Back to top Reply with quote
#10   
Molly28
CZ Active Member
Molly28 has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Feb 10, 2004
0.01 posts per day
Posts: 102
Points: 5,310
   
i try running the updates again and when i run the uptade to 2.6 agaim
it tell me this


Database type :: mysql
Your Current forum version is .0.7 This upgrade script requires PHP-Nuke 6.5 and BBtoNuke .0.5

If you are running PHP-Nuke 6.5 or newer maybe you have not installed BBtoNuke 2.0.5,
if that is the case get it here then try upgrading again once the patch has been applied.

BBtoNuke Update Failed



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

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
You cannot attach files in this forum
You cannot download files in this forum