Fatal error: Call to undefined function mb_strrpos()

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeFatal error: Call to undefined function mb_strrpos()

This topic has been marked as resolved.

hello
my site crashed on me after i added my first product and i get the error:
Fatal error: Call to undefined function mb_strrpos() in /home/………./public_html/tb_themes/shoppica2/library/PriceFormatter.php on line 26

October 2, 2012 at 3:43 am #13882

when i disable the prodect i added the error Disappears what is the problem ?

October 2, 2012 at 1:04 pm #13899

is there any support ?

October 4, 2012 at 5:06 pm #13966

image of the problem

October 5, 2012 at 4:35 pm #14021

Which version of PHP is installed on your server ?

October 5, 2012 at 5:43 pm #14033

PHP version 5.3.17

October 5, 2012 at 6:03 pm #14037

any update?

October 6, 2012 at 11:34 pm #14068

Open tb_themes/shoppica2/library/PriceFormatter.php, find:

if(function_exists('mb_substr')) {
and replace it with:

if(function_exists('mb_substr') && function_exists('mb_strrpos')) {

Regards,
ThemeBurn team

October 8, 2012 at 12:31 pm #14081

the problem was fixed by enableing PHP installation to support mbstring.

October 12, 2012 at 11:19 pm #14308

Yes, this does the job as well :)

Best,
ThemeBurn team

October 16, 2012 at 12:55 pm #14387
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.