Closed juluisz closed 3 years ago
What versions of GSBlog and GetSimple does this error appear in?
SERWER1 WORKING : GetSimple CMS – Version 3.3.2 Version 3.4.4 — Author: John Stray http://dnizambrowa.zambrowiacy.pl/test.php - wersion php
SERWER2 NO WORKING: Version 3.3.15 - GS Version 3.4.4 — Author: John Stray http://biblioteka.mokzambrow.pl/test.php - PHP WERSION
In serwer 2 i have 3-4 get simple diferent wersion and no working. i dont see CKDEDITOR in GSBlog CDEDITOR in normal post working.
This is a JavaScript error, not related to PHP. I am unable to reproduce this error as yet (GS 3.3.13, GSBlog 3.4.4).
Could you please load the page where this error happens into your browser, then Right click -> View source, Copy and Paste into txt document and attach here. Thanks
Ithink is loading jquery 1.7.1 but in good page loading 1.8.1 ??????
Ok, it looks like this issue is actually caused by another plugin that you have installed. The line in the code that the error is referring to is at the spot where there is a hook (allows functionality of other plugins). This other plugin is using that hook to inject some code to do its thing.
Can you please list all the plugins you have installed and I'll see if I can figure out which of the plugins is causing the issue.
I18N - when i deactivate this then i schow CKEDITOR
I had a feeling that it would be 'i18n'. I'll have to do a bit of investigation into this to see if the error can be prevented somehow.
Marking this as a compatibility bug.
Replace GetSimple CMS jQuery library with the latest 3.3.1 example
'jquery' => '3.3.1',
Found in the admin folder > assets.php
However you'll have another issue with i18n_navigation
Uncaught TypeError: $(...).size is not a function
Yet I didn't find a solution although I replaced size
with length
but this didn't solve the problem.
I dont have this file: Found in the admin folder > assets.php
For some strange reason, a javascript that was injected by the i18n Navigation plugin was looking for a html element with the post-id
id attribute. I have made a fix by adding a hidden div with the id set to post-id
so as to satisfy the needs of the script.
Uncaught TypeError: Cannot read property 'indexOf' of undefined at changeUrl (load.php?id=gs-blog&edit_post=b-czytajmy-naszym-dzieciom:169) at HTMLDocument. (load.php?id=gs-blog&edit_post=b-czytajmy-naszym-dzieciom:233)
at n (jquery.min.js?v=1.7.1:2)
at Object.fireWith (jquery.min.js?v=1.7.1:2)
at Function.ready (jquery.min.js?v=1.7.1:2)
at HTMLDocument.B (jquery.min.js?v=1.7.1:2)