By Chintan Parikh on Wednesday, 20 March 2019
Posted in Technical Issues
Likes 0
Views 608
Votes 0
I'm running the latest versions of Joomla and Easyblog but I'm having an issue where I cannot edit the body/content of posts no matter what kind of block I insert. Clicking the content area does nothing.

Console errors are below:

I cannot seem to access your site as I am experiencing this error, https://take.ms/9UbHB . Are you having the same issue connecting to your site?
·
Wednesday, 20 March 2019 23:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you try without https? I've never seen this error before but looking into it.
·
Thursday, 21 March 2019 01:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It seems that there are missing codes at this path .../components/com_easyblog/themes/wireframe/composer/panels/post/tags/default.php on your site. Not sure why this happening on your site. May i know that you migrated from somewhere or upgrade from older version than 5.2.x?

By the way, I have applied necessary fixes on your end and it should works as it should now. Can you give it a check and see how it goes?
·
Thursday, 21 March 2019 11:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks @Abdul,

The Joomla installation and easyblog were updated last month. Can you post more specifics to the issue?
Were there missing files as well or just missing code from /components/com_easyblog/themes/wireframe/composer/panels/post/tags/default.php . . . what was the missing code?
·
Thursday, 21 March 2019 23:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Somehow, on path mentioned above, codes below are missing. I have added them on your end.

[gist type="php"]
<textarea style="display:none;" data-eb-composer-default-tags><?php echo json_encode($defaultTags); ?></textarea>
[/gist]
·
Friday, 22 March 2019 09:50
·
0 Likes
·
0 Votes
·
0 Comments
·
@Abdul editing works but now I realize we can't publish. When I click publish it redirects me to the Joomla dashboard.
·
Friday, 22 March 2019 22:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It is because your live_site are set with www as you can see here https://take.ms/bqGF3 and that why it kept redirected you to your dashboard.

Can you try to remove them and see how it goes.
·
Friday, 22 March 2019 22:45
·
0 Likes
·
0 Votes
·
0 Comments
·
@Abdul, where does this change need to be made? I don't see this option in Joomla Configuration.
I'm also unable to load your screenshot..it redirects to https://monosnap.com/file/NXapEJxPFpZLF0yAygYs9HTUkL4ukh which can't be reached.
·
Friday, 22 March 2019 23:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Not sure why you can reach them but i have attached you those images.

By the way, you can change them on your configuration.php files that is located at your root folder specifically this path root_folder/configuration.php
·
Friday, 22 March 2019 23:14
·
0 Likes
·
0 Votes
·
0 Comments
·
I found this in the config file and the issues are resolved...thanks
·
Friday, 22 March 2019 23:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Chintan, glad that your issue is resolved now

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Friday, 22 March 2019 23:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post