| Summary | IMP Attachments |
| Queue | IMP |
| Queue Version | 4.1.3 |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | |
| Requester | g.tranelli (at) inarcassa (dot) it |
| Created | 10/05/2006 (6974 days ago) |
| Due | 10/05/2006 (6974 days ago) |
| Updated | 10/06/2006 (6973 days ago) |
| Assigned | |
| Resolved | 10/06/2006 (6973 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Priority ⇒ 1. Low
It seems the problem was due to mysql, because when i upgraded from
3.0 to 3.1 I didn't change the backend of the horde_sessionhandler
from MyISAM to InnoDB.
Now I've changed to InnoDB and the problem seems gone.
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ IMP Attachments
Due ⇒ 10/05/2006
Queue ⇒ IMP
found these two kind of errors:
1) PHP Warning:
file_get_contents(/var/hordetmp/.horde/imp/compose/e45103d1004eaef289eb29454ed812b2) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: No such file or directory in /data/http-data/horde/lib/VFS/file.php on line 82, referer:
http://horde3.inarcassa.it/imp/compose.php?uniq=71eohh9vd5kw
but the file in VFS exists
2) PHP Warning: array_values() [<a
href='function.array-values'>function.array-values</a>]: The argument
should be an array in /data/http-data/horde/imp/lib/Compose.php on
line 658, referer:
http://horde3.inarcassa.it/imp/compose.php?uniq=5m4jeqrezkco but the
file isn't attached to the mail
The VFS is rightly coonfigured and the problem is getting me in
trouble with my boss and users.
Can you help me ???