[SOLVED] TrueTypeText is not cleaning params properly
[SOLVED] TrueTypeText is not cleaning params properly
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
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
Last edited by rodeto on Fri Jan 06, 2012 6:26 pm, edited 1 time in total.
Re: TrueTypeText is not cleaning params properly
Most likely it isn't updated to work with 1.10.*...
Last Release Date: 2009-10-18 (26 months ago)
Last Release Date: 2009-10-18 (26 months ago)
Re: TrueTypeText is not cleaning params properly
I was afraid of that ....
Re: TrueTypeText is not cleaning params properly
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
http://dev.cmsmadesimple.org/feature_request/view/7401
Greetings,
Manuel
Re: TrueTypeText is not cleaning params properly
Oops, my fault. Thanks for reminding.
Re: TrueTypeText is not cleaning params properly
Maybe you should make a look at SVN - there's some newer work.Dr.CSS wrote: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
Newer work for the module Truetypetext? I search there but couldn't find any.
Re: TrueTypeText is not cleaning params properly
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.
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
Can you post the error message in detail?
Btw. have you got the answer from foaly? He was the last editor ...
Btw. have you got the answer from foaly? He was the last editor ...
Re: TrueTypeText is not cleaning params properly
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.
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
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.
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
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
Have you checked new module version 2.2?
Re: TrueTypeText is not cleaning params properly
Have you thought about using something like @font-face instead?...