Seite 1 von 2

easymod Installation

Verfasst: 10.07.2006 20:32
von silverneo
Hallo zusammen,

bin absoluter Neuling und hab Probleme beim easymod Installer. Habe ihn ins entsprechende Verzeichnis kopiert und bei der Installation bekomme ich folgende Fehlermeldung:

Testing FTP access...
1) Logged in successfully

FTP ERROR: could not cd to ftp://playgroundmunich.de/forum
You successfully logged into the server, but could not change direcory (CD) to the easymod directory. The following is recommended:



Are you sure you entered the correct path? Below is a directory listing of the files in the FTP root directory. The FTP root directory is simply the starting point when you connect. The path to the phpBB2 installation should begin with one of the directory names listed below.
Directory names are case sensitive. Be sure the easymod directory is all lowercase.
In some *very rare* cases it's possible that you are not connecting to the proper FTP Server. Try specifying the hostname in the FTP Server field and the port in the FTP Port field.
Some servers have issues with the passive mode that EasyMOD attempts to use by default. If you have the PHP FTP extension loaded, then enable that option in step 1.


Woran kann das liegen und wie behebe ich das Problem?

Vielen Dank im Voraus..:-)

Verfasst: 10.07.2006 20:40
von gloriosa
Hallo,
die >>> KB:easymod <<< kennst Du sicherlich ? :oops:

Verfasst: 10.07.2006 20:44
von silverneo
Vielen Dank, die Anleitung kenne ich. FTP Username und Passwort habe ich. Was genau muss ich als Pfad eingeben? Genügt hier meine Domain?

Das EM-Passwort kann ich ja frei vergeben, oder?

Verfasst: 10.07.2006 20:58
von gloriosa
Hallo,
das
silverneo hat geschrieben:Genügt hier meine Domain?
ist falsch. Da muss der Scriptpfad (Der Pfad zu phpBB2, relativ zum Domainnamen) eingetragen werden. :oops: Aber das das steht ja auch so in >>> KB:easymod <<< ! :D

Das
silverneo hat geschrieben:Das EM-Passwort kann ich ja frei vergeben, oder?
kannst Du, musst Du aber nicht vergeben. :wink:

Verfasst: 10.07.2006 21:20
von silverneo
Wat is denn der Scriptpfad? In der angegebenen Beschreibung konnte ich auch nichts finden.

Meine Domain lautet www.playgroundmunich.de.

Verfasst: 11.07.2006 11:13
von silverneo
Kann mir denn niemand helfen?

Verfasst: 11.07.2006 14:10
von gloriosa
Hallo,
das
silverneo hat geschrieben:Wat is denn der Scriptpfad?
ist im ACP --> Allgemeines --> Konfiguration ... eingestellt und somit nachzulesen ! :oops:

Verfasst: 11.07.2006 15:23
von silverneo
Vielen Dank. Es hat geklappt. Leider gibt es jetzt beim installieren über den Easymod ein Problem. Ich möchte den Album-Mod einbauen. Hierbei kommt folgende Fehlermeldung:

Critical Error

FIND FAILED: In file [includes/usercp_viewprofile.php] could not find:

'U_SEARCH_USER' => append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username'])),

MOD script line #257

Was bedeutet dies und wie kann ich abhilfe schaffen?

Verfasst: 11.07.2006 15:28
von sephiriot
Das bedeutet das der EM diese Codezeile nicht finden und deshalb nicht bearbeiten kann.
Einige Mods sind nicht EM kompatibel.

EDIT: Diesen Part wirst du wohl von Hand ändern müssen.

Verfasst: 11.07.2006 15:29
von PureSpider
Das ist kein Fehler in der easymod sondern ein Fehler in der Album-Mod.
Easymod teilt dir damit mit, dass es einen Coammand nicht ausführen konnte, weil es, in diesem Fall

'U_SEARCH_USER' => append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username'])),

in der Datei

includes/usercp_viewprofile.php

nicht gefunden hat, die Album-Mod das aber verlangt.