Opened 5 years ago

Closed 5 years ago

#1485447 closed Bugs (fixed)

PHP error in signature field of an identity

Reported by: Ben Owned by:
Priority: 5 Milestone: 0.2-stable
Component: User Interface Version: 0.2-beta
Severity: minor Keywords: signature HTML identities
Cc:

Description

When I edit a contact in identities tab and I check and uncheck "HTML signature" checkbox, this message appears in the signature field :

<br />
<b>Fatal error</b>:  Class 'html2text' not found in <b>/[...]/roundcube/bin/html2text.php</b> on line <b>6</b><br />

Change History (4)

comment:1 Changed 5 years ago by alec

Works for me. Looks like some class auto-loading problem. Describe your environement. How about editor switching in compose window.

comment:2 Changed 5 years ago by Ben

PHP Version 5.2.0
Apache/2.2.3
Firefox 3 as web client.

Same problem with compose window :

<br />
<b>Fatal error</b>:  Class 'html2text' not found in <b>/[...]/roundcube/bin/html2text.php</b> on line <b>6</b><br />

May be a file permission problem on my server ?

$ ll roundcube/bin/
total 24
-rw-r--r-- 1 www-data ben  290 2008-09-27 15:49 html2text.php
-rw-r--r-- 1 www-data ben 2057 2008-09-27 15:49 modcss.php
-rwxr-xr-x 1 www-data ben 3901 2008-09-27 15:49 msgexport.sh
-rwxr-xr-x 1 www-data ben 3190 2008-09-27 15:49 msgimport.sh
-rw-r--r-- 1 www-data ben 6638 2008-09-27 15:49 quotaimg.php

comment:3 Changed 5 years ago by tensor

Are there any messages in the logs?

comment:4 Changed 5 years ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [bfdbcf52].

Note: See TracTickets for help on using tickets.