| Summary | About php.ini |
| Queue | Horde Base |
| Queue Version | 3.0.9 |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | |
| Requester | eike (at) 12inches (dot) de |
| Created | 2/15/06 (7437 days ago) |
| Due | |
| Updated | 2/15/06 (7437 days ago) |
| Assigned | |
| Resolved | 2/15/06 (7437 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Maybe it helps someone with the same problem...
So long
Eike Becker
State ⇒ Not A Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ About php.ini
Queue ⇒ Horde Base
i want to get horde running on an amd64 debian sarge system. After
installation of the required modules for php, i wasn't able to safe
any configuration date from the horde web frontend (setup). I compared
the php.ini whith another debian system where horde was already
running and i noticed the there was a little
difference in the php.ini.
The non working variant of the php.ini looked a the bottom of the file like
this:
extension=mysql.so
extension=imagick.so
extension=gd.so
extension=domxml.so
extension=ldap.so
extension=mcrypt.so
extension=pgsql.so
extension=imap.so
I got horde started to work as i change it into:
extension=gd.so
extension=mcrypt.so
extension=pgsql.so
extension=imap.so
extension=domxml.so
extension=ldap.so
extension=mysql.so
extension=imagick.so
This strange because the only diffence is in the order.
Greets
Eike C. Becker