Summary | folder "Resource id #52" not created... |
Queue | IMP |
Queue Version | 4.0.4 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | kevin (at) ualberta (dot) net |
Created | 11/10/2005 (7149 days ago) |
Due | |
Updated | 01/02/2006 (7096 days ago) |
Assigned | 12/28/2005 (7101 days ago) |
Resolved | 01/02/2006 (7096 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
create a folder and mistake a string variable for a resource variable.
This is almost surely an eaccelerator issue.
State ⇒ Assigned
I should also mention that there is nothing in the error logs or the
horde logs to suggest what the problem might be. The only thing
that's showing up in the error logs that wasn't there before is:
[Thu Nov 10 08:42:36 2005] [error] PHP Notice: Only variables should
be assigned by reference in /var/www/horde/imp/compose.php on line 164
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ folder "Resource id #52" not created...
Queue ⇒ IMP
OpenBSD 3.8 (AMD64), Horde 3.0.6, Imp 4.0.4, Turba 2.0.4, PHP 4.4.0,
eAccelerator 0.9.3, mySQL 4.0.24
I installed memcached 1.1.12 to use as a session handler since mySQL
sessions were PAINFULLY slow. That worked great. However since the
upgrade I get the following errors:
On sending mail:
[
The folder "Resource id
#52" was not created. This is what the server said:Invalid mailbox name
Message sent successfully.
]
In this case the mail sends just fine and a copy shows up in my
sent-mail folder as expected.
On attempting to save a message as a draft:
[
The folder "Resource id
#52" was not created. This is what the server said:Invalid mailbox name
There was an error saving this message as a draft.
]
I thought it might have been the memcached sessions it didn't like so
I switched back to mySQL sessions. The error changed only slightly:
[
The folder "Resource id
#51" was not created. This is what the server said:Invalid mailbox name
Message sent successfully.
]