- Adres van je forum: http://
Event. modificaties op je forum: portal sinds vanmorgen
Wanneer ontstond het probleem? zojuist
phpBB versie: 3.0.2
Heb je onlangs iets veranderd aan je forum? alleen aan portal
Wat is het probleem?
ik wou het bestand contact.html (pagina website/phpBB3/contact.php) updaten maar heb het nu drastisch moeten inkorten omdat de langere versie niet geaccepteerd word.
hoe kan ik er voor zorgen dat de langere stukken code wel weer geaccepteerd worden?
foutmelding:
Algemene fout
SQL ERROR [ mysql4 ]
Data too long for column 'template_data' at row 1 [1406]
SQL
UPDATE phpbb_styles_template_data SET template_id = 1, template_filename = 'Contact.html', template_included = '', template_mtime = 1216240368, template_data = '<!-- INCLUDE overall_header.html -->
hier stond de code (inhoud) die er voorheen ook werd gebruikt en toen foutloos werkte
<!-- INCLUDE overall_footer.html -->' WHERE template_id = 1 AND template_filename = 'Contact.html'
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: includes/acp/acp_styles.php
LINE: 2465
CALL: dbal_mysql->sql_query()
FILE: includes/acp/acp_styles.php
LINE: 275
CALL: acp_styles->store_templates()
FILE: includes/functions_module.php
LINE: 471
CALL: acp_styles->main()
FILE: adm/index.php
LINE: 75
CALL: p_master->load_active()