Jump to content



Latest News: (loading..)

Mort-lemur

Member Since 11 Jun 2009
OFFLINE Last Active Today, 08:03 AM
-----

Posts I've Made

In Topic: OSC As a Dating Site?

Yesterday, 05:11 PM

Im So pleased I asked the question.................. (w00t)

In Topic: Php 5.3.24 Killed MATC Modification ?

09 May 2013 - 05:47 PM

Thing that really confuses me is that this only failed with the update to php.5.3.24

In Topic: Php 5.3.24 Killed MATC Modification ?

09 May 2013 - 05:41 PM

OK - Looks like it was a depreciation error in includes/modules/MATC.php at line 80, Found a post from Germ (Thanks Jim) that reads as follows:

Quote

In /includes/modules/matc.php chnage this line:

$h2t =& new html2text(html_entity_decode($textarea_contents_material,ENT_QUOTES,'ISO8859-1'));// Instantiate a new instance of the class. Passing the string variable automatically loads the HTML for you.
To:

$h2t = new html2text(html_entity_decode($textarea_contents_material,ENT_QUOTES,'ISO8859-1'));// Instantiate a new instance of the class. Passing the string variable automatically loads the HTML for you.
(just remove the "&" after the "=")

Removed the & and all seems fine....

Thanks

In Topic: Php 5.3.24 Killed MATC Modification ?

09 May 2013 - 02:01 PM

Hi,

No - the site was running fine on php 5.3.23 upto last night.

I will look at the error logs

In Topic: Fancier Invoice an Packagingslip for 2.31

05 April 2013 - 07:11 PM

@HobbesBS it should work on 2.3.2 the same as 2.3.1 - double and triple check your install