Hi, this is the second issue I'm having with a commit made to the dev version of K2.
When I try to save a new K2 Content Module, the save is not completed and no errors are shown. It fails in the javascript field verification process with a blank id. Here is a screenshot:
imgur.com/8HRu06E
I rolled back this file to the previous version:
administrator/components/com_k2/elements/item.php
and now the module saves, as shown in this screenshot:
imgur.com/pcM1hwr
The problem seems to be in this line of code, line 56:
New version:
*** I can't submit the code because its blocked by a spam filter ***
Old version:
*** same here ***
You can see the ( int ) is missing at the end of the line right before the $value variable.
I don't understand the original issue for making the change so I can't comment on the proper way to resolve it, but I know it does solve my problem.
Thanks for your help,
Paul