Search results for query: *

  1. K

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

    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
  2. K

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

    Also the issue will occure if 'Automatically parse links in text' is checked.
  3. K

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

    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...
  4. K

    Question Mass pm per batch issue

    Okay I fixed the issue. I edit this code: admincp/vbsuper_pm_mass_pm.php on line 215 I added this code: print_form_auto_submit('donext'); let me know if this is reliable edit. Thanks,
  5. K

    Question Mass pm per batch issue

    No there is no indication. Please see the attached photo
  6. K

    Question Mass pm per batch issue

    Hi, When I test the Mass Private Messaging then set the 'send per batch' to 500, it will not automatically click to the next page instead I will manually click the button "go to the next page". How should I auto click to next page? Thanks, Kim
Back
Top