Jump to content

How to Solve ? Attempted to call function "mb_split" from the global namespace.


Recommended Posts

 

image.thumb.png.1a36e8d42cd81b8ee3d18ac9f4f33260.png

Hi, I'm Renaldo from Indonesia. I just used and install presta shop 1.7.6.0. When i use office page, when in the catalog section and category, i found error 500. I open that error and the result is 

Attempted to call function "mb_split" from the global namespace.

UndefinedFunctionException

in vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php (line 47)

                    next($search);

                    next($replace);

                }

            }

        } else {

            $parts = mb_split(preg_quote($search), $subject);

            $count = count($parts) - 1;

            $subject = implode($replace, $parts);

        }

        return $subject;

    }

 

Please help me, how can i fix that error ?

Thank you

 

Link to comment
Share on other sites

  • 7 months later...

thank you.

En voulant changer du texte sur la langue Français, dans International / Traductions, j'ai une page erreur. Droit d'accès total et autres ok.

Ca fait 2 jours que je cherche la solution. Entre 20 pages de tuto, forum. Aller chercher les fichiers sur le FTP, supprimer puis ajouter une langue... Rien ne fonctionne.

Pourquoi cette information n'est pas plus facile à trouver ou fournie par Prestashop pendant l'installation?

Enfin bon, sur Prestashop 1.7.6.4, plus d'erreur.

Encore merci 😀

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...