Results 1 to 10 of 3673

Hybrid View

  1. #1
    Join Date
    Apr 2015
    Location
    United States
    Posts
    144
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Well I'll be a Monkeys uncle, I just tried it and it works AOK. Now all I need to figure out is how to get the additional image to open up with lightbox like the original image instead of a regular browser popup window. Any hints!

    Thanks to all.

    Frank

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by fjbern1943 View Post
    Well I'll be a Monkeys uncle, I just tried it and it works AOK. Now all I need to figure out is how to get the additional image to open up with lightbox like the original image instead of a regular browser popup window. Any hints!

    Thanks to all.

    Frank
    Wrong thread to discuss, but usually involves making sure the javascript is installed to the correct includes/modules/pages directory and/or properly merged the applicable files. It also depends on other factors, but usually its all about the install.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Apr 2015
    Location
    United States
    Posts
    144
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    QUOTE=mc12345678;1320326]Wrong thread to discuss, but usually involves making sure the javascript is installed to the correct includes/modules/pages directory and/or properly merged the applicable files. It also depends on other factors, but usually its all about the install.[/QUOTE]

    Of course you are right , I thought that when I asked the question. I will move this part of the discussion to the right thread. Thanks for your help.

    Frank

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by fjbern1943 View Post
    Quote Originally Posted by mc12345678 View Post
    Wrong thread to discuss, but usually involves making sure the javascript is installed to the correct includes/modules/pages directory and/or properly merged the applicable files. It also depends on other factors, but usually its all about the install.
    Of course you are right , I thought that when I asked the question. I will move this part of the discussion to the right thread. Thanks for your help.

    Frank
    Never hurts to ask. :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Jan 2012
    Posts
    28
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    curious problem here. I installed EP4 to my test site. the configuration menu is not working. every item shows the "Uploads Directory" configuration setting, but the options are true / false not a text entry box. If I pick one of those, eavy item on the page is changed the that selection. All true or all false. That's just all kinds of wrong /smile/
    I did the uninstall option, deleted all the files, and deleted the configuration items left behind by a different version, and reinstalled the current cersion. same result.

    version installed is: Easy Populate 4.0.36.ZC - 07-05-2016

    Any ideas?

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by jsteggy View Post
    curious problem here. I installed EP4 to my test site. the configuration menu is not working. every item shows the "Uploads Directory" configuration setting, but the options are true / false not a text entry box. If I pick one of those, eavy item on the page is changed the that selection. All true or all false. That's just all kinds of wrong /smile/
    I did the uninstall option, deleted all the files, and deleted the configuration items left behind by a different version, and reinstalled the current cersion. same result.

    version installed is: Easy Populate 4.0.36.ZC - 07-05-2016

    Any ideas?
    Very curious indeed.

    Did you happen to try logging out and then back in after trying the install?

    What's really odd here is a few things:
    1) multiple configuration_key columns have been uploaded (which must all be unique otherwise would error out and not get imported)
    2) with each unique id the same "settings" are applied.
    3) the database install uses an insert command not a select so caching (ZC cache anyways) should not be a factor for a default store.
    4) if there was a previous version of EP4 installed, the queries are written such that they attempt to insert, if unsuccessful then they move to the next query all except one which updates itself if there is a "problem". And that query doesn't even provide a result in a "normal" configuration area.

    Would you mind trying something for me?

    In the includes/function/extra_functions/easy_populate_4_functions.php file, there is a section related to install. In that install section is a series of: $db->Execute( statements

    At the end of each one, could you replace:
    Code:
    );
    with:
    Code:
    , false, false, 0, true);
    Could you also identify more about your system's setup (posting tips information for starters)? What program/version was previously installed?

    That's very interesting because in my testing I didn't come across a situation like that.

    And try that?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #7
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    How to exclude the domain name from the metatags_title

  8. #8
    Join Date
    Dec 2016
    Location
    South Africa
    Posts
    34
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Hi all

    I have just changed from OSC to Zencart and have a very basic install, but EP 4 is not exporting a file ( I only have 1 product at present) to test it as I need the correct headings

    I have been using EP in OSC for about 8 years now and have recently done a new OSC 2.3.4 BS Edge website, but where I list my products do not have a compatible product feed yet, so I had to change

    While loading the new site with a new version of EP for OSC I had to change my headings for me to load the 15 000 items I list

    I have tried to download this 1 item to see the headings but all I get is a blank screen

    Any help out there please?

    Thx
    Russel

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

    Default Re: EasyPopulate 4.0 Support Thread

    When you say a basic install, can you please identify what ZC version, what php version?

    When a blank screen is provided, this typically means that an error has been caused and if the error occurs during the after a ZC trigger point, then it should be logged where ZC logs it's error logs (see this FAQ on blank or partial blank pages).

    Which type of export was attempted, from what path? (ie. Dropdowns at top, links along side?) is the one product an active product or is it marked as out-of-stock.

    Ie. Details help to be able to see how to reproduce the issue, what might be causing it, and how to prevent it from occurring again.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #10
    Join Date
    Dec 2016
    Location
    South Africa
    Posts
    34
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Hi there

    I googled and found a wiki entry that lists the headings

    I have the latest 1.5.5b installed, and the latest Easy Populate 4.0.36.ZC

    Server OS: Linux 2.6.32-642.11.1.el6.centos.plus.i686, Database: MySQL 5.6.33, PHP Version: 5.6.24 (Zend: 2.6.0)

    Product is active, selected from drop down menu for just that category or all

    Error log says easypopulate_4_filelayout.php is missing - checked now and saw all files for modules were missing!

    It worked now - will test after converting my current file

    Thx

 

 

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