Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
milobloom
I am getting this error trying to get a copy to my temp directory.
Never seen this one before, Any ideas how to fix?
Milo,
How many items in your store? Are you using the TAB or the CSV version? Does this occur just on the full download, or all downloads?
This error is cause when you run out of memory on the server. The server terminates the script and kicks you out.
If you have access to your php.ini file, you can find and change this line:
memory_limit = 64M ; Maximum amount of memory a script may consume (10MB)
Your memory limit is set to 32M. You can try and up it to 64 and hopefully that will work. You may also want to change these lines to increase script execution time:
max_execution_time = 60 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
Note that if you are on shared hosting, they may still override these entries...
Hope this helps!
Re: Easy Populate support for Version 1.2.5.4
please I have to install a version of easy populate, I guess 1.2.5.6 but I would have before the uninstall.sql file, in way that if it is wrong or I have some critical error, I can uninstall.
So please, can I have a uninstall.sql?
please
I should install within today, it is urgent :blush::smile:
Re: Easy Populate support for Version 1.2.5.4
I read in install.txt that to remove easy populate it needs
?langer=remove after /easypopulate.php
is that also uninstall sql setting?
And re go on the initial settings without easy populate?
thanks
:smile:
Re: Easy Populate support for Version 1.2.5.4
sorry I am again.
I installed this addon.
All is all right but
when I download full EP
I open the file and I see for the same product (1 unique code product)
5 rows with same product and same unique code.
On my site instead is correct and I see only 1 product.
Why I see 5 rows for many products?
Please
Re: Easy Populate support for Version 1.2.5.4
same problem with 1.2.5.4
Re: Easy Populate support for Version 1.2.5.4
Quote:
memory_limit = 64M ; Maximum amount of memory a script may consume (10MB)
Your memory limit is set to 32M. You can try and up it to 64 and hopefully that will work. You may also want to change these lines to increase script execution time:
max_execution_time = 60 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
Thanks!
They bumped my memory to 128 and it works great!
Re: Easy Populate support for Version 1.2.5.4
greeeeeat now I understand, for any strange cause the precedent version of EP caused linked products, that manually I have delete thanks to this thread
http://www.zen-cart.com/forum/showthread.php?t=62977
now I don't try to set price with vat (I set on configuration on true but it doesn't go)
but I'm happy
:laugh:
Re: Easy Populate support for Version 1.2.5.4
uff it created linked products when I reimported.
So I bought advance 3.0.3 but I have this error
Easy Populate Advanced 3.0.3
Categories Data Error Detected
Easy Populate has detected missing default language names for your store categories. This is the result of some kind of database corruption or administration oversight.
Easy Populate requires that these errors are repaired in order to function correctly, & can make the required repairs, naming your missing category names "CATEGORY X" where X is the database id for the repaired category. You will then be able to edit/manage/delete these categories in Zen Cart admin.
A list of the categories can be downloaded using Easy Populate to investigate what categroies contained these errors.
To proceed with this repair, click on the link in the message alert above.
How I have to do?
I paid to solve my problems and nothing...
Please if someone has an idea :frusty:
Re: Easy Populate support for Version 1.2.5.4
solved, finally
I guess it was a problem of a previous version of EP, bad installed.
:clap:
Re: Easy Populate support for Version 1.2.5.4
I need to insert html_entity_decode() on product description, because my data feed's product description contains <p> instead of <p>.
Where exactly in the code I should do that ? :shocking: