Posts by TheCry

    What did you installed?? Seam's you installed nothing ^^


    Take a look on it

    Code
    1. etc/init.d/apache2


    This will only work if you stay on "/"..
    But he stays in the homefolder of "root"


    Code
    1. Could not reliably determine the server's fully qualified domain name


    For this you have to look inside you "/etc/hosts"
    Your ipaddress doesn't match with any host entry and your dns configuration is bad

    After Login as reseller you see the message for existing tickets, but the counter is "0".


    Open the file

    Code
    1. /var/www/imscp/gui/public/reseller/index.php


    Search in line 68

    Code
    1. set_page_message(tr('You have received %d new support questions.', '<strong>' . $nbQuestions . '</strong>'));


    and replace it with

    Code
    1. set_page_message(tr('You have received %s new support questions.', '<strong>' . $nbQuestions . '</strong>'));

    Open the file

    Code
    1. /var/www/imscp/gui/public/admin/software_manage.php


    Search in line 67

    Code
    1. if (!strpos($xml_file, 'i-MSCP websoftware depot list')) {


    and replace it with

    Code
    1. if (!strpos($xml_file, 'i-MSCP web software repositories list')) {



    Then open the file

    Code
    1. /var/www/imscp/gui/public/reseller/software_upload.php


    Search in line 68

    Code
    1. if (!strpos($xml_file, 'i-MSCP websoftware depot list')) {


    and replace it with

    Code
    1. if (!strpos($xml_file, 'i-MSCP web software repositories list')) {

    Wir werden das Thema StartSSL noch einmal genauer unter die Lupe nehmen. Der Fehler scheint immer der Selbe zu sein aber komischerweise immer Ur mit StartSSL.

    Setzte doch erst einmal den FTP-Account auf "change" in der Datenbank (ftp_users) und lass den Requestmanager laufen.
    Evtl. klappt dann alles... Überprüfe in der Datenbank auch die "uid" und "gid" des Alias... Die muss gleich dem FTP-Users der Hauptdomain sein!

    Ich hatte Intern so was mal vorgeschlagen..
    Munin ist aber zu systemlastig... Die Sache ist aber nicht vom Tisch...
    Es gitb noch andere Tools die nicht so systemlastig sind!