Ticket #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
</IfModule>
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.
