#1485011 closed Bugs (worksforme)
install error
| Reported by: | PageRank | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-alpha |
| Component: | Client Scripts | Version: | 0.1.1 |
| Severity: | normal | Keywords: | |
| Cc: | contact@… |
Description
I've installed version 0.1-rc1 and 0.1-rc2 successfully for clients. Last night I downloaded version 0.1.1. In the install dialogue Step 1 I receive an error, "magic_quotes_gpc: NOT OK(is '1', should be '0')". I surfed the web and found the following solution:
<IfModule? mod_php5.c>
php_flag display_errors Off
php_flag log_errors On
php_flag magic_quotes_gpc off
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 session.auto_start 0
php_value zlib.output_compression 0
php_value magic_quotes_gpc 0
I installed this in the .htaccess file which is placed in the main directory on the client's shared hosting plan. No avail. I still receive the same error message.
I host is running php5.25. I have tried both Camino 1.6 and Safari 3.1.1.
I was able to manually configure the db.inc.php and main.inc.php files. I can now login. However, I can't send mail nor can I modify an existing identity or create a new one.
Please provide an appropriate mod-rewrite and/or any additional insight into issues which may create these failures. Also, please let me know if the .htaccess file with a mod_rewrite script to turn magic_quotes_gpc off needs to be placed in a specific RoundCube directory.
If necessary, I will migrate back to version 0.1-rc2.
Change History (4)
comment:1 follow-up: ↓ 2 Changed 5 years ago by alec
- Resolution set to worksforme
- Status changed from new to closed
comment:2 in reply to: ↑ 1 Changed 5 years ago by PageRank
- Resolution worksforme deleted
- Status changed from closed to reopened
Replying to alec:
There's an example .htaccess file in roundcube's root directory
<br />
<br />
Alex, Hi. Thanks for your reply. However, I've looked on my hard drive using Retrospect to locate any .htaccess files. I've also looked on the files uploaded to the server using Yummy FTP with the preferences set to show invisible files. No avail. Where or how do I access the example .htaccess file? Or just email the text. Thanks. Rob. contact@…
comment:3 Changed 5 years ago by alec
- Resolution set to worksforme
- Status changed from reopened to closed
Sorry, it's not a support forum.
comment:4 Changed 5 years ago by alec
- Milestone changed from later to 0.1.2

There's an example .htaccess file in roundcube's root directory