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?

Update sites can not be reached

More
1 month 6 days ago #11205 by ScoutingAlphen
Update sites can not be reached was created by ScoutingAlphen
Hello,

The Joomla auto update function throws an error when trying to approche the vi-solutions sites:

Update: Could not open update site #66 "vfbase", URL: vi-solutions.de/updates/visforms/extension_vfbase.xml
Update: Could not open update site #67 "vfsubscription", URL: vi-solutions.de/updates/vfsubscription/j3/extension.xml

How can I solve this?

Kind regards,
Jeroen

V1: Which Visforms version is running? 5.3.1
V2: Which Joomla version is running? 5.2.3
V3: Which PHP version is running? 8.1.29

Best regards,
Jeroen

More
1 month 5 days ago #11217 by Administrator IV
Replied by Administrator IV on topic Update sites can not be reached
Hello Jeroen,

Thanks for the version information.
Thanks for the precise and complete error report.

The update URLs for both extension.xml files are very available.
Update URLs for both extension.xml files are used by many around the clock.

There are no problems with them except for you.
Even when I click on the links here in the post with the mouse, both extension.xml files open.
It is obviously a problem with your Joomla instance or with your provider.

Question 1:
Are there restrictions for your Joomla instance or via your provider for access to possibly blocked domains or IPs?

Question 2:
Did you try again later and also today?

Possible solution:
Access to both extension.xml files may have returned to normal in the meantime.

Best 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 month 5 days ago #11222 by ScoutingAlphen
Replied by ScoutingAlphen on topic Update sites can not be reached
Hello Ingmar,

As far as I can see no restrictions are in place. Other update sites work without issues.
I just retried but the same error occurs.

Best regards,
Jeroen

Best regards,
Jeroen

More
1 month 5 days ago #11224 by Administrator IV
Replied by Administrator IV on topic Update sites can not be reached
Hello Jeron,

There is only one place in Joomla where this error message is thrown.

This error message comes from
- the file: libraries/src/Updater/UpdateAdapter.php
- the function: protected function getUpdateSiteResponse
Code:
if ($response === null || $response->code !== 200) {     // If the URL is missing the .xml extension, try appending it and retry loading the update     if (!$this->appendExtension && (substr($url, -4) !== '.xml')) {         $options['append_extension'] = true;         return $this->getUpdateSiteResponse($options);     }     // Log the exact update site name and URL which could not be loaded     Log::add('Error opening url: ' . $url . ' for update site: ' . $this->updateSiteName, Log::WARNING, 'updater');     $app = Factory::getApplication();     $app->enqueueMessage(         html_entity_decode(Text::sprintf('JLIB_UPDATER_ERROR_OPEN_UPDATE_SITE', $this->updateSiteId, $this->updateSiteName, $url)),         'warning'     );     return false; }

There is a timeout of 20 seconds.
If nothing comes back after this second, then the message would also be displayed.

Question 1:

If you see the error message in the update manager, can you click on the links in the message and get to the extension.xml files?

As if you were clicking on these links at the top of your post?

Question 2:

Can you attach a screenshot?

Question 3:

Can you start the debugging and attach the report if there is one at all?

How to enable maximum debugging in Joomla Administration before recreating the error:

Dashboard --> Configuration, tab 'System', parameter 'Debug system' = 'Yes'
Dashboard --> Configuration, tab 'Server', parameter 'Report errors' = 'Maximum'

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 month 5 days ago #11228 by ScoutingAlphen
Replied by ScoutingAlphen on topic Update sites can not be reached
Hello Ingmar,

Q1: 
I can't click on the xml link. However when I select the url and copy-paste it, I do get the xml file.
Q2:
 
Q3:
This is the contents of the error file:

#
#<?php die('Forbidden.'); ?>
#Date: 2025-02-26 17:30:45 UTC
#Software: Joomla! 5.2.4 Stable [ Uthabiti ] 18-February-2025 16:00 GMT

#Fields: datetime    priority clientip    category    message
2025-02-26T17:30:45+00:00    INFO 77.83.36.161    joomlafailure    Username and password do not match or you do not have an account yet.
2025-02-26T17:30:46+00:00    INFO 77.83.36.161    joomlafailure    Username and password do not match or you do not have an account yet.
2025-02-26T17:30:48+00:00    INFO 77.83.36.161    joomlafailure    Username and password do not match or you do not have an account yet.
2025-02-26T17:30:50+00:00    INFO 77.83.36.161    joomlafailure    Username and password do not match or you do not have an account yet.
2025-02-26T17:30:51+00:00    INFO 77.83.36.161    joomlafailure    Username and password do not match or you do not have an account yet.
2025-02-26T17:30:52+00:00    INFO 77.83.36.161    joomlafailure    Username and password do not match or you do not have an account yet.
2025-02-26T17:30:54+00:00    INFO 77.83.36.161    joomlafailure    Username and password do not match or you do not have an account yet.
2025-02-26T17:30:56+00:00    INFO 77.83.36.161    joomlafailure    Username and password do not match or you do not have an account yet.
2025-02-26T17:30:57+00:00    INFO 77.83.36.161    joomlafailure    Username and password do not match or you do not have an account yet.
2025-02-26T17:30:59+00:00    INFO 77.83.36.161    joomlafailure    Username and password do not match or you do not have an account yet.
 


Best regards,
Jeroen

More
1 month 4 days ago #11232 by Administrator IV
Replied by Administrator IV on topic Update sites can not be reached
Hello Jeroen,

Thanks for the screenshot.

We have installed your Akeeba backup.
In this Joomla instance of your site, both update links from Visforms in the Joomla Update Manager work without errors.

In addition to the two update links from Visforms, the screenshot also mentions a third update link that is also not available.
This third update link also works without errors in the Joomla instance of your site.

Thanks for the content of the Joomla error file 'error.php'.

Errors in the Joomla Update Manager are, however, more likely to be logged in the following log file:
'\administrator\logs\joomla_update.php'

Conclusion:

Everything is working on your Joomla instance and on the Visforms update links.
In between is your provider and access to the Internet. You should continue to look for the cause there and possibly contact your provider directly with the problem.
I no longer see any connection with Visforms and unfortunately I cannot tell you what exactly might be wrong with your provider and internet access.

Best wishes, 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 :-).

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum