Error after upgrade to current Version

Discussion in 'Installation/Configuration' started by suther, Oct 24, 2016.

  1. suther

    suther Member

    After Upgrade, I got this message on CLI:

    /usr/local/ispconfig/server/scripts/update_from_tgz.sh: Zeile 21: -d: Kommando nicht gefunden.
    /usr/local/ispconfig/server/scripts/update_from_tgz.sh: Zeile 26: Syntaxfehler beim unerwarteten Wort `else'
    /usr/local/ispconfig/server/scripts/update_from_tgz.sh: Zeile 26: `else'
    /usr/local/bin/ispconfig_update.sh: Zeile 4: ate.php: Kommando nicht gefunden.

    I see the login-Panel, but I can't login.
    What to do now?
     
  2. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    search the forum and will find a lot of posts with "empty your browser cache end ignore the output from update_from_tgz.sh"
     
  3. suther

    suther Member

    I see now... i had another Layout set as default, so there was the message:
    File does not exist: /var/www/ispconfig/login/dashboard,

    But If I change the Theme back to "default", I got this message:
    File does not exist: /var/www/ispconfig/login/dashboard
     
  4. suther

    suther Member

    Ok, flush the browsercache work now.
     
  5. suther

    suther Member

    Ahhh.. sorry didn't work... fully. Only if I start chrome in incognito-Mode, it works. But even if I start it on default-mode or on firefox, it didn't start at all.

    But even on incognito-mode I had this 404 errors in Console.
     

    Attached Files:

  6. suther

    suther Member

    Ok, there is a bug in the theme.. there are wrong pathes:
    Line 326 : assets/javascripts/ispconfig.js
    Change:
    if(!startpage) startpage = 'dashboard/dashboard.php';
    with
    if(!startpage) startpage = '/dashboard/dashboard.php';

    367 & 387:
    url: "nav.php",
    with
    url: "/nav.php",

    492:
    url: "keepalive.php",
    with
    url: "/keepalive.php",

    506:
    url: "datalogstatus.php",
    with
    url: "/datalogstatus.php",

    This makes the error-messages in console disappear, but didn't fix the errot that I'm not to able to login.
     
  7. suther

    suther Member

    ======
    Added:
    ======
    Ok, I've additional clear the chrome-cache, now I can login. But the above errors still appear, if the path will not be fixed. Maybe it help the core-team to remove some 404 errors of the theme.
     

Share This Page