Joomla 6 Notice

We are pleased to announce that all our Joomla extensions have been compatible with Joomla 6 since October 14th, 2025.

For those currently upgrading from Joomla 3 to 4: Instructions for Joomla 4 migration can be found here:

There are standalone documentations Visforms Joomla 4, Visforms Joomla 5 and Visforms Joomla 6.

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

Feld-Typ "File-Upload": Speichern fehlgeschlagen. Fehler: Field 'bootstrap_size'

More
2 years 11 months ago #9192 by Administrator AV
Hallo Thomas,
danke für den #__visfields export.
In deiner Datenbank ist die Definition für das Datenbankfeld bootstrap_size folgendermaßen:
Code:
`bootstrap_size` tinyint(3) UNSIGNED NOT NULL,

Das ist nicht korrekt.
Das Feld muss auch einen Default Wert haben.
Code:
bootstrap_size tinyint(3) UNSIGNED NOT NULL DEFAULT 0,

Warum dieser Defaultwert in deiner Datenbankdefinition fehlt, ist für mich nicht nachvollziehbar.
Aber letztlich kann natürlich immer während einer Installation oder eines Updates auch mal etwas schief gelaufen sein.

Das folgende SQL Statement sollte das Problem beheben.
Code:
ALTER TABLE `#__visfields` MODIFY `bootstrap_size` tinyint(3) UNSIGNED NOT NULL default 0;

Herzliche Grüße,
Aicha

 

:idea: I recommend you the new and up-to-date documentation for Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/en/docs/
Please ask only 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/docs/
Bitte immer nur 1 Frage pro Thema stellen :-).

More
2 years 11 months ago #9202 by HDsports
Danke für den Hinweis.
Wurde nun in der DB korrigiert.

Gut möglich, dass der Fehler bei der Migration von J3 auf J4 entstanden ist. Die hat erst nach etlichen Versuchen funktioniert.

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum