Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 10/05/2008, à 22:30

ewok2

[Abandonée] Pb avec Roundcube depuis passage sous Hardy 8.04

Je viens de passer sous Hardy 8.04 et j'ai mon roundcube qui marche plus...
Appache2 Ok
Postfix Ok

Mais au login de roundcube j'arrive sous un page blanche.... (pas d'erreur sur le navigateur.)
Je n'ai trouvée une erreur que dans /var/log/roundcube/errors j'ai :

PHP Fatal error:  Call to undefined function mcrypt_module_open() in /usr/share/roundcube/program/include/main.inc on line 930

Si quelqu'un a une idee du pb ?

Merci

Dernière modification par ewok2 (Le 10/06/2008, à 20:14)

Hors ligne

#2 Le 10/05/2008, à 22:43

slasher_fun

Re : [Abandonée] Pb avec Roundcube depuis passage sous Hardy 8.04

Le paquet php5-mcrypt est bien installé ?

Hors ligne

#3 Le 11/05/2008, à 11:12

ewok2

Re : [Abandonée] Pb avec Roundcube depuis passage sous Hardy 8.04

Oui il est bien installé.

Hors ligne

#4 Le 11/05/2008, à 11:25

slasher_fun

Re : [Abandonée] Pb avec Roundcube depuis passage sous Hardy 8.04

Il est fait référence à mcrypt dans le phpinfo ?

Hors ligne

#5 Le 11/05/2008, à 12:14

ewok2

Re : [Abandonée] Pb avec Roundcube depuis passage sous Hardy 8.04

Non rien dans le phpinfo

Hors ligne

#6 Le 11/05/2008, à 12:23

slasher_fun

Re : [Abandonée] Pb avec Roundcube depuis passage sous Hardy 8.04

Tu as fait une install complète ou juste une mise à jour d'Ubuntu ?

Hors ligne

#7 Le 11/05/2008, à 12:35

ewok2

Re : [Abandonée] Pb avec Roundcube depuis passage sous Hardy 8.04

juste uen mise a jour.
J'etait en 7.10 avec mon serveur mail + roundcube qui marchait tres bien.
J'ai fait mise a jour en 8.04 et la j'ai mon pb sous roundcube.
Mon serveur apache fonctionne bien (j'ai aussi une gallery)
Mon serveur postfix a l'air de marcher vu les logs de /var/log/mail.log quand je m'envoit un mail

Hors ligne

#8 Le 11/05/2008, à 12:37

slasher_fun

Re : [Abandonée] Pb avec Roundcube depuis passage sous Hardy 8.04

Yep, mais apparemment mcrypt semble ignoré... Essaye

sudo apt-get remove --purge php5-mcrypt
sudo apt-get install php5-mcrypt

Hors ligne

#9 Le 11/05/2008, à 13:03

ewok2

Re : [Abandonée] Pb avec Roundcube depuis passage sous Hardy 8.04

Bon ca ca a pas trop marché....

Le resultat ci dessous :

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  php-mail-mime hwdb-client-gnome php-net-socket libmcrypt4 php-pear hwdb-client-common php-db roundcube-mysql
  php-net-smtp fping php-auth dbconfig-common tinymce
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  php5-mcrypt* phpmyadmin* roundcube* roundcube-core*
0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded.
After this operation, 13.4MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 144134 files and directories currently installed.)
Removing roundcube ...
Purging configuration files for roundcube ...
Removing roundcube-core ...
 * Restarting web server apache2                                                                                         Warning: DocumentRoot [/usr/share/roundcube] does not exist
Warning: DocumentRoot [/usr/share/roundcube] does not exist
                                                                                                                  [fail]
invoke-rc.d: initscript apache2, action "restart" failed.
dpkg: error processing roundcube-core (--purge):
 subprocess post-removal script returned error exit status 1
Removing phpmyadmin ...
 * Reloading web server config apache2                                                                                   Purging configuration files for phpmyadmin ...
 * Reloading web server config apache2                                                                                   Removing php5-mcrypt ...
Purging configuration files for php5-mcrypt ...
Errors were encountered while processing:
 roundcube-core
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@martyrs26:/home/vmail/dimi@martyrs26.net/cur# apt-get install php5-mcrypt
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  php-mail-mime hwdb-client-gnome php-net-socket php-pear hwdb-client-common php-db roundcube-mysql php-net-smtp fping
  php-auth dbconfig-common tinymce
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  roundcube-core
The following NEW packages will be installed:
  php5-mcrypt
0 upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 18.6kB of archives.
After this operation, 2769kB disk space will be freed.
Do you want to continue [Y/n]? y
Get:1 http://fr.archive.ubuntu.com hardy/universe php5-mcrypt 5.2.3-0ubuntu1 [18.6kB]
Fetched 18.6kB in 0s (54.7kB/s)    
Preconfiguring packages ...
(Reading database ... 143072 files and directories currently installed.)
Removing roundcube-core ...
 * Restarting web server apache2                                                                                         Warning: DocumentRoot [/usr/share/roundcube] does not exist
httpd (no pid file) not running
Warning: DocumentRoot [/usr/share/roundcube] does not exist
                                                                                                                  [fail]
invoke-rc.d: initscript apache2, action "restart" failed.
dpkg: error processing roundcube-core (--remove):
 subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
 roundcube-core
E: Sub-process /usr/bin/dpkg returned an error code (1)

Apparement il a pas reussi a desintaller.
Et du coup apache marche plus :-(

Sauf si t'as une autre idee je pense que je vais devoir me reinstaller roundcube ...

Hors ligne

#10 Le 11/05/2008, à 13:29

slasher_fun

Re : [Abandonée] Pb avec Roundcube depuis passage sous Hardy 8.04

Remets DocumentRoot à /var/www pour qu'apache puisse repartir, et continue l'opération.

Hors ligne

#11 Le 15/05/2008, à 21:23

ewok2

Re : [Abandonée] Pb avec Roundcube depuis passage sous Hardy 8.04

Bon desolé slasher-fun mais ca foirait bien donc j'ai refait l'installl de zero....
je sais j'aurais pas du mais j'etait impatient....

Merci pour tout des conseil

Hors ligne