+ Reply to Thread
Results 1 to 1 of 1

Thread: Roundcube doesn't work in cross partition environment

  1. #1
    EthraZa is offline Registered User
    Join Date
    Jul 2009
    Posts
    1
    Downloads
    0
    Uploads
    0

    Exclamation Roundcube doesn't work in cross partition environment

    Hi!
    In the scenario:
    Code:
    Home dir: /home/user/public_html
    Mount command: mount -bind /mnt/sdb/user_html /home/user/public_html
    The Round Cube 0.2.1 is on user_html.

    I have other php systems running in the same directory, only Roundcube doesn't work. It prompts a plain white screen. The problem seems to occur on line $RCMAIL = rcmail::get_instance(); in index.php, because any echo before that prints out on the white page.
    I tried without the mount and it worked, so it is clear that have some problem with mount or cross-partition thing.

    Just for the records, I'm using that mount, because this users is on another disk that has drbd running on, and proftpd chroot jail, doesn't like symlynks. And I'm running under Apache MPM Prefork 2.2.11 with mod_php 5.2.9 on a Mandriva Linux 2009.1 x86_64.

    Thanks 4 n help!
    Last edited by EthraZa; 07-01-2009 at 03:11 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts