Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #240774

    I have this error after upgrading to the latest version enfold.

    Fatal error: Call to undefined function mb_eregi() in /home/……../public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/helpers/phpQuery.php on line 1421

    Best Regards,

    Ramon

    • This topic was modified 10 years, 8 months ago by Xvirt.
    #241411

    Hi Xvirt!

    Can you try to upload the plugin dependencies manually via ftp, the content of Layer slider is located here,
    config-layerslider, use your ftp to replace the dir, and let us know if that help solve the problem.

    Best regards,
    David

    #259024

    I’m having this issue too, when upgrading from Enfold 2.6.2 to 2.7. I loaded the entire site by ftp, then reloaded only the layerslider as you suggest above. It is not fixing it.
    Any ideas?

    #259040

    I removed the layerslider from my home page and now the rest of the site is up. BUT I’d like to restore them as soon as possible.
    Thanks -Lynn

    Site address is: http://bit.ly/1ff9EVF

    #259764

    Hey!

    Please contact your service provider and tell them that you get “Call to undefined function mb_eregi()” error. They should enable Multibyte String

    Best regards,
    Yigit

    #260450

    Can you tell me what version of php I should be using? The host is reporting that the Multibyte String is enabled.
    Here is what else they are asking/reporting:
    Currently your server is running version 5.3.28. I also checked and the dom and mbstring extensions are already installed for PHP.

    root@host [~]# php -v
    PHP 5.3.28 (cli) (built: Jan 1 2014 07:38:27)
    Copyright (c) 1997-2013 The PHP Group
    Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
    with the ionCube PHP Loader v4.4.1, Copyright (c) 2002-2013, by ionCube Ltd., and
    with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
    with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH

    root@host [~]# php -m | grep -i dom
    dom
    root@host [~]# php -m | grep -i mbstring
    mbstring

    #260563

    Hi!

    Thank you for the info.

    We’re not really where the issue is coming from but reading on the codecanyon support forum the author of the layer slider is planning to drop off the phpQuery so this issue, we hope, will not happen again. Please edit config-layerslider > Layerslider > helpers > phpQuery.php, find this code on line 1421:

    ? mb_eregi('\w', $char)
    

    Replace it with:

    ? preg_match('@\w@', $char)
    

    Let us know if it works.

    Cheers!
    Ismael

    #260645

    Yes! It worked great. Thank you so much for your help.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Layer Slider problem before update’ is closed to new replies.