Zen Cart Logo
Forums / Addon Admin Tools / Easy Populate 1.2.5.4 support

Easy Populate 1.2.5.4 support

Views: 1,301,192

Results 2,721 to 2,740 of 3,834
7 Jan 2010, 3:44 AM
#2721
crunch avatar

crunch

Zen Follower

Join Date:
Mar 2009
Posts:
227
Plugin Contributions:
0

Easy Populate 1.2.5.4 support

cvue:

Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0

Fatal error: Unknown: Failed opening required '///public_html/admin/easypopulate.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0

Sounds like a folder/file permissions issue. Is your admin folder set to 755 and easypopulate.php set to 644?

7 Jan 2010, 3:02 PM
#2722
stlnyc avatar

stlnyc

Zen Follower

Join Date:
Oct 2008
Posts:
179
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Ok, so I use ep on a few of my sites. Just loaded it, to a new site and when I try and run it, I get database errors when I try an download the complete .csv files. Ideas?

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/grapedis/public_html/vinoadmin/easypopulate.php on line 811

Warning: Cannot modify header information - headers already sent by (output started at /home/grapedis/public_html/vinoadmin/easypopulate.php:811) in /home/grapedis/public_html/vinoadmin/easypopulate.php on line 1156

Warning: Cannot modify header information - headers already sent by (output started at /home/grapedis/public_html/vinoadmin/easypopulate.php:811) in /home/grapedis/public_html/vinoadmin/easypopulate.php on line 1157

Warning: Cannot modify header information - headers already sent by (output started at /home/grapedis/public_html/vinoadmin/easypopulate.php:811) in /home/grapedis/public_html/vinoadmin/easypopulate.php on line 1161

Warning: Cannot modify header information - headers already sent by (output started at /home/grapedis/public_html/vinoadmin/easypopulate.php:811) in /home/grapedis/public_html/vinoadmin/easypopulate.php on line 1165
v_products_model,v_products_image,v_products_name_1,v_products_description_1,v_products_url_1,v_specials_price,v_specials_date_avail,v_specials_expires_date,v_products_price,v_products_weight,v_date_avail,v_date_added,v_products_quantity,v_manufacturers_name,v_categories_name_1,v_categories_name_2,v_categories_name_3,v_categories_name_4,v_categories_name_5,v_categories_name_6,v_categories_name_7,v_tax_class_title,v_status,v_EASYPOPULATE_CONFIG_CUSTOM_FIELDS,v_metatags_products_name_status,v_metatags_title_status,v_metatags_model_status,v_metatags_price_status,v_metatags_title_tagline_status,v_metatags_title_1,v_metatags_keywords_1,v_metatags_description_1

7 Jan 2010, 4:27 PM
#2723
cvue avatar

cvue

New Zenner

Join Date:
Jan 2010
Location:
WEST USA
Posts:
16
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Crunch:

Sounds like a folder/file permissions issue. Is your admin folder set to 755 and easypopulate.php set to 644?

:: PROBLEM SOVLED!!! ::

WOW!! YOU'RE BRILLIANT!!
That would of been one of the last thing i would to think of. I didn't know that would create such a big hassle!!!

THANKS so much for the fast response!!! I'll definitely learned what to look for next time i have this problem!!!!

:: THANKS!! ::

7 Jan 2010, 6:09 PM
#2724
cvue avatar

cvue

New Zenner

Join Date:
Jan 2010
Location:
WEST USA
Posts:
16
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

:: stlnyc's PROBLEM ::

stlnyc:

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/grapedis/public_html/vinoadmin/easypopulate.php on line 811

I ran into this same problem but instead of "on line 811" mine was "on line 852", this must mean that we are using a different script, or version. So this might not be it, but could be. the similarity that caught my eye was this line

v_EASYPOPULATE_CONFIG_CUSTOM_FIELDS
on the last WARNING LINE

:: MY THOUGHT ::
In my situation, I figured it was a Sql problem so I checked the "ep_debug_log.txt", and it was. It seems that the PHP code was trying to pull information from the database, and the database could not find it, or did not have.
ep_debug_log.txt

MySQL error 1054: Unknown column 'EASYPOPULATE_CONFIG_CUSTOM_FIELDS' in 'field list'
When executing:
INSERT INTO products SET
products_model = 'MG200MMS' ,
products_price = '299.99' ,
products_image = 'matrox/mg200mms.gif' ,
products_weight = '23' ,
products_tax_class_id = '1' ,
products_date_available = '' ,
products_date_added = '2003-11-03 12:32:00' ,
products_last_modified = CURRENT_TIMESTAMP ,
products_quantity = '31' ,
master_categories_id = '2' ,
manufacturers_id = '1',
products_status = '1',
metatags_title_status = '',
metatags_products_name_status = '',
metatags_model_status = '',
metatags_price_status = '',
metatags_title_tagline_status = '' , EASYPOPULATE_CONFIG_CUSTOM_FIELDS=''

:: MY SOLUTION ::
What I did, was: went into MyPhpAdmin, Hard-Delete the easy-populate CONFIGURATION data (I DON'T RECOMMEND DOING THIS IF YOU'RE NOT FIMILAR WITH MYSQL)

Then did a zencart=>admin=>easypopulate=> INSTALL again. That fixed my problems.

AS FOR THIS CODE ERROR

stlnyc:

Warning: Cannot modify header information - headers already sent by (output started at /home/grapedis/public_html/vinoadmin/easypopulate.php:811) in /home/grapedis/public_html/vinoadmin/easypopulate.php on line 1156

Warning: Cannot modify header information - headers already sent by (output started at /home/grapedis/public_html/vinoadmin/easypopulate.php:811) in /home/grapedis/public_html/vinoadmin/easypopulate.php on line 1157

Warning: Cannot modify header information - headers already sent by (output started at /home/grapedis/public_html/vinoadmin/easypopulate.php:811) in /home/grapedis/public_html/vinoadmin/easypopulate.php on line 1161

Warning: Cannot modify header information - headers already sent by (output started at /home/grapedis/public_html/vinoadmin/easypopulate.php:811) in /home/grapedis/public_html/vinoadmin/easypopulate.php on line 1165
v_products_model,v_products_image,v_products_name_1,v_products_description_1,v_products_url_1,v_specials_price,v_specials_date_avail,v_specials_expires_date,v_products_price,v_products_weight,v_date_avail,v_date_added,v_products_quantity,v_manufacturers_name,v_categories_name_1,v_categories_name_2,v_categories_name_3,v_categories_name_4,v_categories_name_5,v_categories_name_6,v_categories_name_7,v_tax_class_title,v_status,v_EASYPOPULATE_CONFIG_CUSTOM_FIELDS,v_metatags_products_name_status,v_metatags_title_status,v_metatags_model_status,v_metatags_price_status,v_metatags_title_tagline_status,v_metatags_title_1,v_metatags_keywords_1,v_metatags_description_1

This is just trying to send information, but cant because the first error created a kind of roof or top, to where this information cannot process through.

I HOPE THIS HELPS!! I wanted to help show more then just the answer but what and why, so next time it will be easier to troubleshoot errors.

8 Jan 2010, 1:10 PM
#2725
rebel_tech avatar

rebel_tech

New Zenner

Join Date:
Dec 2009
Posts:
41
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Hi

Strange question - is there a way to only update products not add new ones?

8 Jan 2010, 1:47 PM
#2726
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

EP uses the product's MODEL NUMBER as the key identifier for its operations.

So if you have a product in the database with Model Number 12345, and let's say it is priced at $10.95...

Now, you want to UPDATE that product (perhaps along with 100 others) to show a new price...

You do an EP download file of all your products.

Open in a spreadsheet.

Delete ALL records that you do not want price changes.

Keep only the 100 products you DO want price changes

Put NEW VALUES into v_products_price cells

SAVE as Tab-delimited.

IMPORT into database via EP

EP will UPDATE those products, to show their new prices.

Search the WIKI for Easy Populate to see my tutorial

12 Jan 2010, 4:40 PM
#2727
kcb410 avatar

kcb410

Zen Follower

Join Date:
Dec 2008
Location:
Toronto
Posts:
348
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Hello everyone,
I currently have 1.2.5.5. CSV installed but it's not functioning. I would like to remove this version and install the more reliable 1.2.5.4 but I get the following error when I use langer=remove:
**
Warning Easy Populate Configuration Missing. Please install your configuration by clicking here:**

When I do click there I get the following:

1062 Duplicate entry 'EASYPOPULATE_CONFIG_CUSTOM_FIELDS' for key 'unq_config_key_zen'
in:
[INSERT INTO zen_configuration VALUES ('', 'Uploads Directory', 'EASYPOPULATE_CONFIG_TEMP_DIR', 'tempEP/', 'Name of directory for your uploads (default: tempEP/).', 45, '0', NULL, now(), NULL, NULL), ('', 'Upload File Date Format', 'EASYPOPULATE_CONFIG_FILE_DATE_FORMAT', 'm-d-y', 'Choose order of date values that corresponds to your uploads file, usually generated by MS Excel. Raw dates in your uploads file (Eg 2005-09-26 09:00:00) are not affected, and will upload as they are.', 45, '1', NULL, now(), NULL, 'zen_cfg_select_option(array("m-d-y", "d-m-y", "y-m-d"),'), ('', 'Default Raw Time', 'EASYPOPULATE_CONFIG_DEFAULT_RAW_TIME', '09:00:00', 'If no time value stipulated in upload file, use this value. Useful for ensuring specials begin after a specific time of the day (default: 09:00:00)', 45, '2', NULL, now(), NULL, NULL), ('', 'Split File On # Records', 'EASYPOPULATE_CONFIG_SPLIT_MAX', '300', 'Default number of records for split-file uploads. Used to avoid timeouts on large uploads (default: 300).', 45, '3', NULL, now(), NULL, NULL), ('', 'Custom Products Fields', 'EASYPOPULATE_CONFIG_CUSTOM_FIELDS', '', 'Enter a comma seperated list of fields to be automatically added to import/export file(ie: products_length, products_width). Please make sure field exists in PRODUCTS table.', 45, '3', NULL, now(), NULL, NULL), ('', 'Maximum Category Depth', 'EASYPOPULATE_CONFIG_MAX_CATEGORY_LEVELS', '7', 'Maximum depth of categories required for your store. Is the number of category columns in downloaded file (default: 7).', 45, '4', NULL, now(), NULL, NULL), ('', 'Upload/Download Prices Include Tax', 'EASYPOPULATE_CONFIG_PRICE_INC_TAX', 'false', 'Choose to include or exclude tax, depending on how you manage prices outside of Zen Cart.', 45, '5', NULL, now(), NULL, 'zen_cfg_select_option(array("true", "false"),'), ('', 'Make Zero Qty Products Inactive', 'EASYPOPULATE_CONFIG_ZERO_QTY_INACTIVE', 'false', 'When uploading, make the status Inactive for products with zero qty (default: false).', 45, '6', NULL, now(), NULL, 'zen_cfg_select_option(array("true", "false"),'), ('', 'Smart Tags Replacement of Newlines', 'EASYPOPULATE_CONFIG_SMART_TAGS', 'true', 'Allows your description fields in your uploads file to have carriage returns and/or new-lines converted to HTML line-breaks on uploading, thus preserving some rudimentary formatting (default: true).', 45, '7', NULL, now(), NULL, 'zen_cfg_select_option(array("true", "false"),'), ('', 'Advanced Smart Tags', 'EASYPOPULATE_CONFIG_ADV_SMART_TAGS', 'false', 'Allow the use of complex regular expressions to format descriptions, making headings bold, add bullets, etc. Configuration is in ADMIN/easypopulate.php (default: false).', 45, '8', NULL, now(), NULL, 'zen_cfg_select_option(array("true", "false"),'), ('', 'Debug Logging', 'EASYPOPULATE_CONFIG_DEBUG_LOGGING', 'true', 'Allow Easy Populate to generate an error log on errors only (default: true)', 45, '9', NULL, now(), NULL, 'zen_cfg_select_option(array("true", "false"),') ]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

Any help would be appreciated...Thank you!!

15 Jan 2010, 7:43 PM
#2728
cvue avatar

cvue

New Zenner

Join Date:
Jan 2010
Location:
WEST USA
Posts:
16
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

kcb410:

1062 Duplicate entry 'EASYPOPULATE_CONFIG_CUSTOM_FIELDS' for key 'unq_config_key_zen'

:: MY THOUGHTS for kcb410 ::

From what it sounds, there seems to be some values in the MySql database that is missing. So when (http://www.....com/admin/easypopulate.php) goes to read the stored data, it outputs
"Warning Easy Populate Configuration Missing. Please install your configuration by clicking here:"
By clicking that will run the Sql installation step, where this creates the data stored into your MySql Database. Since you already have a version install you will need to remove the data that was stored when you use the installation of 1.2.5.5. CSV. Now I haven't used Easy Populate to much, but I create php scripts that communicates with a MySql Database. IN ANOTHER WORDS, I'm not sure if Easy Populate has a feature to remove these VALUES out of the database.

:: BUT WHAT I WOULD DO ::
If you are familiar with PhpMyAdmin (LOCATED IN CPANEL), you can go into that back-end and remove the CONFIGURATION KEYS manually.
I DO NOT RECOMMENDING DOING THIS IF YOU'RE UNFAMILIAR WITH MYSQL DATABASE STRUCTURE
removing other data can really screw your entire database up.

The process is quite simple:

  • To do this, go into your PhpMyAdmin, find the Database you have set for your Zen-Cart Store and CLICK on that name.
  • Then find the CONFIGURATION table (if you have a prefix on during the Zencart installation it would like this ex[ pre_configuration ]) and CLICK it.
  • then you have to go to the very last configuration keys
    NOTE: on mine, it only shows from 1-30, but if you look carefully you can see that there is somewhere around +500 value stored in that one TABLE
  • What I do is CLICK( configuration_id ) until the table is ordering the numbers in descending order ex.(500, 499,498,497... etc)
  • from here if you look down the (configuration_key) column you will see a bunch of values starting with (EASYPOPULATE_ ... .. .) those will be the ONLY keys you want to delete.
  • once deleted you can re-CLICK the button that started all this fuss.

THE "Warning Easy Populate Configuration Missing. Please install your configuration by clicking here:"

:: MY CONCLUSION ::

I'm not sure if that will work for you or not, but those are the steps i would take to a problem such as yours.

I hope this information helps.

18 Jan 2010, 9:00 AM
#2729
rebel_tech avatar

rebel_tech

New Zenner

Join Date:
Dec 2009
Posts:
41
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

schoolboy:

EP uses the product's MODEL NUMBER as the key identifier for its operations.

So if you have a product in the database with Model Number 12345, and let's say it is priced at $10.95...

Now, you want to UPDATE that product (perhaps along with 100 others) to show a new price...

You do an EP download file of all your products.

Open in a spreadsheet.

Delete ALL records that you do not want price changes.

Keep only the 100 products you DO want price changes

Put NEW VALUES into v_products_price cells

SAVE as Tab-delimited.

IMPORT into database via EP

EP will UPDATE those products, to show their new prices.

Search the WIKI for Easy Populate to see my tutorial

Hi

That is simple enough, thanks schoolboy. The problem is that if I have 100 products and the new pricelist that I receive had 200 products. I don't want to search through the other 100 looking for the update. I just want to be able to update only those that already exist.

The OSC one just had update button.

Any ideas?

18 Jan 2010, 10:27 PM
#2730
rivercity avatar

rivercity

Zen Follower

Join Date:
Jul 2009
Location:
Arkansas
Posts:
178
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

I've searched the forum but either I'm missing it or just haven't found it yet, still looking but thought I'd go ahead and post it and maybe someone could send me the forum link or might be able to help.

Just installed EP v1.2.5.4 and it's showing under my tools menu but when I click on it I get this error message. Can anyone point me in the right direction for an answer?

"Fatal error: Call to undefined function tep_not_null() in /home/electric/public_html/admin/includes/classes/table_block.php on line 33"

Thanks
Jim

19 Jan 2010, 5:59 AM
#2731
discprodonline avatar

discprodonline

New Zenner

Join Date:
Jun 2009
Posts:
4
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

cvue:

:: stlnyc's PROBLEM ::

I ran into this same problem but instead of "on line 811" mine was "on line 852", this must mean that we are using a different script, or version. So this might not be it, but could be. the similarity that caught my eye was this line

on the last WARNING LINE

:: MY THOUGHT ::
In my situation, I figured it was a Sql problem so I checked the "ep_debug_log.txt", and it was. It seems that the PHP code was trying to pull information from the database, and the database could not find it, or did not have.
ep_debug_log.txt

:: MY SOLUTION ::
What I did, was: went into MyPhpAdmin, Hard-Delete the easy-populate CONFIGURATION data (I DON'T RECOMMEND DOING THIS IF YOU'RE NOT FIMILAR WITH MYSQL)

Then did a zencart=>admin=>easypopulate=> INSTALL again. That fixed my problems.

AS FOR THIS CODE ERROR

This is just trying to send information, but cant because the first error created a kind of roof or top, to where this information cannot process through.

I HOPE THIS HELPS!! I wanted to help show more then just the answer but what and why, so next time it will be easier to troubleshoot errors.

Do you have a little more information about this? I am getting the exact same error, but I do not know enough about SQL to know how to fix it. Please let me know. Thanks.

20 Jan 2010, 1:52 AM
#2732
rivercity avatar

rivercity

Zen Follower

Join Date:
Jul 2009
Location:
Arkansas
Posts:
178
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

I'm not sure I know enough about it to try your recommendation but I'll go slow and try it.

Thanks

22 Jan 2010, 7:46 PM
#2733
asimms1 avatar

asimms1

New Zenner

Join Date:
Dec 2007
Posts:
42
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Well I killed EZ Populate. I manually deleted the product from my store using PHPmyadmin and now it states I have 6 partially undeleted products. The click here to fix button doesn't fix it, and I can no longer upload my TSV. Sometimes it gives me a blank screen and is just done and sometimes it gives me 'Warning: explode(): Empty delimiter. in /home/content/s/o/o/sooter5ipper/html/admin/includes/functions/extra_functions/easypopulate_functions.php on line 241'

Anybody out there go through this already. I read relative posts but none seem to have the answer.

Thanks in advance for your time.

Adam

22 Jan 2010, 8:33 PM
#2734
mrbuzzsaw avatar

mrbuzzsaw

New Zenner

Join Date:
Dec 2009
Posts:
21
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

i seem to be having issues with easy populate.
i think i may not be installed correctly.
i get this error

Warning: file(/home/content/43/5511843/html/irestore/temp/full.txt) [function.file]: failed to open stream: No such file or directory in /home/content/43/5511843/html/irestore/admin/easypopulate.php on line 1223

this one as well.

Warning: Invalid argument supplied for foreach() in /home/content/43/5511843/html/irestore/admin/easypopulate.php on line 1301

24 Jan 2010, 10:49 PM
#2735
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Suggestions....and help...

1.) Someone PLEASE fix the EP code so that if a product Manufacturer is set to '-none-' that the field will stay 'null' instead of picking the Manufacturer next in line...:oops:

2.) I am having an issue with EP NOT displaying ANY category names beyond 2 levels. Admin config is set to the default of 7.

For Example:

Womens - Shoes - Heels
Womens - Shoes - Flats

all products in either of those categories, in EP only show

Womens - Shoes

as the category names.

Thus meaning that I cannot even use EP..:cry:

27 Jan 2010, 7:07 PM
#2736
mhakiwa avatar

mhakiwa

New Zenner

Join Date:
Sep 2008
Posts:
45
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

I have just had my website re-config'd and now starting on a clean slate. I have not uploaded anything into my site, wanting to make sure everything is running smartly before this happens. I have loads of zipped files/images which need to be uploaded and I see that EP 1254 was recommended as being the most stable. In my "dummy" shop I ftp'd file across as was recommended. When uploading the install_sql thru admin tools, this error comes up:

1062 Duplicate entry 'EASYPOPULATE_CONFIG_TEMP_DIR' for key 2
in:
[INSERT INTO zen_configuration VALUES ('', 'Uploads Directory', 'EASYPOPULATE_CONFIG_TEMP_DIR', 'temp/', 'Name of directory for your uploads (default: temp/).', last_insert_id(), '0', NULL, now(), NULL, NULL), ('', 'Upload File Date Format', 'EASYPOPULATE_CONFIG_FILE_DATE_FORMAT', 'm-d-y', 'Choose order of date values that corresponds to your uploads file, usually generated by MS Excel. Raw dates in your uploads file (Eg 2005-09-26 09:00:00) are not affected, and will upload as they are.', last_insert_id(), '1', NULL, now(), NULL, 'zen_cfg_select_option(array("m-d-y", "d-m-y", "y-m-d"),'), ('', 'Default Raw Time', 'EASYPOPULATE_CONFIG_DEFAULT_RAW_TIME', '09:00:00', 'If no time value stipulated in upload file, use this value. Useful for ensuring specials begin after a specific time of the day (default: 09:00:00)', last_insert_id(), '2', NULL, now(), NULL, NULL), ('', 'Split File On # Records', 'EASYPOPULATE_CONFIG_SPLIT_MAX', '300', 'Default number of records for split-file uploads. Used to avoid timeouts on large uploads (default: 300).', last_insert_id(), '3', NULL, now(), NULL, NULL), ('', 'Maximum Category Depth', 'EASYPOPULATE_CONFIG_MAX_CATEGORY_LEVELS', '7', 'Maximum depth of categories required for your store. Is the number of category columns in downloaded file (default: 7).', last_insert_id(), '4', NULL, now(), NULL, NULL), ('', 'Upload/Download Prices Include Tax', 'EASYPOPULATE_CONFIG_PRICE_INC_TAX', 'false', 'Choose to include or exclude tax, depending on how you manage prices outside of Zen Cart.', last_insert_id(), '5', NULL, now(), NULL, 'zen_cfg_select_option(array("true", "false"),'), ('', 'Make Zero Qty Products Inactive', 'EASYPOPULATE_CONFIG_ZERO_QTY_INACTIVE', 'false', 'When uploading, make the status Inactive for products with zero qty (default: false).', last_insert_id(), '6', NULL, now(), NULL, 'zen_cfg_select_option(array("true", "false"),'), ('', 'Smart Tags Replacement of Newlines', 'EASYPOPULATE_CONFIG_SMART_TAGS', 'true', 'Allows your description fields in your uploads file to have carriage returns and/or new-lines converted to HTML line-breaks on uploading, thus preserving some rudimentary formatting (default: true).', last_insert_id(), '7', NULL, now(), NULL, 'zen_cfg_select_option(array("true", "false"),'), ('', 'Advanced Smart Tags', 'EASYPOPULATE_CONFIG_ADV_SMART_TAGS', 'false', 'Allow the use of complex regular expressions to format descriptions, making headings bold, add bullets, etc. Configuration is in ADMIN/easypopulate.php (default: false).', last_insert_id(), '8', NULL, now(), NULL, 'zen_cfg_select_option(array("true", "false"),'), ('', 'Debug Logging', 'EASYPOPULATE_CONFIG_DEBUG_LOGGING', 'true', 'Allow Easy Populate to generate an error log on errors only (default: true)', last_insert_id(), '9', NULL, now(), NULL, 'zen_cfg_select_option(array("true", "false"),');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

what does it mean I would have liked it to have worked for me, from the write ups I have read people can;t live without it.

27 Jan 2010, 7:11 PM
#2737
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Read the README and INSTALL files!!!

** If for some reason the config install fails, you can upload the SQL file provided using Admin -> Tools -> Install SQL Patches

You don't need to run the SQL file (UNLESS there is some issue with the self-install)

After FTP of the "admin" folder, just go to your admin console TOOLS >>> Easy Populate

Upon entering the screen for the first time, look right at the top of the screen.... Just click the install link provided...

27 Jan 2010, 7:27 PM
#2738
mhakiwa avatar

mhakiwa

New Zenner

Join Date:
Sep 2008
Posts:
45
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Thanx for that, its amazing what you think you read, when you haven't. (it was there all the time, was just looking in the wrong place!

29 Jan 2010, 10:35 AM
#2739
johngilmore2 avatar

johngilmore2

New Zenner

Join Date:
Jan 2010
Posts:
1
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Hello, I cant find where to start a new thread? Anyway, I have installed Google Base Module. I autenticate it fine and then click upload, then it says

product with id 0 ( ...) returned error status
reason:
detail:

Can anyone help with this? I can find anywhere to change the Product ID to 0 to start it off, im not sure? Have I got an old module? Please help i want my products in Google Shopping, thank you guys :frusty:

29 Jan 2010, 2:44 PM
#2740
techiescot avatar

techiescot

New Zenner

Join Date:
Nov 2009
Posts:
59
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Hi

I have installed 1.2.5.4 and managed to download a tab delimited file which I then adapted for an upload. The NEW product appeared in the database but not in the store. In Zen admin, the category which I uploaded the NEW product to shows that it now has 1 product in it, but will not show it.

No error messages received ...

Any ideas?

Gillian