Closed Bakual closed 11 years ago
Just saw the commit has a lot of changed lines, probably due to different line endings. This was done by the GitHub webinterface and doesn't really change anything in the code. I just changed the line 218 ;-)
Thnx for reporting - I fixed this by replacing escape with htmlspecialchars and re-released jf-stable with this fix.
Hello klas, can you tell me how you have fixed this error.
Our error is:
Fatal error: Call to protected method JFormField::getName() from context 'TranslateParams_xml' in /home/blabla/domains/blablapublic_html/libraries/joomfish/translateparams/xml.php on line 114
We are looking for hours now but can't find the solution. How do you do" I fixed this by replacing escape with htmlspecialchars and re-released jf-stable with this fix."?
thanks
Hi, your problem is not the same as this issue that was fixed. Please see other thread you posted in.
$this->escape is not allowed in your class. It generates the following error:
This PR just removes the escape call as a workaround. If the escaping is needed you need to rewrite it.