Pagina 1 van 1

Problemen Calender MOD

Geplaatst: 03 mar 2005, 16:56
door zomer
Algemene Fout

Failed obtaining forum access control lists

Code: Selecteer alles

DEBUG MODE

SQL Error : 1054 Unknown column 'a.auth_cal' in 'field list'

SELECT a.forum_id, a.auth_view, a.auth_read, a.auth_post, a.auth_reply, a.auth_edit, a.auth_delete, a.auth_cal, a.auth_sticky, a.auth_announce, a.auth_vote, a.auth_pollcreate, a.auth_ban, a.auth_greencard, a.auth_bluecard FROM phpbb_forums a 

Line : 157
File : /usr/export/www/hosting/xqlusive/phpBB2/includes/auth.php 
---------------------

dit geeft die aan

zal wel met de database te maken hebben

ik moet dit invoeren

Code: Selecteer alles

############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################
#
#-----[ SQL ]-------------------------------------------------
#
ALTER TABLE phpbb_topics ADD topic_calendar_time INT(11);
ALTER TABLE phpbb_topics ADD topic_calendar_duration INT(11);
ALTER TABLE phpbb_topics ADD INDEX (topic_calendar_time);

ALTER TABLE phpbb_auth_access ADD auth_cal TINYINT(1) DEFAULT '0' NOT NULL;
ALTER TABLE phpbb_forums ADD auth_cal TINYINT(2) DEFAULT '0' NOT NULL;
UPDATE phpbb_auth_access SET auth_cal = auth_sticky;
UPDATE phpbb_forums SET auth_cal = auth_sticky;
#
#-----[ SQL ]-------------------------------------------------
#
# This part is optional : do it only if you want your users to be able to choose their setup
#	if you want so, you'll have to install the MOD-mods_settings mod included in the pack
#
ALTER TABLE phpbb_users ADD user_calendar_display_open TINYINT(1) DEFAULT '0' NOT NULL;
ALTER TABLE phpbb_users ADD user_calendar_header_cells TINYINT(1) DEFAULT '7' NOT NULL;
ALTER TABLE phpbb_users ADD user_calendar_week_start TINYINT(1) DEFAULT '1' NOT NULL;
ALTER TABLE phpbb_users ADD user_calendar_nb_row TINYINT(2) UNSIGNED DEFAULT '5' NOT NULL;
ALTER TABLE phpbb_users ADD user_calendar_birthday TINYINT(1) DEFAULT '1' NOT NULL;
ALTER TABLE phpbb_users ADD user_calendar_forum TINYINT(1) DEFAULT '1' NOT NULL;
Maar moet die met een bestandje of moet ik dit handmatig doen??

Geplaatst: 03 mar 2005, 16:58
door Luuk
Van de database moet je handmatig doen, zie http://www.phpbb.nl/kb.php?mode=article&k=24 stap 10.

Geplaatst: 03 mar 2005, 17:02
door zomer
bij mij ziet het er heel anders uit kan niet zoiets vinden kijk maar eens

http://xqlusive.funpic.org/anders.JPG

Geplaatst: 03 mar 2005, 17:06
door zomer
heb het nu ingevoerd krijg dit nu:

Code: Selecteer alles

General Error 
  
Failed obtaining forum access control lists

DEBUG MODE

SQL Error : 1054 Unknown column 'a.auth_cal' in 'field list'

SELECT a.forum_id, a.auth_view, a.auth_read, a.auth_post, a.auth_reply, a.auth_edit, a.auth_delete, a.auth_cal, a.auth_sticky, a.auth_announce, a.auth_vote, a.auth_pollcreate, a.auth_ban, a.auth_greencard, a.auth_bluecard FROM phpbb_forums a 

Line : 157
File : /usr/export/www/hosting/xqlusive/phpBB2/includes/auth.php 
 

Geplaatst: 03 mar 2005, 17:06
door Luuk
Je moet dna op SQL klikken, daar kun je het invoeren.

Geplaatst: 03 mar 2005, 17:10
door zomer
ja heb ik gedaan

Geplaatst: 03 mar 2005, 18:08
door Luuk
Je moet daar ook nog op start klikken, dan krijg je een bevestiging dat het gelukt is. Want aan de melding te zien is de database nog niet geupdate :wink: