Re: Easy Populate support for Version 1.2.5.4
sorry to repeat myself but i saw that also discussed in the first 100 pages search for 2 entries or "twice" or something like that...
Could be some files are corrupted you need to do uninstall. Again uninstall instructions are on the thread its not hard.:P
Re: Easy Populate support for Version 1.2.5.4
Hi, I tried to do a search for both "twice" and "2" but came up with nothing....
Should I just uninstall the mod and then reinstall completely? Will this mess up anything else? Thank you.
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
joyjoy
Hi, I tried to do a search for both "twice" and "2" but came up with nothing....
Should I just uninstall the mod and then reinstall completely? Will this mess up anything else? Thank you.
Hi,
I very new to zen cart but used to have same issue. Actually 3x EP in Admin > Configuration. I found somewhere here...sorry can't remember the location exactly...the following steps that worked:
- uninstall EP using YOUR_ADMIN/easypopulate.php?langer=remove
- find ALL files related to EP using Developer Tools Kit in Admin>Tools and delete them
- start a fresh install
For me, these steps solve the problem.
Good luck! :smile:
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
aozhaver
sorry to repeat myself but i saw that also discussed in the first 100 pages search for 2 entries or "twice" or something like that...
Could be some files are corrupted you need to do uninstall. Again uninstall instructions are on the thread its not hard.:P
If you feel comfortable with your hosting control panel and know how to get to myPHPAdmin for your database, you can remove the extra entries from the table configuration_group.
Re: Easy Populate support for Version 1.2.5.4
biggd has the best answer.:clap:
The other method takes a long time. Make sure you are careful and it is easy enough to do takes seconds.
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
JimmyV
biggd has the best answer.:clap:
The other method takes a long time. Make sure you are careful and it is easy enough to do takes seconds.
Could you tell me how you fixed yours? I'd appreciate it.
Re: Easy Populate support for Version 1.2.5.4
Hello to All!
Did someone known why master_categories_id for all products uploaded via Easy Populate is not set?
Is it good idea to do this SQL query after i upload products with EP (i have linked products):
UPDATE products
SET products.master_categories_id = (SELECT products_to_categories.categories_id FROM products_to_categories WHERE products_to_categories.products_id = products.products_id)
WHERE products.master_categories_id = 0;
:lamo:
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
joyjoy
Could you tell me how you fixed yours? I'd appreciate it.
You have to access your Database to edit the tables. Usually this is done with MyPHPAdmin which is available through most webhosts. I should be in your Database Management tools.
Once you are in your database, if you go into the 'configuration_group' table there will be multiple entries for Easy Populate. Simply delete the extra entries to remove them from the dropdown menu.
*- DISCLAIMER -*
Anytime you edit your Database, DO A BACKUP!!! At LEAST of the table you are editing!:D
Re: Easy Populate support for Version 1.2.5.4
EP 1.2.5.4
zc 1.3.8a
Honestly I'm not going to read through 314 pages first, so please forgive me.
I export with model/price/qty only, edit, import, and all my products that previously had a status of Disabled are now Enabled. Is there a code fix for this bug so that it doesn't happen again?
Before you say it, I did a backup, but I also did product changes since importing and only now realized what caused the Enabled problem weeks later.
2 Attachment(s)
Re: Easy Populate support for Version 1.2.5.4
Hello,
I apologize in advance for having posted this in the wrong area, if I am indeed doing so. I am actually having issues with easy populate 1.2.5.7b, not 1.2.5.4. However, I cannot find support for the version that I am using.
Ok, my problem is that I have installed and uninstalled this module about 15 times in it's various forms. By this I mean that I have tried installing csv 1.2.5.7b, easy_populate_free__from_langer__modhole_1-2-5-6, easy_populate_with_group_price_per_item_1-3-9-gp-meta-c, and even easypopulate_1-2-5-4. So far I have come up with the same exact thing with EVERY install. (by the way, I am using ZC version 1.3.9g for this install). EVERY time I install this module, I can install it just fine. The config file looks fine, and I don't receive any errors. However, when I go to tools--> Easy Populate, that's when things look messed up. I have included a screen shot of what happens.
http://meynonline.com/images/AE-Easy...tall-error.jpg
It appears as though the HTML is not rendering properly.
I have Easy Populate 1.2.5.5.csv installed on another cart that is live. It is version 1.3.8. It is actually my test cart for another site. The cart that I am having difficulty with is on my local server, so I cannot provide a URl for it. Not to mention, the problem is within the admin.
Here is the cart with the working module:
http://meynonline.com/images/Test%20Cart%20Admin.jpg
Has anybody ever seen this issue? Id so, how do I fix it? Like I said earlier, I have tried reinstalling different versions (modules), and I have reinstalled each one at least two times. I do make sure to clear every entry in the DB regarding the mods. I also clear out all of the files. The last time I tried a reinstall I went so far as to download the files from my test cart with the operating module, and did a winmerge check. Then I used the successful files without altering them, which provided the same results.
I really need to get this cart going. I have been working at this module for about a week now. This is the first time I have had such an issue with a cart install, or module install. I'm seriously considering rolling it back to 1.3.8 so I know that it is not the cart itself. I know the 1.3.9 versions have had many bugs. I had to play with the code for hours to get the front page, and other define page HTML to render properly.
The only reason that I don't want to switch is because I have a custom template that I created for this site. I have never created a template that I then uploaded to different carts. I build them in the cart, use the overrides, and don't mess with them after that.
Well, any help tips, or suggestions would be great. I appreciate the community here, and all of your help.