UserBox

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

Sponsored Links

+- Recent Posts

Re: German Language files by Tony_R
Today at 07:49:36 am

Re: German Language files by Tony_R
May 15, 2012, 02:09:12 pm

Re: German Language files by EzPortal
May 15, 2012, 02:00:02 pm

Re: German Language files by Tony_R
May 15, 2012, 01:55:26 pm

Re: German Language files by EzPortal
May 15, 2012, 01:38:52 pm

Re: German Language files by Tony_R
May 15, 2012, 01:29:19 pm

Re: German Language files by Tony_R
May 15, 2012, 09:44:14 am

Re: German Language files by Tony_R
May 15, 2012, 08:34:06 am

Re: German Language files by EzPortal
May 15, 2012, 07:27:30 am

Cache Error ? by Tony_R
May 15, 2012, 05:01:37 am

Quick Menu

Announcements
Community Guidelines & Rules
How To Section
EzPortal Showcase
Support

Author Topic: EzPortal 0.5.1 and Russian encoding  (Read 3796 times)

0 Members and 1 Guest are viewing this topic.

Offline Retrouser

  • Posts: 7
  • Karma: 0
    • View Profile
EzPortal 0.5.1 and Russian encoding
« on: August 28, 2011, 08:57:14 am »
Encountered a strange problem when working with EzPortal after periehal 2.0RC5.
His (portal) is also required to upgrade to version 0.5.1, 0.3.6 previously used - had no such problems, but he did not go to the new version of SMF, had put the last EzPortal. And the fact the problem is that after saving the Russian text in EzBlocks further errors are shown to the encoding of all kinds. Roughly, it is clear that the case here with the encoding, but how can I fix it? I take a long time EzPortal and have no desire to move to another portal. Please help if you can do in this situation.
And this is how it all looks like:

Offline EzPortal

  • Administrator
  • *****
  • Posts: 671
  • Karma: 44
    • View Profile
Re: EzPortal 0.5.1 and Russian encoding
« Reply #1 on: August 28, 2011, 09:03:38 am »
Make sure all the ezportal tables in the db are set to utf8

Offline Retrouser

  • Posts: 7
  • Karma: 0
    • View Profile
Re: EzPortal 0.5.1 and Russian encoding
« Reply #2 on: August 28, 2011, 10:36:26 pm »
Make sure all the ezportal tables in the db are set to utf8
All ezportal tables in the db are encoded "cp1251_general_ci".
Necessary to convert to UTF? How can I do?

Offline Retrouser

  • Posts: 7
  • Karma: 0
    • View Profile
Re: EzPortal 0.5.1 and Russian encoding
« Reply #3 on: August 29, 2011, 01:50:02 am »
Make sure all the ezportal tables in the db are set to utf8
I converted EzTables in the database, but the problem is not solved... :(
Also have similar problems with EzPages:

Offline Retrouser

  • Posts: 7
  • Karma: 0
    • View Profile
Re: EzPortal 0.5.1 and Russian encoding
« Reply #4 on: August 29, 2011, 01:54:09 am »
P.S. However, in EzPortal 0.3.6 version similar problems were, but only with EzPages.
With EzBlock everything was fine. Please help!

Offline Retrouser

  • Posts: 7
  • Karma: 0
    • View Profile
Re: EzPortal 0.5.1 and Russian encoding
« Reply #5 on: August 30, 2011, 08:04:27 am »
All my attempts to resolve this issue at an impasse.
The problem is not resolved to this day.:(
Please help if you can do in this situation!

Offline EzPortal

  • Administrator
  • *****
  • Posts: 671
  • Karma: 44
    • View Profile
Re: EzPortal 0.5.1 and Russian encoding
« Reply #6 on: August 30, 2011, 10:29:25 am »
Might be the issue
$blockdata = htmlentities($_REQUEST['blockdata'],ENT_QUOTES);

Not sure if it works for UTF8

Offline EzPortal

  • Administrator
  • *****
  • Posts: 671
  • Karma: 44
    • View Profile
Re: EzPortal 0.5.1 and Russian encoding
« Reply #7 on: August 30, 2011, 10:32:25 am »
There was a good reason I changed it to entities because formatting could get messed up if i used smf special characters

Offline Retrouser

  • Posts: 7
  • Karma: 0
    • View Profile
Re: EzPortal 0.5.1 and Russian encoding
« Reply #8 on: August 31, 2011, 06:53:02 am »
Might be the issue
$blockdata = htmlentities($_REQUEST['blockdata'],ENT_QUOTES);

Not sure if it works for UTF8
Code: [Select]
$blockdata = htmlentities($_REQUEST['blockdata'],ENT_QUOTES);changed to
Code: [Select]
$blockdata = htmlentities($_REQUEST['blockdata'],ENT_QUOTES,UTF8);no significant changes.
The problem with encoding is not allowed.
...And the choice "cp1251" map is also wrong, but of another kind.

I'm not a programmer, and not quite understand what may be other solutions in this situation.
What other possible actions needed to solve the problem?

Offline Retrouser

  • Posts: 7
  • Karma: 0
    • View Profile
Re: EzPortal 0.5.1 and Russian encoding
« Reply #9 on: February 04, 2012, 12:59:13 am »
the problem was not solved  :( Please help!

...installed version ezPortal 0.6.0.

 

Powered by EzPortal