Koozali.org: home of the SME Server

Horde 3.0/IMP upgrade now denying webmail login

omnicron

Horde 3.0/IMP upgrade now denying webmail login
« Reply #45 on: August 01, 2005, 03:07:50 AM »
Ok did the two commands I.m just waiting for it to reboot.  here is what I found in the error_log.  Now I do have a cert installed for https. I wonder if this is what is causing the problems?


[root@webmail httpd]# tail error_log
the ionCube PHP Accelerator requires Zend Engine API version 20021010.
The Zend Engine API version 20010710 which is installed, is outdated.

the ionCube PHP Accelerator requires Zend Engine API version 20021010.
The Zend Engine API version 20010710 which is installed, is outdated.

[Sun Jul 31 00:54:21 2005] [notice] Apache configured -- resuming normal operations
[Sun Jul 31 00:54:21 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Jul 31 00:54:21 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Sun Jul 31 01:04:07 2005] [notice] caught SIGTERM, shutting down
[root@webmail httpd]#


Thanks for all of your help I will try the reverting back to the 2.0 if this doe snot work.. thanks again for your professional answers on this.

-Sincerely,
..::eric::..

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Horde 3.0/IMP upgrade now denying webmail login
« Reply #46 on: August 01, 2005, 03:38:32 AM »
Quote from: "omnicron"
Ok did the two commands I.m just waiting for it to reboot.  here is what I found in the error_log.  Now I do have a cert installed for https. I wonder if this is what is causing the problems?


[root@webmail httpd]# tail error_log
the ionCube PHP Accelerator requires Zend Engine API version 20021010.
The Zend Engine API version 20010710 which is installed, is outdated.

the ionCube PHP Accelerator requires Zend Engine API version 20021010.
The Zend Engine API version 20010710 which is installed, is outdated.

[Sun Jul 31 00:54:21 2005] [notice] Apache configured -- resuming normal operations
[Sun Jul 31 00:54:21 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Jul 31 00:54:21 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Sun Jul 31 01:04:07 2005] [notice] caught SIGTERM, shutting down
[root@webmail httpd]#


Thanks for all of your help I will try the reverting back to the 2.0 if this doe snot work.. thanks again for your professional answers on this.

-Sincerely,
..::eric::..

Now we are getting somewhere.  Do a php -v and see if it matches this: - probably not
[root@testmy60 root]# php -v
PHP 4.3.10 (cli) (built: Mar  1 2005 08:30:27)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
    with the ionCube PHP Accelerator v1.3.3r2, Copyright (c) 2001-2002, by Nick Lindridge

Edit your php.ini file and remark out:
zend_extension="/usr/lib/php4/php_accelerator_1.3.3r2.so"
then restart httpd and see if that error from the httpd error_log goes away.  For some reason it appears that you have a different rev of the ION accelerator.  

JB
......

omnicron

Horde 3.0/IMP upgrade now denying webmail login
« Reply #47 on: August 01, 2005, 06:01:08 AM »
Ok so I tried to re-run this service and it failed I did it twice to see if it actually started or not.. when I did a php-v I noticed it had two instances of the Zend. Why is that?



[root@webmail horde]# /etc/init.d/httpd-e-smith restart
Shutting down http:                                        [ FAILED ]
Starting httpd:                                            [   OK   ]
[root@webmail horde]# /etc/init.d/httpd-e-smith restart
Shutting down http:                                        [ FAILED ]
Starting httpd:                                            [   OK   ]
[root@webmail horde]# php -v
PHP 4.3.10 (cli) (built: Mar  1 2005 08:30:27)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
    with the ionCube PHP Accelerator v1.3.3r2, Copyright (c) 2001-2002, by Nick Lindridge
    with the ionCube PHP Accelerator v1.3.3r2, Copyright (c) 2001-2002, by Nick Lindridge
[root@webmail horde]#


Thanks

..::eric::..

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Horde 3.0/IMP upgrade now denying webmail login
« Reply #48 on: August 01, 2005, 06:21:42 AM »
Quote from: "omnicron"
Ok so I tried to re-run this service and it failed I did it twice to see if it actually started or not.. when I did a php-v I noticed it had two instances of the Zend. Why is that?



[root@webmail horde]# /etc/init.d/httpd-e-smith restart
Shutting down http:                                        [ FAILED ]
Starting httpd:                                            [   OK   ]
[root@webmail horde]# /etc/init.d/httpd-e-smith restart
Shutting down http:                                        [ FAILED ]
Starting httpd:                                            [   OK   ]
[root@webmail horde]# php -v
PHP 4.3.10 (cli) (built: Mar  1 2005 08:30:27)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
    with the ionCube PHP Accelerator v1.3.3r2, Copyright (c) 2001-2002, by Nick Lindridge
    with the ionCube PHP Accelerator v1.3.3r2, Copyright (c) 2001-2002, by Nick Lindridge
[root@webmail horde]#


Thanks

..::eric::..


Check you /etc/php.ini for this line twice
zend_extension="/usr/lib/php4/php_accelerator_1.3.3r2.so", or something similiar I just edited my php.ini file, added a second line, restarted httpd and now I get what you have above.  You should be able to remove one or both of the lines from php.ini, restart httpd, then do the php -v again.  If you see only one occurrence of the Zend entry, then check what is in /etc/e-smith/templates-custom/etc/php.ini.  See if you somehow have two entries for the Zend.  If so, remove one of them.  That still doesn't explain why httpd is erroring out on you.  Do you get anything when you try to access webmail or any site on your local server?

Also, if httpd is not really working, then reverting back to horde 2.0 won't do you any good as you still won't be able to access webmail.  Need to figure out why httpd is having issues.

JB
......

omnicron

Horde 3.0/IMP upgrade now denying webmail login
« Reply #49 on: August 01, 2005, 06:37:16 AM »
Ok so I tried to re-run this service and it failed I did it twice to see if it actually started or not.. when I did a php-v I noticed it had two instances of the Zend. Why is that?



[root@webmail horde]# /etc/init.d/httpd-e-smith restart
Shutting down http:                                        [ FAILED ]
Starting httpd:                                            [   OK   ]
[root@webmail horde]# /etc/init.d/httpd-e-smith restart
Shutting down http:                                        [ FAILED ]
Starting httpd:                                            [   OK   ]
[root@webmail horde]# php -v
PHP 4.3.10 (cli) (built: Mar  1 2005 08:30:27)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
    with the ionCube PHP Accelerator v1.3.3r2, Copyright (c) 2001-2002, by Nick Lindridge
    with the ionCube PHP Accelerator v1.3.3r2, Copyright (c) 2001-2002, by Nick Lindridge
[root@webmail horde]#


Thanks

..::eric::..

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Horde 3.0/IMP upgrade now denying webmail login
« Reply #50 on: August 01, 2005, 02:20:08 PM »
Eric,

I still need to know what you get when you try to access webmail and any other web page local to your server?  

If httpd is still an issue, then go to /etc/e-smith/templates-custom/etc/httpd/ and rename httpd.conf to something else.  Re-expand httpd.conf template and restart httpd.  If it starts fine, then the issue is with one of the templates.

JB
......

omnicron

Horde 3.0/IMP upgrade now denying webmail login
« Reply #51 on: August 04, 2005, 11:16:52 AM »
I think in general sme 6.0 does not liek to be upgraded. So this is what I did:  I copyed off my backedup  horde.sql file.. Then I rebuilt the server as a SME 6.0.1-01. Once I did this I imported in my DB and then I ran the upgrade script for the HORDE and IMP. Everything went awesome!

I have a small problem now. I added in my own servers.php file. It all works but I can not seem to figure out how to log on to the HORDE section locally to do the HORDE administration.

Would any one know anything about this?

Sincerely,
::eric::

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Horde 3.0/IMP upgrade now denying webmail login
« Reply #52 on: August 05, 2005, 02:47:56 AM »
Quote from: "omnicron"
I think in general sme 6.0 does not liek to be upgraded. So this is what I did:  I copyed off my backedup  horde.sql file.. Then I rebuilt the server as a SME 6.0.1-01. Once I did this I imported in my DB and then I ran the upgrade script for the HORDE and IMP. Everything went awesome!

I have a small problem now. I added in my own servers.php file. It all works but I can not seem to figure out how to log on to the HORDE section locally to do the HORDE administration.

Would any one know anything about this?

Sincerely,
::eric::


To administer horde 3.0 you have 2 choices.  Login to webmail as admin choose administration/setup and make your changes.  You won't be able to write the changes but you will be able to copy and paste them to the correct conf.php file.  Or, login to server-manager/administration/Horde Admin setup - Follow the directions, when finished, Horde admin save.

JB
......