Page 275 of 384 FirstFirst ... 175225265273274275276277285325375 ... LastLast
Results 2,741 to 2,750 of 3833
  1. #2741
    Join Date
    Nov 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Aah ... I have found a potential problem.

    I have some new fields added -

    product_measurements
    product_materials
    product_technical
    product_maintenance

    so I followed the info on this thread about what to do if you have a new_field

    HOWEVER

    The new fields that I have added are in the product_table but the info on adding a new_field showed the info in product_description_table. Do you think this might be causing a problem?


    Gillian

  2. #2742
    Join Date
    Nov 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi

    I managed to solve my previous problem by going through the easypopulate.php file and inserting the added fields beside the field it was next to in the product_table.

    I now have another problem. I uploaded some products which appear in the store and in the admin - in the category view. However, when I try to go into the individual product to amend it, I see nothing and get the following error:

    Warning: reset() [function.reset]: Passed variable is not an array or object in /homepages/46/d92464838/htdocs/Store/adam6u3pq0/includes/classes/object_info.php on line 29

    Warning: Variable passed to each() is not an array or object in /homepages/46/d92464838/htdocs/Store/adam6u3pq0/includes/classes/object_info.php on line 30


    The object_info file is as follows:

    class objectInfo {

    // class constructor
    function objectInfo($object_array) {
    //this line should be added, but should be tested first:
    // if (!is_array($object_array)) return;
    reset($object_array);
    while (list($key, $value) = each($object_array)) {
    $this->$key = zen_db_prepare_input($value);
    }
    }
    }
    ?>


    What do I need to add to this to get the products to be revealed in the categories / product info listing in the Zen Admin.

    It would be very much appreciated if someone would point me in the right direction ....

    Gillian

  3. #2743
    Join Date
    Nov 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi All

    Managed to solve the above problem by going into the product_extra_fields table via phpmyadmin and adding the product id for each of the new products. Then they just appear ...

    It seems that for every problem, there is a very simple answer ... you just have to know what it is ...

    Hope my post here helps someone solve the same problem.

    All the best


    Gillian

  4. #2744
    Join Date
    Apr 2009
    Posts
    149
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi all. I have moved server and when I upload new files to the tempEP directory they are not being detected by easy populate where I clcik the import button. Also it lists files there that are not actually there anymore.

  5. #2745
    Join Date
    Jan 2010
    Posts
    16
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hey is it a good idea to use Easy Populate when you use 2 languages on your website? Is it supported?

  6. #2746
    Join Date
    Feb 2010
    Posts
    179
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi, I am trying to install easy populate...but I don't get a link on the admin menu. I tried the link /easypopulate.php?langer=install did not work. I get Fatal error: Call to undefined function ep_chmod_check() in /.../easypopulate.php on line 218. what does this mean? Thanks.

  7. #2747
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by kenny724 View Post
    Hi, I am trying to install easy populate...but I don't get a link on the admin menu. I tried the link /easypopulate.php?langer=install did not work. I get Fatal error: Call to undefined function ep_chmod_check() in /.../easypopulate.php on line 218. what does this mean? Thanks.
    Run through wiki, url below, making sure installed as per
    instructions given
    http://www.zen-cart.com/wiki/index.php/Easy_Populate

  8. #2748
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by kenny724 View Post
    Hi, I am trying to install easy populate...but I don't get a link on the admin menu. I tried the link /easypopulate.php?langer=install did not work. I get Fatal error: Call to undefined function ep_chmod_check() in /.../easypopulate.php on line 218. what does this mean? Thanks.
    The temp folder that was FTP'd to your server during EP install has permissions that are too strict... The folder should be CHMOD 777 (0777).

    The php lines say:

    Code:
    $chmod_check = ep_chmod_check($tempdir);
    	if ($chmod_check == false) {
    		// no temp dir, so template download wont work..
    		$messageStack->add(EASYPOPULATE_MSGSTACK_INSTALL_CHMOD_FAIL, 'caution');
    	} else {
    		// chmod success

  9. #2749
    Join Date
    Nov 2004
    Location
    Port Neil South Australia
    Posts
    397
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I really need som Easy Populate support for Version 1.2.5.7

    have tried installing it, pretty sure I've followed instructions but its just not happening. Trying to remove all the files but need to know how to get rid of the sql as I have 3 lots of easypopulate on my config dropdown menu now.

    Sorry.....

  10. #2750
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by michellewardley View Post
    I really need som Easy Populate support for Version 1.2.5.7

    have tried installing it, pretty sure I've followed instructions but its just not happening. Trying to remove all the files but need to know how to get rid of the sql as I have 3 lots of easypopulate on my config dropdown menu now.

    Sorry.....
    Replied at your other post i.e.
    http://www.zen-cart.com/forum/showth...d=1#post843949

 

 

Similar Threads

  1. v150 Easy Populate 4 vs. Easy Populate CSV - What's going on with so many Easy Populates?
    By oleancomputers in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 20 Jun 2013, 05:58 PM
  2. v151 Difference between easy populate and Excel Populate
    By Kevin205 in forum General Questions
    Replies: 7
    Last Post: 22 Jan 2013, 04:33 AM
  3. v139h Easy Populate Free vs. Easy Populate Paid
    By fabienne in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Apr 2012, 02:37 PM
  4. Easy Populate support for Version 1.2.5.4 issue
    By txcharms in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 May 2010, 07:35 PM
  5. Easy Populate From osc vs. Easy Populate Free - from langer / modhole
    By relix in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 24 Oct 2009, 04:38 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR