Results 1 to 10 of 3673

Hybrid View

  1. #1
    Join Date
    Apr 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 - categories

    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

  2. #2
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 - categories

    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?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 - categories

    Quote Originally Posted by mc12345678 View Post
    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?
    The only other thing is that if the above doesn't resolve your issue, there may be something related to the text in that statement, that you may need to use something other than UTF-8. I do not recall what format the ZC database is in for version 1.3.8, but if not UTF-8 then there may be a compatibility issue with EP4 and your database. I can not say that for sure, but it could be an issue.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Apr 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 - categories

    I couldn't install mb-string, not my server.

    Did some research and zen cart still uses utf8, depending on language options.

    I commented out the function mb_internal_encoding() and removed it in the echo statement and works.

    Thanks
    Nick

  5. #5
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 - categories

    Quote Originally Posted by nick02895 View Post
    I couldn't install mb-string, not my server.

    Did some research and zen cart still uses utf8, depending on language options.

    I commented out the function mb_internal_encoding() and removed it in the echo statement and works.

    Thanks
    Nick
    Couple of things. You say, still uses utf8. I understand that 1.5.x does, but does 1.3.8?

    Also, state unable to "install mbstring because not your server", does that mean you do not have access to the php.ini file as it shouldn't take much to activate it,and it is probably already "installed" just not active.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Apr 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 - categories

    Quote Originally Posted by mc12345678 View Post
    Couple of things. You say, still uses utf8. I understand that 1.5.x does, but does 1.3.8?

    Also, state unable to "install mbstring because not your server", does that mean you do not have access to the php.ini file as it shouldn't take much to activate it,and it is probably already "installed" just not active.
    Thanks for following up with me.

    I don't know that 1.3.8 does or doesn't. From what I've read to convert to utf8 there is a procedure which replaces charset in English.php to include utf8. Mine has that.
    Also in phpadmin there is a change to the structure to utf8, my already has that. I have to assume that somewhere in the upgrade to 1.5 my charset was changed to utf8.

    I cannot find the php.ini file on this server. This server is very restrictive with limited access. I guess I may be able to create one and make my own settings, but if it's working I will leave it.

    Looks like the mb_internal_encoding() just checks utf8 and if not then easypopulate4.php restricts the input.

  7. #7
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 - categories

    Quote Originally Posted by nick02895 View Post
    Thanks for following up with me.

    I don't know that 1.3.8 does or doesn't. From what I've read to convert to utf8 there is a procedure which replaces charset in English.php to include utf8. Mine has that.
    Also in phpadmin there is a change to the structure to utf8, my already has that. I have to assume that somewhere in the upgrade to 1.5 my charset was changed to utf8.

    I cannot find the php.ini file on this server. This server is very restrictive with limited access. I guess I may be able to create one and make my own settings, but if it's working I will leave it.

    Looks like the mb_internal_encoding() just checks utf8 and if not then easypopulate4.php restricts the input.
    Certainly. Wasn't sure if it was your host, or if you were helping someone with their installation. Who are you with? The host company should be able to help. I realize all of the conditions you listed. I would have to at this time defer the discussion of that factor to chadderuski if he's still out there. :). I have not looked at that. Aspect of the code yet and what affects if any there would be of working with the plug-in without that function. I know that when I installed this locally, I chose to enable mbstring on my local install. Glad you have all of the other "upgrades". Thought it was important to discuss for others that read. The forum.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 285
    Last Post: 23 Dec 2020, 10:40 AM
  3. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 AM
  4. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg