Posts by dzchimp

    I'm running Debian Squeeze on a VPS. I had started out with ispcp and found that it worked well, then switched over to i-mscp.


    Config:
    i-mscp 1.0.3.0
    Build 20120323
    VPS on Debian squeeze


    My problem is this:
    Installation of i-mscp leaving most settings default works, and I get the Admin, Reseller and User control panels, and can even run a website fine. In the control panels, it even shows php as active. However I am unable to run even the simplest php script:


    PHP
    1. <?php
    2. phpinfo();
    3. ?>


    The issue is that if I try entering the url for this script, phptest.php, it shows a blank page.


    During installation of i-mscp I noticed that the autoinstaller automatically uninstalls libapache2-mod-php5 package. If I manually install this through apt, php starts working fine. However i-mscp control panel stops working. If I run the auto installer again, it again uninstalls the package and php stops working.


    Can someone help me troubleshoot?