Joomla 5 Mitteilung

Wir freuen uns mitteilen zu können, dass seit dem 29. Januar 2024 alle unsere Joomla Erweiterungen mit Joomla 5 kompatible sind.

Für alle die gerade noch von Joomla 3 auf 4 aktualisieren: Anleitungen für die Joomla 4 Migration gibt es hier:

Es gibt nun auch eine eigenständige Dokumentation für Visforms für Joomla 4 und für Visforms auf Joomla 5

Forum

Visforms Subscription Inhaber können in unserem Forum Fragen stellen. Bitte mit dem entsprechenden Benutzer anmelden.
Jeder kann lesend auf das Forum zugreifen.

Bitte stellen Sie nur 1 Frage pro Thema.

Wichtige Angaben für fast jede Frage:
V1: Welche Visforms-Version läuft?
V2: Welche Joomla-Version läuft?
V3: Welche PHP-Version läuft?

Update sites can not be reached

Mehr
1 Monat 3 Tage her #11205 von ScoutingAlphen
Update sites can not be reached wurde erstellt von 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

Mehr
1 Monat 3 Tage her #11217 von Administrator IV
Administrator IV antwortete auf 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 :-).

Mehr
1 Monat 2 Tage her #11222 von ScoutingAlphen
ScoutingAlphen antwortete auf 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

Mehr
1 Monat 2 Tage her #11224 von Administrator IV
Administrator IV antwortete auf 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 :-).

Mehr
1 Monat 2 Tage her #11228 von ScoutingAlphen
ScoutingAlphen antwortete auf 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

Mehr
1 Monat 1 Tag her #11232 von Administrator IV
Administrator IV antwortete auf 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 :-).

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum