Quote Originally Posted by milagromac View Post
i am having trouble with my installation of easy populate in version 1.39 of zen caart
i have downloaded all three version

installed the easy populate master admin file to my stores admin directory.

i changed the name of the easy populate admin directory to my stores admin.

i still do not see the easy populate program under tools in zen cart

please help
Quote Originally Posted by nick02895 View Post
Thanks mc12345678 for the reply.

error log:
[15-Nov-2013 15:44:59 America/New_York] PHP Fatal error: Call to undefined function mb_internal_encoding() in /easypopulate_4.php on line 139

I found the config menu option where you said it would be.

Cleared the cache.

I used the developers toolkit to search all php files for "mb_internal_encoding" and it only found instances in easypopulate_4.php
Good, so looked through my cart as well which is ZC v1.5.1 and found only one instance of that function as well, it was in easypopulate_4.php. A search of the global encyclopedia indicated that requires php 4.0.6 or higher to be installed/used...

Also it appears that you need to enable mbstring in your php.ini file... Possibly installing/activating php-mbstring or something similar?