By hasan çelik on Monday, 03 August 2015
Posted in General Issues
Replies 20
Likes 0
Views 733
Votes 0
Hi,

I try some practices new EasyBlog posts. I add code block and publish...there is no problem in this section. but when I try to edit this post, my code block disappear and also I cannot save this post. I've added my site credentials. can you help me?
Hey Hasan,

There's actually a known issue in the existing version of EasyBlog where the link block is known to throw errors. We will be releasing 5.0.18 shortly which will address this.
·
Monday, 03 August 2015 23:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, thanks
·
Tuesday, 04 August 2015 01:29
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome By the way, we just pushed out 5.0.18 about an hour ago
·
Tuesday, 04 August 2015 01:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, I saw the latest version thank you so much
·
Tuesday, 04 August 2015 01:58
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Tuesday, 04 August 2015 02:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

I've tested latest version but the problem still continue !!!
·
Tuesday, 04 August 2015 02:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Hasan,

Which post is this?
·
Tuesday, 04 August 2015 02:08
·
0 Likes
·
0 Votes
·
0 Comments
·
I created a post which name is "hasan post".... I tried to edit it but code block disappeared when the edit window open..
·
Tuesday, 04 August 2015 02:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Hasan,

The ftp access doesn't seem to be working here Can you please advise?
·
Tuesday, 04 August 2015 02:21
·
0 Likes
·
0 Votes
·
0 Comments
·
I added some screenshot about the issue
·
Tuesday, 04 August 2015 02:38
·
0 Likes
·
0 Votes
·
0 Comments
·
By the way, in the second screen, when I click the "UpdatePost" button, I am waiting the updating process but this process doesn't finish... I added site credentials also..
·
Tuesday, 04 August 2015 03:04
·
0 Likes
·
0 Votes
·
0 Comments
·
hey Hassan,

I am sorry for the delay of this reply,

I have checked in your this post -> http://loopec.com/index.php/makaleler/hasan-post , it seems like you have copy entire one of the page source in `code` block, inside the source content have included `HTML` and `JavaScript` language, that will messed up if you only set to use language "HTML" type in `code` block. (Check my screenshot below.)

This following script code should be put in other `code` block and set to use language `JavaScript` type.


<!-- Mainly scripts -->
<script src="<c:url value="/resources/js/jquery-2.1.1.js" ></script>"></script>
<script src="<c:url value="/resources/js/bootstrap.min.js" ></script>"></script>
<script src="<c:url value="/resources/js/plugins/metisMenu/jquery.metisMenu.js" ></script>"></script>
<script src="<c:url value="/resources/js/plugins/slimscroll/jquery.slimscroll.min.js" ></script>"></script>

<!-- Custom and plugin javascript -->
<script src="<c:url value="/resources/js/inspinia.js" ></script>"></script>
<script src="<c:url value="/resources/js/plugins/pace/pace.min.js" ></script>"></script>

Example : this is my test post -> http://loopec.com/index.php/makaleler/this-is-test-code-block (now you can edit and save the post)

Hope this will helps.
·
Tuesday, 04 August 2015 12:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

as you know, Jsp pages contain mix codes(Java+javascript+html+ many times css)... so I cannot separate them...
·
Tuesday, 04 August 2015 18:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Hasan,

Your ftp isn't working Can you please advise?
·
Wednesday, 05 August 2015 00:28
·
0 Likes
·
0 Votes
·
0 Comments
·
I've added the site details
·
Wednesday, 05 August 2015 00:33
·
0 Likes
·
0 Votes
·
0 Comments
·
hey Hasan,

I am sorry that delay of this reply,

I have tried to connect with your FTP server, but it seems like not working for us.

This is what I getting when I try to connect.


Response: 421 Sorry, cleartext sessions are not accepted on this server.
Error: Could not connect to server

Please advise.
·
Thursday, 06 August 2015 23:32
·
0 Likes
·
0 Votes
·
0 Comments
·
I've added again
·
Friday, 07 August 2015 02:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Hasan,

After investigate long time ago, it seems like k2 - system plugin replace the <html> tag to another stuff so causing the code block can't render the correct JSON string end up this issue.

By the way, we have applied the fix in this file -> JoomlaFolder\administrator\components\com_easyblog\includes\blocks\handlers\code.php and this fix will be included in 5.0.20 version.

Can you give it a try and see is it work fine now?
·
Friday, 07 August 2015 17:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

Did you add Jsp features ? I didn't see it before... it is so good If you add extendable code block features, it would be great )) thank you so much
·
Saturday, 08 August 2015 06:06
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.

Do you mean programming language type from the code block?

If yes, we have JSP type

Regarding with your feature request, it would be best if you can submit a feature request regarding this in our voice page -> http://stackideas.com/voices/easyblog , so everyone else could vote for it, the more people request on this, and we will priority consider it.
·
Saturday, 08 August 2015 11:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post