|
From: Giacomo Di C. <ad...@ne...> - 2009-04-29 21:39:08
|
Felamimail: I'm having problems sending large attachments, from some tests it seems that the problem is over 8MB. upload_max_filesize and post_max_size are both 16M in php.ini Infolog: I added a custom status which is something like "billable" but switching freely from one status to another is not possible, it seems theres some check over statuses and we are unable to understand the logic behind that. AddressBook: We would like to have addressbook search logic to be AND based and not OR based, for example if i search my name "giacomo di ciocco" it will not only find only giacomo AND di AND ciocco but giacomo OR di OR ciocco, so i will get a ton of unwanted results; i've took a look to the source code and theres a parameter which regulates this logic switching and it seems to be pointing right, cannot find the error. Regards, Giacomo. |