Quote Originally Posted by stiggybaby View Post
Just did a brand new 153 install.
Uploaded EP4 files for EP4 install on new zencart 153 install.
Admin Login>Tools>Easy Populate 4
Same result: EP4 FATAL ERROR: No default language set.

Is there a quick fix like deleting a line out or editing a line in the easypopulate_4.php file? I only plan on using English.
So, I began looking at the code, EP4 has heavily used mysql_ type functions. ZC 1.5.3 transitions to mysqli_ type functions. The language issue is merely the first of many "errors" in the code under 1.5.3. While a better fix might be to use more of the ZC standard code/functions, I am making the changes to this program to maintain past compatibility and add compatibility with 1.5.3 and expct to push the changes to a github version later today. I have the core export functionality working, and am working on the import and then to take a look at the split module and lastly to look through the other files to see if there is any remnant of mysql_ type calls therein.

Alternatively, the entire code could be made 1.5.3 only, but there seems to be little reason to do this as it will only cause more forks in versions. Please have patience while this is being done, I understand the potential impact and am trying to work as quickly and soundly as possible on this.