Error installing Joodb for Joomla 4.0.6

More
2 years 2 months ago #6501 by Dirk
Replied by Dirk on topic Error installing Joodb for Joomla 4.0.6
Ich hatte PHP8 in Verdacht und habe es jetzt auf einem anderen System mit php 8.08 versucht. Kein Problem.

Es muss also an was anderem liegen.
Ich schau mir morgen mal das Log an.

Noch eine Frage (Linux, Mac oder Windows, Apache oder Nginx)?

Please Log in to join the conversation.

More
2 years 2 months ago #6502 by Dirk
Replied by Dirk on topic Error installing Joodb for Joomla 4.0.6
Noch was!
Schau mal ob irgendwo unsauber installierte fragmente früherer Installationen in der Datenbank oder im Dateisystem existieren.
JLIB_INSTALLER_ERROR_COMP_INSTALL_DIR_API wird dann nämlich aufgerufen.

* Method to check if the extension is present in the filesystem
if (file_exists($this->parent->getPath('extension_administrator')))
				{
					// If the admin exists say so
					throw new \RuntimeException(
						Text::sprintf(
							'JLIB_INSTALLER_ERROR_COMP_INSTALL_DIR_ADMIN',
							$this->parent->getPath('extension_administrator')
						)
					);
				}

				// If the API exists say so
				throw new \RuntimeException(
					Text::sprintf(
						'JLIB_INSTALLER_ERROR_COMP_INSTALL_DIR_API',
						$this->parent->getPath('extension_api')
					)
				);

Please Log in to join the conversation.

More
2 years 2 months ago #6504 by crimle
Replied by crimle on topic Error installing Joodb for Joomla 4.0.6
Linux 3.10.0-1160.49.1.el7.x86_64 #1 SMP Tue Nov 30 15:51:32 UTC 2021 x86_64

Please Log in to join the conversation.

More
2 years 2 months ago #6505 by crimle
Replied by crimle on topic Error installing Joodb for Joomla 4.0.6
Irgendwas hat sich seit gestern verändert. Auf meiner Testwebseite mit einem jungfräulichen Joomla 4.0.6 funktioniert die Installation mit der Methode «Install from web» heute. Gestern noch hatte ich noch die gleiche Fehlermeldung wie auf meiner «richtigen» Webseite. Auf meine «richtigen» Webseite scheitert die Installation weiterhin.

Was mir auch noch aufgefallen ist (hat aber nichts mit dem Fall hier zu tun):
Auf Deiner Webseite hat es zwei Downloadlinks (siehe Screenshot).
Der Link rechts aussen lädt die richtige Datei com_joodb-4x.zip herunter.
Der Link im Hauptbereich ist zwar mit com_joodb-4x.zip angeschrieben, der Tooltip zeigt aber die Datei com_joodb-v3.9.7.zip an.
Das irritiert.

Attachment JooDatabase.jpg not found

This message has an attachment image.
Please log in or register to see it.

Please Log in to join the conversation.

More
2 years 2 months ago #6506 by crimle
Replied by crimle on topic Error installing Joodb for Joomla 4.0.6

Noch was!
Schau mal ob irgendwo unsauber installierte fragmente früherer Installationen in der Datenbank oder im Dateisystem existieren.
JLIB_INSTALLER_ERROR_COMP_INSTALL_DIR_API wird dann nämlich aufgerufen.

* Method to check if the extension is present in the filesystem
if (file_exists($this->parent->getPath('extension_administrator')))
				{
					// If the admin exists say so
					throw new \RuntimeException(
						Text::sprintf(
							'JLIB_INSTALLER_ERROR_COMP_INSTALL_DIR_ADMIN',
							$this->parent->getPath('extension_administrator')
						)
					);
				}

				// If the API exists say so
				throw new \RuntimeException(
					Text::sprintf(
						'JLIB_INSTALLER_ERROR_COMP_INSTALL_DIR_API',
						$this->parent->getPath('extension_api')
					)
				);
Ich habe diesen Code in eine PHP-Datei gepackt und ausgeführt. Es erscheint eine weisse, leere Seite.
Was müsste ich genau damit tun?

Please Log in to join the conversation.

More
2 years 2 months ago #6508 by Dirk
Replied by Dirk on topic Error installing Joodb for Joomla 4.0.6

Noch was!
Schau mal ob irgendwo unsauber installierte fragmente früherer Installationen in der Datenbank oder im Dateisystem existieren.
JLIB_INSTALLER_ERROR_COMP_INSTALL_DIR_API wird dann nämlich aufgerufen.

Ganz einfach du hast Reste eine alten und unvollständigen jooDB installation auf der Platte.
Such mal im joomla ordner nach joodb und lösche alles was du findest.

Dann klappt es auch dort mit der installation.

Please Log in to join the conversation.

Moderators: Dirkjoest