roundcube and php problem

Discussion in 'Plugins/Modules/Addons' started by bruma, Oct 21, 2013.

  1. bruma

    bruma Member

    Hi,

    I followed this http://www.howtoforge.com/using-roundcube-webmail-with-ispconfig-3-on-debian-wheezy-apache2, to install roundcube on debian 7, ispconfig 3.0.5.3. After I finished with installation, source code of index.php was shown on http://site/webmail. To test php, I create file /var/lib/roundcube/test.php
    Code:
    <?php
    phpinfo();
    ?>
    and got empty page when I open it http://site/webmail/test.php.
    Php is working Ok on main site. I guess I have misconfigured system. Any suggestion what to check next?
     
  2. Horfic

    Horfic Member

    how about the error log from the site?
     
  3. bruma

    bruma Member

    I don't see any errors in apache errorl.log.
     
  4. Horfic

    Horfic Member

    you do know that every vhost you create got his own error log?

    And look if error_reporting is on
     
  5. bruma

    bruma Member

    Yes, I also checked vhost log, nothing in there also, this is from vhost access.log
    Code:
    127.0.0.1 - - "GET /webmail/test.php HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0"
     

Share This Page