Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
mc12345678
The other language file would be either:
Includes/languages/YOUR_LANGUAGE/YOUR_TEMPLATE/locale.php
Or
Includes/languages/YOUR_LANGUAGE/locale.php
Or English in place of YOUR_LANGUAGE in the above order of precedence.
Have you considered converting your database to utf-8 using the plugin db2utf8? Is this something your business target could support or is latin1 required to support operation?
Includes/languages/YOUR_LANGUAGE/YOUR_TEMPLATE/locale.php - not found
Includes/languages/YOUR_LANGUAGE/locale.php - not found
Have you considered converting your database to utf-8 using the plugin db2utf8? Is this something your business target could support or is latin1 required to support operation? - I do not know how to do that.
Here is another post https://www.zen-cart.com/showthread....e-NOT-in-Admin
This is were I first noticed the problem. Thank you!
Re: EasyPopulate 4.0 Support Thread
Another place to try to set the timer for ZC is in configuration->My Store->Admin Set max_execution_time for processes (default is 60).
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
keith z
Includes/languages/YOUR_LANGUAGE/YOUR_TEMPLATE/locale.php - not found
Includes/languages/YOUR_LANGUAGE/locale.php - not found
Have you considered converting your database to utf-8 using the plugin db2utf8? Is this something your business target could support or is latin1 required to support operation? - I do not know how to do that.
Here is another post
https://www.zen-cart.com/showthread....e-NOT-in-Admin
This is were I first noticed the problem. Thank you!
In ZC forums, typically something like YOUR_LANGUAGE or YOUR_TEMPLATE refers to substitution of the content associated with the words. So if you operate your store in English only the the path would be like includes/languages/english/YOUR_TEMPLATE/locale.php or if a file doesn't exist in the directory name used for your template then the system would fall back to includes/languages/english/locale.php.
Yeah, I saw that thread which was what led me to ask about how the 1400+ items were added.
The plugin db2utf8 is not complex to use. It has instructions and there are no files overwritten. The database should be backed up before using it though.
The files listed above would need to be modified (instructions tell you which). The process is relatively painless and quick.
Re: EasyPopulate 4.0 Support Thread
I changed it to 600 with no luck.
Re: EasyPopulate 4.0 Support Thread
Thank you. I will give it a try.
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
keith z
I changed it to 600 with no luck.
Well, while I haven't gone back to review the history of development and possible explanation on the topic, I believe one of the reasons the dropdown options were provided in the upper area was to address the export of such a large database considering there is an import method offering a similar breakup (split).
I have seen this behavior (having to export some form of sub-group) needed for other large databases some smaller in total number of product but with an additional language.
Re: EasyPopulate 4.0 Support Thread
Where would this debug.txt file exist? I have searched everywhere with no luck.
I went to my live site and I cannot import I get the following. As you can see "Printers & Printer Parts" is not longer than 50 chars.
Quote:
SKIPPED! - Model: 100323280 - Category name: "Printers & Printer Parts" exceeds max. length: 50
SKIPPED! - Model: 100334815 - Category name: "Printers & Printer Parts" exceeds max. length: 50
SKIPPED! - Model: 100361358 - Category name: "Printers & Printer Parts" exceeds max. length: 50
Quote:
Originally Posted by
mc12345678
Sorry I didn't see this earlier (last message I had received was the one before this because I had not visited the site between posting of the two recent messages).
Actually the error log that is discussed in that window is the debug.txt file that is now included in your list of files when accessing the admin panel for EP4...
This is most likely a result of data existing in the file that is not "escaped"... Be nice to see what is in that log to understand what was returned to cause this error so that it can be prevented in the future.
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
AZComp
Where would this debug.txt file exist? I have searched everywhere with no luck.
I went to my live site and I cannot import I get the following. As you can see "Printers & Printer Parts" is not longer than 50 chars.
the debug log file is in your temp/ folder ( the EP4 folder ).
Re: EasyPopulate 4.0 Support Thread
For me it is not and I do have debug turned on in settings.
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
AZComp
For me it is not and I do have debug turned on in settings.
...but did you see a debug log being generated ?
When it's generated, there's also a download link in easypopulate_4 page ( the admin one ) .