#1486401 closed Bugs (invalid)
Strange symbol on browser
| Reported by: | petreski | Owned by: | |
|---|---|---|---|
| Priority: | 9 | Milestone: | 0.4-beta |
| Component: | Other | Version: | git-master |
| Severity: | critical | Keywords: | strange symbols |
| Cc: |
Description
I use PHP 5.3.1
I use latest trunk version 3189. And show me 'Server error OK' after login to mail. Also display strange symbols. Attach file below
Attachments (4)
Change History (22)
Changed 3 years ago by petreski
comment:1 Changed 3 years ago by petreski
- Component changed from Addressbook to Other
comment:2 follow-up: ↓ 3 Changed 3 years ago by alec
- Milestone changed from later to 0.4-beta
Are you using any plugins? Disable them. Any errors in log?
comment:3 in reply to: ↑ 2 Changed 3 years ago by petreski
comment:4 Changed 3 years ago by petreski
I Attach console and imap files from logs dir.
with debug_level=8
Changed 3 years ago by petreski
Changed 3 years ago by petreski
comment:5 Changed 3 years ago by petreski
My version of web server is:
web:/# apache2 -v
Server version: Apache/2.2.9 (Debian)
Server built: Nov 14 2009 20:23:49
web:/#
comment:6 Changed 3 years ago by petreski
- Priority changed from 5 to 8
The same problem with trunk 3191. For more imformation:
real:
http://unitednet.bg/smail-svn/
Thanks
comment:7 Changed 3 years ago by petreski
- Priority changed from 8 to 9
- Severity changed from normal to critical
I tested with trunk 3195 and no changes.
Server Error OK at login, and also strange symbols on browser.
Thanks
comment:8 Changed 3 years ago by petreski
I found the problem:
IN .htaccess file
<IfModule? mod_deflate.c>
SetOutputFilter? DEFLATE
</IfModule?>
When SetOutputFilter? is set to DEFLATE show me strange symbols .
But when I commented this roundcube is not working
comment:9 Changed 3 years ago by petreski
I solve the problem.
a2enmode expires
a2enmode headers
But, now I can login to mail interface and after 4-5 secondes automaticaly logout me.
comment:10 Changed 3 years ago by petreski
Solved !
Everything is work fine when I set suhosin.session.encrypt = Off in
suhosin.ini file.
comment:11 Changed 3 years ago by alec
- Resolution set to invalid
- Status changed from new to closed
So, you didn't use Roundcube installer.
comment:12 Changed 3 years ago by petreski
I don't use roundcube installer, but suhosin.session.encrypt can't be off by .htaccess file.
Only for whole system in suhosin.ini.
comment:13 follow-up: ↓ 14 Changed 3 years ago by petreski
Also I recommend for insert a check for header and expire modules on roundcube installer.
comment:14 in reply to: ↑ 13 Changed 3 years ago by petreski
Replying to petreski:
Also I recommend for insert a check for header and expire modules on roundcube installer.
Check for exists ...
comment:15 Changed 3 years ago by petreski
- Resolution invalid deleted
- Status changed from closed to reopened
comment:16 Changed 3 years ago by alec
- Resolution set to invalid
- Status changed from reopened to closed
I think this can be closed, Roundcube Installer requires suhosin.session.encrypt=Off.
comment:17 follow-up: ↓ 18 Changed 3 years ago by alec
... and your mod_deflate issue is also not a Roundcube issue.
comment:18 in reply to: ↑ 17 Changed 3 years ago by petreski
Replying to alec:
... and your mod_deflate issue is also not a Roundcube issue.
OK thanks, and sorry

screen1