Bug Error when creating a thread with a link containing http://custom-build-robots.com

Status
Not open for further replies.

kimchuy

New member
When replying or creating a thread with containing link 'http://custom-build-robots.com' we got error:

Class 'Normalizer' not found on line 681 in /home/xxx/public_html/dbtech/dbseo/includes/3rdparty/portable-utf8/Patchwork/PHP/Shim/Iconv.php
#0 /home/xxx/public_html/dbtech/dbseo/includes/3rdparty/portable-utf8/Patchwork/PHP/Shim/Iconv.php(207): Patchwork\PHP\Shim\Iconv::mapFromUtf8('', Array, '\xC3\xBC', '//IGNORE', '//TRANSLIT')
#1 /home/xxx/public_html/dbtech/dbseo/includes/3rdparty/portable-utf8/Patchwork/Utf8/Bootup/iconv.php(21): Patchwork\PHP\Shim\Iconv::iconv('utf-8', 'us-ascii', '\xC3\xBC')
#2 /home/xxx/public_html/dbtech/dbseo/includes/3rdparty/portable-utf8/voku/helper/UTF8.php(455): iconv('UTF-8', 'ASCII//IGNORE//...', '\xC3\xBC')
#3 /home/xxx/public_html/dbtech/dbseo/includes/class_core.php(4026): voku\helper\UTF8::to_ascii(Array)
#4 /home/xxx/public_html/dbtech/dbseo/hooks/postdata_presave.php(62): DBSEO::linkExternalTitles('testing here [u...', false)
#5 /home/xxx/public_html/includes/class_dm_threadpost.php(770) : eval()'d code(1): require('/home/xxx/publ...')
#6 /home/xxx/public_html/includes/class_dm_threadpost.php(770): eval()
#7 /home/xxx/public_html/includes/functions_newpost.php(618): vB_DataManager_Post->pre_save()
#8 /home/xxx/public_html/newreply.php(451): build_new_post('reply', Array, Array, Array, Array, Array)
#9 /home/xxx/public_html/dbseo.php(498): require('/home/xxx/publ...')
#10 {main}
 
Can you please try installing the Iconv and Intl extensions in PHP and let me know if that works for you?
 
Can you please try installing the Iconv and Intl extensions in PHP and let me know if that works for you?

I modified the line of code of iconv.php

$uchr = \Normalizer::normalize($uchr, \Normalizer::NFD);

to

$uchr = Normalizer::normalize($uchr, Normalizer::NFD);

and it fixed the issue.. But wait my php version is php 7.1.3
 
Hello kimchuy,

This ticket has now been closed with the status Not A Bug.

We hope your issue or question has been addressed to your satisfaction. If not, please feel free to re-open it by clicking this link.

If you have any further issues or questions, please feel free to start a new support ticket via the button at the top of every page.

Thank you!
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,169
Customer rating
5.00 star(s) 1 ratings
Back
Top