To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

English version - I get this error

JA$ON - 19-05-2007, 15:26
Temat postu: I get this error
Hi, even though i am the admin, i can not change peoples profiles!!
i get the following error:
Cytat:
Could not rename users group

DEBUG MODE

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

UPDATE phpbb_users SET user_email = 'jaze@xyz.de', user_icq = '', user_website = 'http://www.Sublines.de', user_occ = 'Diese Seite, Musik, Graffiti, Sport, Party!', user_from = 'Bremen' , user_field_1 = 'DJ.gif', user_allow_field_1 = 1, user_field_2 = 'Germany.gif', user_allow_field_2 = 1, user_interests = 'Sublines.de', user_custom_color = '', user_custom_rank = '', user_sig = '[you:ac5835952d], check mal meine most favourite Gallery', user_viewemail = 0, user_viewaim = 1, user_aim = '', user_yim = '', user_msnm = 't.jason@web.de', user_attachsig = 1, user_sig_bbcode_uid = 'ac5835952d', user_allowsmile = 1, user_allowhtml = 0, karma_setonoff = 0, user_allowavatar = 1, user_allowsig = 1, user_allowbbcode = 1, user_allow_viewonline = 1, user_notify = 0, user_allow_pm = 1, user_notify_pm = 1, user_popup_pm = 1, allowpm = 1, user_notify_gg = 0, user_lang = 'english', user_style = 2, user_timezone = 1, user_active = 1 , user_rank = 1, user_gender = '1', user_birthday = 6739, user_next_birthday_greeting = 2007 , disallow_forums = '', can_custom_ranks = 1, can_custom_color = 1, can_topic_color = 1, user_allow_helped = 1, user_ip_login_check = 1 WHERE user_id = 2

Line : 1008
File : admin_users.php

Centurion - 19-05-2007, 15:43

seems like you missed to add some field to phpbb_users table while instaling karma mod

try this in phpmyadmin:
ALTER TABLE phpbb_users ADD karma_setonoff tinyint(1) DEFAULT '1';

JA$ON - 19-05-2007, 15:54

actually i tried to uninstall the karma mod..
Centurion - 19-05-2007, 15:57

but there is still an entry that try to find karma settings:

Line : 1008
File : admin_users.php

maybe try to find karma_setonoff in this file and remove it manually

JA$ON - 19-05-2007, 16:47

thanks! your right, i removed the karma entries from the sql database but i forgot to delete all of the karma entries in the files.
thanks a lot!

Kingston - 20-05-2007, 22:12

Centurion good job !!


Powered by phpBB modified by Przemo © 2003 phpBB Group