+ Reply to Thread
Results 1 to 10 of 10

Thread: Install

  1. #1
    flad-mast is offline Registered User
    Join Date
    Aug 2008
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default Install

    I have a problem, i have my own website hosted on one.com
    and i wont to install roundcube mail but when i try to install it says:

    Checking php.ini/.htaccess settings
    file_uploads: OK
    session.auto_start: OK
    magic_quotes_gpc: NOT OK(is '1', should be '0')
    magic_quotes_sybase: OK



    And one.com will not let me edit "php.ini" what can i do?

  2. #2
    dj2's Avatar
    dj2
    dj2 is offline Registered User
    Join Date
    Jul 2008
    Location
    Ohio
    Posts
    40
    Downloads
    7
    Uploads
    0

    Default

    Locate your .htaccess file in the root directory. Open it, and add this line to the bottom:

    Code:
    php_flag magic_quotes_gpc off
    Save the file, then try the install again.

  3. #3
    flad-mast is offline Registered User
    Join Date
    Aug 2008
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    It still says:

    Checking php.ini/.htaccess settings
    file_uploads: OK
    session.auto_start: OK
    magic_quotes_gpc: NOT OK(is '1', should be '0')
    magic_quotes_sybase: OK

  4. #4
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    may be you host has disabled htaccess files. if you cannot use either php.ini or htaccess then you will not be able to use RC.

  5. #5
    dj2's Avatar
    dj2
    dj2 is offline Registered User
    Join Date
    Jul 2008
    Location
    Ohio
    Posts
    40
    Downloads
    7
    Uploads
    0

    Default

    Quote Originally Posted by JohnDoh View Post
    may be you host has disabled htaccess files. if you cannot use either php.ini or htaccess then you will not be able to use RC.
    Correct. Luckily, my host allows that.

  6. #6
    flad-mast is offline Registered User
    Join Date
    Aug 2008
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    My host allow htaccess!!

  7. #7
    parames is offline Registered User
    Join Date
    Oct 2008
    Posts
    1
    Downloads
    0
    Uploads
    0

    Smile Roundcube Webmail on One.com

    Hey i found a link for installing roundcube webmail on ONE.COM hosting.. Follow the link to install roundcube webmail on one.com hosting

    Roundcube webmail on One.com

    Post your comments there if you have any questions


    Quote Originally Posted by flad-mast View Post
    I have a problem, i have my own website hosted on one.com
    and i wont to install roundcube mail but when i try to install it says:

    Checking php.ini/.htaccess settings
    file_uploads: OK
    session.auto_start: OK
    magic_quotes_gpc: NOT OK(is '1', should be '0')
    magic_quotes_sybase: OK



    And one.com will not let me edit "php.ini" what can i do?
    Last edited by parames; 10-24-2008 at 06:24 PM.

  8. #8
    nhomauhoaphuong is offline Registered User
    Join Date
    Oct 2008
    Posts
    9
    Downloads
    0
    Uploads
    0

    Default

    if your server is not supporting .htm..... then created a php.ini then uploaded into the installer folder... it will work
    goodluck

  9. #9
    diegomanas is offline Registered User
    Join Date
    Sep 2009
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default

    One.com is supporting .htaccess but with some restrictions. In order to install roundcube in one.com you sould comment the next line:
    Code:
    ExpiresActive On
    I think they've already had this option on but you can't use this kind of statement to modify it. I did and now it's working.

    Try and see if that works!

  10. #10
    diegomanas is offline Registered User
    Join Date
    Sep 2009
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default

    Sorry, I made a mistake. I've checked my .htaccess and I found the next:
    Code:
    # AddDefaultCharset	UTF-8
    AddType text/x-component .htc
    
    <IfModule mod_php5.c>
    php_flag	display_errors	Off
    php_flag	log_errors	On
    # php_value	error_log	logs/errors
    
    php_value	upload_max_filesize	5M
    php_value	post_max_size		6M
    php_value	memory_limit		64M
    
    php_value	zlib.output_compression		Off
    php_value	magic_quotes_gpc		0
    php_value	zend.ze1_compatibility_mode	0
    php_value 	suhosin.session.encrypt 	Off 
    
    php_value	session.auto_start	0
    php_value	session.gc_maxlifetime	21600
    php_value	session.gc_divisor	500
    php_value	session.gc_probability	1
    
    # http://bugs.php.net/bug.php?id=30766
    php_value	mbstring.func_overload	0
    </IfModule>
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^favicon.ico$ skins/default/images/favicon.ico
    </IfModule>
    
    <IfModule mod_deflate.c>
    SetOutputFilter DEFLATE
    </IfModule>
    
    #<IfModule mod_headers.c>
    # replace 'append' with 'merge' for Apache version 2.2.9 and later
    #Header append Cache-Control public env=!NO_CACHE
    #</IfModule>
    
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault "access plus 1 month"
    </IfModule>
    
    FileETag MTime Size
    I didn't edit mod_expires but, I had commented the whole mod_headers configuration.
    This is working right now, so I guess it should work to anyone.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Tags for this Thread

Posting Permissions

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