Author |
|
merc Newbie


Joined: 14 April 2010 Location: Netherlands
Online Status: Offline Posts: 8
|
Posted: 26 December 2010 at 5:20am | IP Logged
|
|
|
Hi,
I'm trying to get WebMail Pro running on a Windows 2003 x64 box, everything works fine with one exception: when users logout an internal server error is thrown. I can only reset IIS to get things working again. Any ideas on why this is happening? Debug log (copied below) is mentioning that CProcessingSwitch doesn't exist. What is this? And is there a way to get things up and running again? I'm not having these problems on a x32 platform.
System:
WebMail Pro PHP version 5.1.11
Windows 2003 SP2 x64 + IIS 6
PHP 5.3.4 x64
Debug log
[26/12/2010][16:12:31.479] INFORMATION:
> [GET] /index.php?mode=logout
> ver.5.1.11 [USER-IP:10.10.100.7]
> PHP-5.3.4, Microsoft-IIS/6.0
[16:12:31.480] :: connection time -> 0.0062849521636963
[16:12:31.481] MySQL Query: SELECT * FROM awm_domains WHERE url = 'webmail.internal.lan'
[16:12:31.483] <<<[client_xml]<<<
[16:12:31.488] Error: CProcessingSwitch->Do not exist!
[16:12:31.488] >>>[server_xml]>>>
<?xml version="1.0" encoding="utf-8"?><webmail><error><![CDATA[WebMail fout gebeurd]]></error></webmail>
Thanks!
|
Back to Top |
|
|
Igor AfterLogic Support

Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6136
|
Posted: 28 December 2010 at 3:52am | IP Logged
|
|
|
We've found out that the issue can be caused by APC extension of PHP. Try disabling that extension, that would probably do the trick.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
merc Newbie


Joined: 14 April 2010 Location: Netherlands
Online Status: Offline Posts: 8
|
Posted: 28 December 2010 at 4:51am | IP Logged
|
|
|
I disabled the APC extension and everything is working now! I will leave the extension disabled since it's only being used to show a progress bar in file uploads (other application). Hope you can figure out what causes the conflict.
Thanks for the info and perfect service!
|
Back to Top |
|
|