Support

  1. pacoguio
  2. Support
  3. Thursday, May 09 2019, 09:04 PM
Today I realized that in the social network that I have created with Easy profile, the texts appear to me with strange symbols. The language is Spanish and I have realized what happens in the "Ñ" and in the accents.
I have reinstalled the component and plugin and it is not fixed.
I leave a screenshot with the problems highlighted in a red box.
Can you please help me?
Attachments (1)
References
  1. https://plusjardin.com/comunidad/
admin Accepted Answer
Admin
Hi,
sorry for late reply, it was night for us :)

Probably this is due to a strange database (or table) charset. Can you please provide me your site details to check this? if yes then you can use the form below the reply in "Site Details" tab
  1. more than a month ago
  2. Support
  3. # 1
pacoguio Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
this is a problem with charset encoding.

For now we have solved it by changing file at /plugins/jsn/socialnetwork/socialnetwork.php:
- at line 112 we have replaced this
echo $social::$content;
with this
echo utf8_decode($social::$content);

- at line 131 we have replaced this
$plugin[]= $social::$content;
with this
$plugin[]= utf8_decode($social::$content);

- at line 145 we have replaced this
echo $social::$menu;
with this
echo utf8_decode($social::$menu);


Of course this is not the solution, this is a temporary patch, we still need to investigate to find a fix :( . So we ask you a little patience.
  1. more than a month ago
  2. Support
  3. # 3
pacoguio Accepted Answer
From what you say, I understand that you have planned to get an update to fix this?
For the moment, a lot of it looks good, although things that still look bad are missing.
I hope you can give it a solution as soon as possible.
Still, thank you very much
  1. more than a month ago
  2. Support
  3. # 4
admin Accepted Answer
Admin
Hi,
From what you say, I understand that you have planned to get an update to fix this?
Not necessarily, this does not happen for example in our demo site or other customer sites, so I think this is problem with encoding of your Database (or only some tables). These problems can comes from different reasons

although things that still look bad are missing.
Please try to check now, I have also added utf8_decode at line 111
  1. more than a month ago
  2. Support
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Request Support

Support is currently Online

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.