Missing control panel after upgrade to 3.0.2.2

Discussion in 'Installation/Configuration' started by rputnins, Jul 20, 2010.

  1. rputnins

    rputnins New Member

    Hi!

    I just upgraded Ispconfig 3.0.1.6 to 3.0.2.2 using update script ispconfig_update.sh within the 3.0.1.6 version. Update went ok, no errors reported. Now when I navigate to http://servername/ispconfig the Ispconfig control panel doesn't show, I get blank page. If I look into source, then see this:

    PHP:
    <html><head>
    <
    title>404 Not Found</title>
    </
    head><body>
    <
    h1>Not Found</h1>
    <
    p>The requested URL /ispconfigwas not found on this server.</p>
    </
    body></html>
    I restarted the server, the hosted websites are working normaly but I can't access control panel.
    What is wrong? Is there something changed between these two versions that affects the control panel access? How can I access the control panel now??
    Thanks in advance!

    Case closed! I went through Ispconfig 3 install manual on Lucid Ubuntu and found that panel can be access via http://servername:8080
     
    Last edited: Jul 20, 2010
  2. kokez

    kokez New Member

    Discovered!
    Today, after upgrading to version 3.0.5.4p3 I found myself in the same situation.

    It's a simple permissions problem, for some reason the upgrade process does not assign the proper permissions to the file:
    /usr/local/ispconfig/interface/lib/config.inc.php

    I gave it manually the exact same permissions of:
    /usr/local/ispconfig/interface/lib/config.inc.php~

    After that it work like a charm.
     

Share This Page