Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
matte

Forenräume neu sortieren

Recommended Posts

Ich habe gerade versucht meine Forenräume neu zu ordnen. Dabei bekam ich fogelden Fehler

mySQL query error: UPDATE ibf_forums SET name='Technik / StVZO / Fzg.-Änderungen',description='Tuning, Car-Sound, Überwachungstechnik usw.',use_ibc=1,use_html=0,status=1,password='',sort_key='last_post',sort_order='Z-A',prune=30,topicfilter='',preview_posts=0,allow_poll=1,allow_pollbump=0,forum_allow_rating=0,inc_post

ount=1,parent_id=20,sub_can_post=1,quick_reply=0,redirect_on=0,redirect_hits=0,r

direct_url='',redirect_loc='',notify_modq_emails='',permission_showtopic=0,permission_custom_error='' WHERE id=9


SQL error: Unknown column 'topicfilter' in 'field list'

SQL error code: 

Date: Sunday 26th of March 2006 04:48:50 PM

Scheinbar fehlt hier die Spalte "topicfilter". Hat jemand auch die 2.1.4 installiert und kann dort mal nachschauen, ob diese wirklich vorhanden ist und o bei ihm die Funktion ok ist? Bei der 2.1.4 hat es noch funktioniert, aber da gab es auch keine Spalte "topicfilter".

Share this post


Link to post

Problem hat sich erledigt.

Irgendwie ist ja bei meinem Upgrade auf 2.1.3 das Script ein paar mal abgestürzt. Ich habe dann einfach die Sachen manuell eingefügt.

ALTER TABLE ibf_forums ADD topicfilter VARCHAR( 32 ) DEFAULT 'all' NOT NULL AFTER prune
und dann
UPDATE ibf_forums SET topicfilter='all' WHERE topicfilter != 'all'

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×