Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

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?

Error with new Joomla 4.3 Version

More
1 year 4 months ago #9196 by deepgreyweb
Error with new Joomla 4.3 Version was created by deepgreyweb
The Extension doesnt work after updating to Joomla 4.3.
 

More
1 year 4 months ago #9197 by Administrator IV
Replied by Administrator IV on topic Error with new Joomla 4.3 Version
Hello deepgreyweb,

Visforms is used by tens of thousands of users.
All known bugs will be fixed immediately and no problems are currently known.
So if you use Visforms, you can assume that any problems that arise are not causally related to Visforms.

In particular, the migration process from J3 to J4 is safe, error-free and described in detail on our website.
Update Joomla 3 with Visforms (and Subscription) to Joomla 4:
vi-solutions.de/en/documentations/visfor...visforms-to-joomla-4

Q1: Did you follow the detailed migration instructions?

Q2: Could you please describe the error in more detail, especially how it is presented?
A detailed PHP error report would be very helpful for us (the whole call stack with all the information).
To get a verbose PHP error report, enable maximum debugging in the Joomla administration before reproducing the error:

Dashboard --> Global Configuration, tab 'System', parameter 'Debug System' = 'Yes'
Dashboard --> Global Configuration, tab 'Server', parameter 'Error Reporting' = 'Maximum'

The Visforms log file that is written during installation and update would also be very useful for us.
This log file has the following path: .../administrator/logs/visforms_update.php

Kind regards, Ingmar

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

More
1 year 4 months ago #9198 by deepgreyweb
Replied by deepgreyweb on topic Error with new Joomla 4.3 Version
Hi, i talk about the update from J4.2 to 4.3 not from J3 to J4. The J4.3 update was released yesterday.

More
1 year 4 months ago #9199 by Administrator IV
Replied by Administrator IV on topic Error with new Joomla 4.3 Version
Hello deepgreyweb,

Q2: Could you please describe the error in more detail, especially how it is presented?
A detailed PHP error report would be very helpful for us (the whole call stack with all the information).
To get a verbose PHP error report, enable maximum debugging in the Joomla administration before reproducing the error:

Dashboard --> Global Configuration, tab 'System', parameter 'Debug System' = 'Yes'
Dashboard --> Global Configuration, tab 'Server', parameter 'Error Reporting' = 'Maximum'

The Visforms log file that is written during installation and update would also be very useful for us.
This log file has the following path: .../administrator/logs/visforms_update.php

Kind regards, Ingmar

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

More
1 year 4 months ago #9200 by deepgreyweb
Replied by deepgreyweb on topic Error with new Joomla 4.3 Version
After the update:
if you go to the visform dashboard:
Es ist ein Fehler aufgetreten.
0 Unable to load Database Driver: pdomysql

If you go to a form:
Es ist ein Fehler aufgetreten.
0 Call to a member function loadArray() on null

More
1 year 4 months ago #9201 by deepgreyweb
Replied by deepgreyweb on topic Error with new Joomla 4.3 Version
If i choose a existing form in the backend:
Es ist ein Fehler aufgetreten.
0 Call to a member function loadArray() on null
Call stack
# Function Location
1 () JROOT/libraries/src/Editor/Editor.php:284
2 Joomla\CMS\Editor\Editor->_loadEditor() JROOT/libraries/src/Editor/Editor.php:167
3 Joomla\CMS\Editor\Editor->display() JROOT/libraries/src/Form/Field/EditorField.php:251
4 Joomla\CMS\Form\Field\EditorField->getInput() JROOT/libraries/src/Form/FormField.php:471
5 Joomla\CMS\Form\FormField->__get() JROOT/libraries/src/Form/Field/TextareaField.php:94
6 Joomla\CMS\Form\Field\TextareaField->__get() JROOT/libraries/src/Form/Field/EditorField.php:138
7 Joomla\CMS\Form\Field\EditorField->__get() JROOT/libraries/src/Form/Form.php:458
8 Joomla\CMS\Form\Form->getInput() JROOT/administrator/components/com_visforms/tmpl/visform/edit.php:181
9 include() JROOT/libraries/src/MVC/View/HtmlView.php:410
10 Joomla\CMS\MVC\View\HtmlView->loadTemplate() JROOT/libraries/src/MVC/View/HtmlView.php:203
11 Joomla\CMS\MVC\View\HtmlView->display() JROOT/administrator/components/com_visforms/src/View/ItemViewBase.php:154
12 Visolutions\Component\Visforms\Administrator\View\ItemViewBase->display() JROOT/libraries/src/MVC/Controller/BaseController.php:645
13 Joomla\CMS\MVC\Controller\BaseController->display() JROOT/administrator/components/com_visforms/src/Controller/DisplayController.php:108
14 Visolutions\Component\Visforms\Administrator\Controller\DisplayController->display() JROOT/libraries/src/MVC/Controller/BaseController.php:678
15 Joomla\CMS\MVC\Controller\BaseController->execute() JROOT/libraries/src/Dispatcher/ComponentDispatcher.php:143
16 Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch() JROOT/libraries/src/Component/ComponentHelper.php:361
17 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT/libraries/src/Application/AdministratorApplication.php:143
18 Joomla\CMS\Application\AdministratorApplication->dispatch() JROOT/libraries/src/Application/AdministratorApplication.php:186
19 Joomla\CMS\Application\AdministratorApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:293
20 Joomla\CMS\Application\CMSApplication->execute() JROOT/administrator/includes/app.php:61
21 require_once() JROOT/administrator/index.php:32

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum