Posts by joximu

    Danke für die Antwort.
    Also die alte Domain existiert nicht mehr, es geht nur um die alten Webseiteninhalte, auch E-Mail Postfächer gibt es keine.

    Wenn ich mir das so durchlese ist es wahrscheinlich doch am einfachsten für mich ein Wordpress backup von der alten Seite zu ziehen und einfach einen neuen Benutzer einzurichten und es dort mit der aktuellen Domain wieder einzuspielen. Auch wenn das ein bisschen aufwändig ist, aber das wäre der sauberste Weg, oder?

    Genau - sauber, dafür ein bisschen aufwändiger.

    Aber nach der dritten deratigen Aktion, bekommt man Übung...

    Gehört zu den Grundarbeiten eines Host-Betreuers :-)


    Grüsse, Joxi

    Hallo Bernd

    So einfach wie "einfach Domainname ändern" geht es nicht - da hängen viele Dinge dran (vergiss den Mail-Anteil nicht) - wäre aber sicher möglich, das zu programmieren.


    Somit würde ich schon eher folgendes machen:

    Fullbackup der Webdaten, Datenbank, allenfalls Mail-Postfächer (ggf. auch Passwörter notiren?) - dann alte Domain löschen, neue Domain einrichten und alles wiederherstellen.


    Falls der alte Domainname weiterhin im Besitz des Kunden ist, reicht (was kurgans empfahl), eine AliasDomain einzurichten, mit demselben Mount-Point (Web-DocumentRoot) wie die alte Domain.

    Nur google mag es nicht, wenn zwei Websites mit unterschiedlichen Domains denselben Inhalt haben - dh. man sollte dann die neue Domain als Canonical einrichten....


    Gruss Joxi

    Normally this can only be implemented by the provider of the IP address of your server.... maybe they have a control panel where you can set the hostname for a certain IP address...

    /J

    Well, Nuxwin, not every forum member read your post on facebook.

    And with your absence of communication in the last year(s) it's no suprise that the project is called dead....


    Now it's really time to deliver, open the development and tell, what's going on.


    /Joxi

    Hi Patricio


    this function has been removed (was in the 20181208-release but removed later). Now there is a new function called getWebmailClientPackages() - I did not test, if this is a good replacement here I don't know (didn't test) - but feel free to check it.


    I think its in the file gui/plugins/RoundcubePlugins/RoundcubePlugins.php:

    if (isset($config['WEB_MAIL_CLIENT_PACKAGES']) && !in_array('Roundcube', getWebmailList())) {


    Maybe it should look like this

    .... if (!in_array('Roundcube', getWebmailClientPackages())) {


    But take care: if you use the "new" maintenance-github version (from me or from nuxwin) then you should be aware that most of the plugins do make problems. You may be able to fix them....



    Regards

    J

    Thanx DeltaLima


    All theese points need to be included in the setup/upgrade script... I'll rather focus on the "new installation" part (since my own installation is that old that I move all the customers manually to a new host)... I hope I'll find some time... after a longer period of absence...


    /J

    I can confirm this.

    I don't know why (it's not a method/function) but it works :-))


    Maybe I find the reason - but I'll note it in the Diff-List for the paid plugins....


    thx

    Ich hab hier ein bash-Fragment, mit dem du all DBs sichern kannst.


    Das ist schon recht alt - heute gibt s sicher noch mehr DBs, die mit geeigneten Parametern spezill gesichert werden können (--events, --routines, --skip-lock-tables etc)


    Aber sicher mal ein Start, um drauf aufzubauen und mit deinem Ansatz kombinieren...


    /J