Yellow card mod

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
tikkie
Berichten: 71
Lid geworden op: 25 okt 2005, 21:24

Yellow card mod

Bericht door tikkie » 25 sep 2006, 14:02

Ik heb net yellow card mod geinstaleerd maar als ik nu in een subforum wil kijken krijg ik deze error

Failed obtaining forum access control lists

DEBUG MODE

SQL Error : 1054 Unknown column 'a.auth_ban' 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_sticky, a.auth_announce, a.auth_vote, a.auth_pollcreate, a.auth_ban, a.auth_greencard, a.auth_bluecard, a.auth_mod FROM phpbb_auth_access a, phpbb_user_group ug WHERE ug.user_id = 2 AND ug.user_pending = 0 AND a.group_id = ug.group_id AND a.forum_id = 2

Line : 173
File : auth.php

Gebruikersavatar
brandsrus
Berichten: 1966
Lid geworden op: 01 jul 2005, 19:38
Locatie: r. Лeувapдeн
Contacteer:

Bericht door brandsrus » 25 sep 2006, 14:35

Heb je de sql-actie wel uitgevoerd? Er ontbreekt namelijk een veld in je database zo te zien

tikkie
Berichten: 71
Lid geworden op: 25 okt 2005, 21:24

Bericht door tikkie » 25 sep 2006, 14:57

IN het bestandje staat dit

#-----[ SQL ]-------------------------------------------------
#
# If you use an alpha release of EasyMOD, this instructions will not be executed!
# Please read author notes to update your database.
#
copy yellow_card_db_update.php to yellow_card_db_update.php
execute yellow_card_db_update.php
delete yellow_card_db_update.php

Maar wat moet je dan doen?

Gebruikersavatar
brandsrus
Berichten: 1966
Lid geworden op: 01 jul 2005, 19:38
Locatie: r. Лeувapдeн
Contacteer:

Bericht door brandsrus » 25 sep 2006, 15:04

Code: Selecteer alles

#-----[ SQL ]-------------------------------------------------
#
# If you use an alpha release of EasyMOD, this instructions will not be executed!
# Please read author notes to update your database.
#
copy yellow_card_db_update.php to yellow_card_db_update.php
execute yellow_card_db_update.php
delete yellow_card_db_update.php 
Kopieër yellow_card_db_update.php naar je phpBB map
uitvoeren yellow_card_db_update.php
na uitvoeren weer verwijderen van yellow_card_db_update.php

en klaar is Tikkie

suc6 :wink:

Peet1967
Berichten: 10
Lid geworden op: 06 dec 2006, 01:09

Bericht door Peet1967 » 13 dec 2006, 19:31

Heb ik ook gedaan maar krijg alleen een txt bestand in beeld, als ik de update activeer.

Wat te doen met de sql data die daar in staat ??

Raimon
Berichten: 4397
Lid geworden op: 27 aug 2005, 12:59
Contacteer:

Bericht door Raimon » 13 dec 2006, 19:37

Hmm dat moet normaal niet kunnen probeer de sql die in het install.txt bestand staat eens handmatig in te voegen.
Zie -> http://wiki.phpbb.nl/Modificatie_installeren :)

Het is altijd een van de twee, ebven ter informatie.

Gesloten