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?

Visforms vs PHP7

More
9 years 8 months ago #3184 by ferino
Visforms vs PHP7 was created by ferino
Hello,
I have visforms v3.7.6
I updated PHP to v7.0.2
Now I get error:
"Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; plgVisformsSpambotCheckImpl has a deprecated constructor in /home/az015800/www_domy_na_kluc_eu/plugins/visforms/spambotcheck/spambotcheck/spambotcheckimpl.php on line 22"

More
9 years 8 months ago #3185 by Administrator AV
Replied by Administrator AV on topic Visforms vs PHP7
Hi ferino,

thanks for that information.
I have not tested with php 7 yet but that is really old legacy code which should be fixed.

Could you please open the file plugins/visforms/spambotcheck/spambotcheck/spambotcheckimpl.php

Find the following code at line 51
Code:
public function plgVisformsSpambotCheckImpl(&$plgParams, $sEmail, $sIP, $sUsername) {

Replace it with
Code:
public function __construct(&$plgParams, $sEmail, $sIP, $sUsername) {

This should solve the problem.
Please let me know, if this solves the problem.
I will add the changes to the Visforms core then and they will be released with the next Visforms release.

Regards,
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
9 years 8 months ago #3186 by ferino
Replied by ferino on topic Visforms vs PHP7
Super, now its OK.
Thank you very much.

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum