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?

[Help] Erorr when submission

More
9 years 8 months ago #1414 by ingusan
[Help] Erorr when submission was created by ingusan
Hi evrybody, Sorry for my bad english.
I found this error when try to submit same (identic) ID. How to fix this error?
"Fatal error: Call to a member function enqueueMessage() on a non-object in /home/[mydomain]/public_html/[mysubdomain]/components/com_visforms/lib/business.php on line 290
Thanks before .

More
9 years 8 months ago #1415 by Administrator AV
Replied by Administrator AV on topic [Help] Erorr when submission
Hi,

thanks, you found a bug in Visforms. I will fix it with the next release!

To make it work for you please open the file components/com_visforms/lib/business.php
find line 290 which causes the error
Code:
$app->enqueueMessage(JText::sprintf('COM_VISFORMS_UNIQUE_VALUE_REQUIRED', $this->field->label, $this->field->dbValue));
Replace it with
Code:
$app = JFactory::getApplication(); $app->enqueueMessage(JText::sprintf('COM_VISFORMS_UNIQUE_VALUE_REQUIRED', $this->field->label, $this->field->dbValue));

That should fix the problem.

Regards,
Aicha

: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 :-).
The following user(s) said Thank You: ingusan

More
9 years 8 months ago #1416 by ingusan
Replied by ingusan on topic [Help] Erorr when submission
Thank you Aicha, its Work and solved my problem. :)

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum