Till:
The resource ID is just an open connection to the SMTP server that's set up. The resource is just a PHP resource object that correlates to the SMTP server. So it would seem that it's connecting. Have you tried turning the error_level up to 8 to see what's spit out?
~Brett
till wrote:
It's logging some pretty weird stuff: http://www.pastebin.ca/533654
That's from my logs/console (btw, the console on the RC app never displays anything).
If you look at it, you see the part where it says "Tried CRAM-MD5:" - I am a bit worried about "Resource id #29" since that looks like a PHP object of some (unexpected) type - read error. ;)
I couldn't dig up (yet) where it comes from. I am currently working my way through index.php and program/steps/mail/sendmai.inc but debugging is pretty hard.
Cheers, Till
On 6/3/07, Chris Richardson crichardson@cantella.com wrote:
for number 2 have you looked in your smtp logs to see if it is connecting the the smtp server? and if so what is it passing for the username ect?
till wrote:
Hi,
been playing with rc1 for about a week now, I noticed to bugs:
- When I select a message in message view, and click reply/reply all,
the subject and recipients are lost when the compose screen loaded. Message is there, also quoted etc..
I don't seem to be able to send messages.
Randomly, my session is terminated (I get a login screen) and can
not re-login until I close my browser and retry.
I am investigating all issues, especially 2 - so if anyone is working on this as well, or maybe I seem to be the only one having those problems - please let me know. I am running my install with debug_level 8 and error_reporting(E_ALL) - which I hope catches everything.
Just btw - so it doesn't look like I am ranting, cause I am not - outstanding work on the entire skinning feature of RC. It's really easy to customize the look. :)
Cheers, Till