EzPortal - Portal Software for Forums

EzPortal - Made to Fit Your SMF Forum - Glad You Found Us!
+- +-

UserBox

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

+- Recent Posts

New built in translations for six langauges! by EzPortal
March 26, 2024, 11:15:32 pm

Smiley missing in shoutbox 2.1.4 by hustreamload
July 26, 2023, 08:14:02 am

Re: Theme Select Box question? by Shades
March 15, 2023, 06:49:49 pm

Re: Theme Select Box question? by Shades
March 09, 2023, 02:09:24 pm

Re: Theme Select Box question? by Shades
March 09, 2023, 01:55:53 pm

Re: Theme Select Box question? by EzPortal
March 09, 2023, 01:47:42 pm

Re: Theme Select Box question? by Shades
March 09, 2023, 01:34:07 pm

Re: Theme Select Box question? by EzPortal
March 09, 2023, 12:20:17 pm

+- HTML Menu


Sample HTML Block Usage - You May Custom Code it, as needed!

Recent Topics ezBlock

New built in translations for six langauges! by EzPortal
March 26, 2024, 11:15:32 pm

Smiley missing in shoutbox 2.1.4 by hustreamload
July 26, 2023, 08:14:02 am

Theme Select Box question? by Shades
March 15, 2023, 06:49:49 pm

Where is the facebook button color? by EzPortal
February 28, 2023, 06:45:09 pm

Display on Mobile - SMF 2.1.3 and EZ 5.5.2 by BugginIn
December 29, 2022, 04:07:13 pm

Blocks Help by Riggs1973
November 20, 2022, 12:59:30 pm

Surface ol lite theme release Free! by Steffen K.
November 18, 2022, 03:57:24 am

Undefined index: href by EzPortal
October 04, 2022, 08:49:59 pm

SMF-ezportal_column_5.cache): failed to open stream: No such file or directory by EzPortal
June 04, 2022, 11:40:13 am

Arcade block error: failed to open stream: No such file or directory by Shades
May 20, 2022, 02:47:13 pm

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

0 Members and 1 Guest are viewing this topic.

Offline Retrouser

  • Posts: 7
  • Karma: 0
  • Gender: Male
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: 1299
  • Karma: 67
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
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline Retrouser

  • Posts: 7
  • Karma: 0
  • Gender: Male
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
  • Gender: Male
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
  • Gender: Male
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
  • Gender: Male
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: 1299
  • Karma: 67
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
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1299
  • Karma: 67
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
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline Retrouser

  • Posts: 7
  • Karma: 0
  • Gender: Male
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
  • Gender: Male
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.

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
23004 Views
Last post October 12, 2008, 07:30:25 pm
by EzPortal
6 Replies
19709 Views
Last post December 05, 2008, 09:15:33 pm
by EzPortal
2 Replies
13921 Views
Last post February 27, 2009, 05:01:43 am
by Anders
3 Replies
6929 Views
Last post October 14, 2009, 06:49:26 am
by EzPortal
6 Replies
12776 Views
Last post August 03, 2010, 05:51:51 pm
by thellie

+-SMF Gallery

Quick Menu


Powered by EzPortal