- Adres van je forum: http://www.marchingband-atm.eu/members
Event. modificaties op je forum:
Wanneer ontstond het probleem? 8 december 2010
phpBB versie:3.08
Heb je onlangs iets veranderd aan je forum? Nee
Wat is het probleem? Field 'topic_last_post_subject' doesn't have a default value [1364]
Field 'topic_last_post_subject' doesn't have a default value
Forumregels
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
-
- Berichten: 4
- Lid geworden op: 11 dec 2010, 13:08
Field 'topic_last_post_subject' doesn't have a default value
Re: Field 'topic_last_post_subject' doesn't have a default v
De oplossing voor jouw probleem vind je hier: http://www.phpbb.com/kb/article/doesnt- ... ue-errors/
ForumHulp.nl kan u helpen met: Technisch onderhoud, Extensies installaties/aanpassingen en Webdesign.
Teammember op
-
- Berichten: 4
- Lid geworden op: 11 dec 2010, 13:08
Re: Field 'topic_last_post_subject' doesn't have a default v
Dit is wat ik terugkrijg in my phpadmin bij het uitvoeren van 3.0.8 mysql_upgrader.php
MySQL retourneerde:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<?php
/**
*
* @package phpBB3
* @version $Id: mysql_upgrader.php 10219 2009-' at line 1
MySQL retourneerde:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<?php
/**
*
* @package phpBB3
* @version $Id: mysql_upgrader.php 10219 2009-' at line 1
Re: Field 'topic_last_post_subject' doesn't have a default v
Je moet het ook niet in phpmyadmin uitvoeren, je moet een bestand aanmaken, dat draaien, en dan dat resultaat in phpmyadmin uitvoeren 

-
- Berichten: 4
- Lid geworden op: 11 dec 2010, 13:08
Re: Field 'topic_last_post_subject' doesn't have a default v
Ok bedankt foutmelding is nu weg.
Het volgende probleem is dat ik forum niet online kan zetten. Ik krijg een witte pagina als ik inlog in het beheerderspanel. Zowel met IE als Firefox.
Groeten,
André
Het volgende probleem is dat ik forum niet online kan zetten. Ik krijg een witte pagina als ik inlog in het beheerderspanel. Zowel met IE als Firefox.
Groeten,
André
Re: Field 'topic_last_post_subject' doesn't have a default v
Kun je dan even de debug mode aanzetten en kijken of je dan een error krijgt ipv een witte pagina?
Open config.php
Zoek daarin op:
Verander dat in:
Open config.php
Zoek daarin op:
Code: Selecteer alles
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
Code: Selecteer alles
@define('DEBUG', true);
@define('DEBUG_EXTRA', true);
ForumHulp.nl kan u helpen met: Technisch onderhoud, Extensies installaties/aanpassingen en Webdesign.
Teammember op
-
- Berichten: 4
- Lid geworden op: 11 dec 2010, 13:08
Re: Field 'topic_last_post_subject' doesn't have a default v
Debug mode geeft de volgende melding
PHP Notice: in file /includes/functions.php on line 215: Undefined index: KIB
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 210: Undefined index: MIB
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 210: Undefined index: MIB
André
PHP Notice: in file /includes/functions.php on line 215: Undefined index: KIB
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 210: Undefined index: MIB
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 210: Undefined index: MIB
André
Re: Field 'topic_last_post_subject' doesn't have a default v
Dat komt ergens vanuit je taalbestanden, hij mist een deel ervan. Je zou van een nieuw taalpakket de map "acp" nog is kunnen uploaden van de taal die je gebruikt als je verder geen mods hebt.
ForumHulp.nl kan u helpen met: Technisch onderhoud, Extensies installaties/aanpassingen en Webdesign.
Teammember op