Koozali.org: home of the SME Server

Webmail Horde Error

Offline Goggu

  • *
  • 11
  • +0/-0
  • LINUX LINUX LINUX RULZZZZZZZZZZ!!!!!!
Webmail Horde Error
« on: April 28, 2007, 11:07:21 PM »
Hello.
I use SME 7.0 .
I have upgraded mysql and php both up to 5.x, because of vtiger that needed this.
I can send and receive mails with the Outlook client; i can read received messages in the horde webmail, but when i use Horde Webmail to  compose the message and a i click on send button,in the New message Window, the window clears, but still remaining on screen, empty . I close this window, and when checking ,beacause i test with a mail sent to another address of mine, seems that the message is not sending, like it didn't existed... I tried this several times, same problem.
Started to read log files, this is the first thing i found :
In log files i found this problem :
< httpd: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/domxml.so' - /usr/lib/php/modules/domxml.so: cannot open shared object file: No such file or directory in Unknown on line 0 >

I appreciate any good advice . Thanks in advance for your support.

Offline cjensen

  • *
  • 133
  • +0/-0
    • http://acenet-tech.org
Webmail Horde Error
« Reply #1 on: April 29, 2007, 02:09:13 AM »
From http://www.php.net/domxml/

Quote

    Note:  This extension has been moved to the ยป PECL repository and is no longer bundled with PHP as of PHP 5.0.0.

    Note: This extension is no longer marked experimental. It will, however, never be released with PHP 5, and will only be distributed with PHP 4. If you need DOM XML support with PHP 5 you can use the DOM extension. This domxml extension is not compatible with the DOM extension.


This may help start you in your fix...

Craig

Offline Goggu

  • *
  • 11
  • +0/-0
  • LINUX LINUX LINUX RULZZZZZZZZZZ!!!!!!
Hello again
« Reply #2 on: April 30, 2007, 02:13:57 PM »
Well, thanks for the tip .. seems that indeed there is a big naughty issue about php-domxml and the php5 ...
I followed the link you submitted ... i'll try that workaround  ...seems that can be somehow patched with a "supplementary" script which will be triggered when inserting a checkup procedure in the php4 scripts to look for the dom-xml instructions in this "how-to-do" additional script ...
I know ... it's quite messy ... if it works, i'll let you know.
If anybody has another idea, please do .

Thanks.

Offline Goggu

  • *
  • 11
  • +0/-0
  • LINUX LINUX LINUX RULZZZZZZZZZZ!!!!!!
Case closed
« Reply #3 on: April 30, 2007, 03:54:05 PM »
I'm back ...seems the solution is way easier .. and damn... it was here...


nowhinjing wrote on march 5 2007 :
"Search is your friend .....

For completeness sake, proble resolved by installing the following PEAR modules ....

Code:
# pear install Net_Socket
# pear install --alldeps Net_SMTP


send mail now works "

Well ... about the php workarounds ... i'll study but with this the problem is solved.