Tagged: LayerSlider
-
AuthorPosts
-
March 20, 2014 at 4:32 pm #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.
March 21, 2014 at 11:05 pm #241411Hi 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,
DavidMay 1, 2014 at 7:53 pm #259024I’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?May 1, 2014 at 8:43 pm #259040I 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 -LynnSite address is: http://bit.ly/1ff9EVF
May 3, 2014 at 5:56 pm #259764Hey!
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,
YigitMay 5, 2014 at 8:40 pm #260450Can 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 GmbHroot@host [~]# php -m | grep -i dom
dom
root@host [~]# php -m | grep -i mbstring
mbstringMay 6, 2014 at 5:38 am #260563Hi!
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!
IsmaelMay 6, 2014 at 10:01 am #260645Yes! It worked great. Thank you so much for your help.
-
AuthorPosts
- The topic ‘Layer Slider problem before update’ is closed to new replies.