i18n_js file corrupted
Permalink
I have a Concrete5 site that works fine in the normal mode, however, when in edit mode, the edit bar went blank today. I know from past experience that when this happens, 99% of the time it is due to a javascript problem. So I quickly opened my javascript console and saw that the problem was with the i18n_js file and the error was "Uncaught Syntax Error: Unexpected token <" -- so I clicked on i18n_js from the console and this is what I got:
(see attached for entire contents)
I found it odd that the first line had a div block because none of my other Concrete5 sites have this div block. So I tried find this div block in order to remove it, but for the life of me, I cannot find it. I went to concrete/tools/i18n_js.php and the div block isn't in there (see attached).
Any anyone suggest where else to look? I've ran windows grep on the div block against the entire directory structure with no avail. I suspect that this div block might be automatically generated from a javascript, which if is the case, have no idea which javascript is generating this div block.
Any suggestions as to where to look would be MUCH appreciated!
Scott.
P.S. I have the exact same problem with the page_controls_menu_js file where it has the mysterious div block that also appears on my javascript console as well...
<div style="display:none"><b></b> </div> var ccmi18n = { error: "Error", deleteBlock: "Delete", deleteBlockMsg: "The block has been removed successfully.", addBlock: "Add Block", addBlockNew: "Add Block",
(see attached for entire contents)
I found it odd that the first line had a div block because none of my other Concrete5 sites have this div block. So I tried find this div block in order to remove it, but for the life of me, I cannot find it. I went to concrete/tools/i18n_js.php and the div block isn't in there (see attached).
Any anyone suggest where else to look? I've ran windows grep on the div block against the entire directory structure with no avail. I suspect that this div block might be automatically generated from a javascript, which if is the case, have no idea which javascript is generating this div block.
Any suggestions as to where to look would be MUCH appreciated!
Scott.
P.S. I have the exact same problem with the page_controls_menu_js file where it has the mysterious div block that also appears on my javascript console as well...
Thanks.