Page 1 of 2
[SOLVED] TrueTypeText is not cleaning params properly
Posted: Thu Dec 29, 2011 7:01 pm
by rodeto
Today, I upgraded a site of mine to 1.10.2 (from 1.9.4) and one of the modules in there is Truetypetext 2.1.1
Since the upgrade my admin log is flooded with notifications that "Truetypetext Module is not properly cleaning input params".
Can anyone help me with this, how this be dealt with?
Kind regards
Rob
Re: TrueTypeText is not cleaning params properly
Posted: Thu Dec 29, 2011 8:13 pm
by Dr.CSS
Most likely it isn't updated to work with 1.10.*...
Last Release Date: 2009-10-18 (26 months ago)
Re: TrueTypeText is not cleaning params properly
Posted: Fri Dec 30, 2011 8:00 am
by rodeto
I was afraid of that ....
Re: TrueTypeText is not cleaning params properly
Posted: Fri Dec 30, 2011 3:17 pm
by manuel
please correct me if i'm wrong but i suspect no notice of the new feature request will be sent to the project admins if it isn't assigned to anyone?
http://dev.cmsmadesimple.org/feature_request/view/7401
Greetings,
Manuel
Re: TrueTypeText is not cleaning params properly
Posted: Fri Dec 30, 2011 3:21 pm
by rodeto
Oops, my fault. Thanks for reminding.
Re: TrueTypeText is not cleaning params properly
Posted: Sat Dec 31, 2011 4:19 am
by winkelman
Dr.CSS wrote:Most likely it isn't updated to work with 1.10.*...
Last Release Date: 2009-10-18 (26 months ago)
Maybe you should make a look at SVN - there's some newer work.
Re: TrueTypeText is not cleaning params properly
Posted: Sat Dec 31, 2011 9:07 am
by rodeto
Newer work for the module Truetypetext? I search there but couldn't find any.
Re: TrueTypeText is not cleaning params properly
Posted: Sat Dec 31, 2011 12:20 pm
by winkelman
Re: TrueTypeText is not cleaning params properly
Posted: Sun Jan 01, 2012 8:32 am
by rodeto
Tried the SVN version but no luck.
Got a reply from the admin of this module. According to the reply for my request, the admin for this project sees this error as a comsmetic one and fixing this cometic error would need te be paid for
Think I'll just switch over to using Cufon on my sites.
Re: TrueTypeText is not cleaning params properly
Posted: Sun Jan 01, 2012 2:59 pm
by winkelman
Can you post the error message in detail?
Btw. have you got the answer from foaly? He was the last editor ...
Re: TrueTypeText is not cleaning params properly
Posted: Sun Jan 01, 2012 5:48 pm
by rodeto
The error that is mentioned in the admin log is: "Truetypetext Module is not properly cleaning input params".
And yes, I did get the answer from foaly. Seems a bit weird that an open source module needs paid work to keep it working properly without errors, even though they error is cosmetic as they say. Don't know.
Re: TrueTypeText is not cleaning params properly
Posted: Sun Jan 01, 2012 6:47 pm
by winkelman
Have you tried to activate debug mode in config.php?
After that it should be easier to locate the problem cause the line in code should be shown which are problems make.
Re: TrueTypeText is not cleaning params properly
Posted: Mon Jan 02, 2012 9:33 am
by rodeto
This is what is shown in debug mode
Code: Select all
Debug: (0.273339) - (usage: 7460784) - (peak: 7709792)
(mysql): INSERT INTO cms_adminlog (timestamp, user_id, username, item_id, item_name, action, ip_addr) VALUES (1325497425,'1','name',-1,'TruetypeText','Module is not properly cleaning input params','xx.xxx.xxx.xxx')
Debug: (0.276316) - (usage: 7562004) - (peak: 7709792)
(mysql): SELECT * FROM cms_module_truetypetext_styles WHERE name = 'titel' LIMIT 1
Debug: (0.277438) - (usage: 7553384) - (peak: 7709792)
(mysql): INSERT INTO cms_adminlog (timestamp, user_id, username, item_id, item_name, action, ip_addr) VALUES (1325497425,'1','name',-1,'TruetypeText','Module is not properly cleaning input params','xx.xxx.xxx.xxx')
Debug: (0.278746) - (usage: 7563280) - (peak: 7709792)
(mysql): SELECT * FROM cms_module_truetypetext_styles WHERE name = 'klein' LIMIT 1
Re: TrueTypeText is not cleaning params properly
Posted: Thu Jan 05, 2012 7:57 pm
by winkelman
Have you checked new module version 2.2?
Re: TrueTypeText is not cleaning params properly
Posted: Fri Jan 06, 2012 3:16 am
by Dr.CSS
Have you thought about using something like @font-face instead?...