• 15-07-2013, 12:11:24
    #1
    Kurulumunda hata almadığım zpanel giriş esnasında aşağıdaki kodları ekrana getiriyor, php yi yorumlamıyor

    <?php

    /**
    * The ZPanelX loader and default handler file.
    * @package zpanelx
    * @subpackage core
    * @author Bobby Allen (ballen@zpanelcp.com)
    * @copyright ZPanel Project (http://www.zpanelcp.com/)
    * @link http://www.zpanelcp.com/
    * @license GPL (http://www.gnu.org/licenses/gpl.html)
    */
    session_start();
    require_once 'dryden/loader.inc.php';
    require_once 'cnf/db.php';
    debug_phperrors::SetMode('dev');
    require_once 'inc/dbc.inc.php';
    debug_phperrors::SetMode(ctrl_options::GetSystemOp tion('debug_mode'));
    require_once 'inc/init.inc.php';
    ?>

    apache ve mysql restart yaptım ama düzelmedi.
  • 15-07-2013, 16:22:12
    #2
    SySTeMTeaM adlı üyeden alıntı: mesajı görüntüle
    Kurulumunda hata almadığım zpanel giriş esnasında aşağıdaki kodları ekrana getiriyor, php yi yorumlamıyor

    <?php

    /**
    * The ZPanelX loader and default handler file.
    * @package zpanelx
    * @subpackage core
    * @author Bobby Allen (ballen@zpanelcp.com)
    * @copyright ZPanel Project (http://www.zpanelcp.com/)
    * @link http://www.zpanelcp.com/
    * @license GPL (http://www.gnu.org/licenses/gpl.html)
    */
    session_start();
    require_once 'dryden/loader.inc.php';
    require_once 'cnf/db.php';
    debug_phperrors::SetMode('dev');
    require_once 'inc/dbc.inc.php';
    debug_phperrors::SetMode(ctrl_options::GetSystemOp tion('debug_mode'));
    require_once 'inc/init.inc.php';
    ?>

    apache ve mysql restart yaptım ama düzelmedi.
    zpanelin apache konfigürasyon dosyasından düzeltmeniz gerekiyor.