Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
BlackOrchidCouture
Will do, it shouldn't be too hard, I just installed the Zen Cart 4 days ago, then a bunch of plugins. I had tried to install FEC and it wasn't showing up in Admin, so I deleted all the files it may have happened then. Thanks again!
Good to know, like said before EP4 does not overwrite any core files. While I don't know if Fast and Easy Checkout overwrites the configuration.php file, if it does, remember as you rebuild your cart, just because a file was a part of a plugin, it may also be a modified necessary file for the store. Uninstall may require restoration of a backup of the file. :)
Re: EasyPopulate 4.0 Support Thread
Aha, FEC does have admin/configuration.php included in the files to upload, so I did delete it when I deleted all the files! The weird thing is though this file is a core file, I don't remember any files being overwritten when I first uploaded FEC, and the instructions don't mention any overwrites. Well, hopefully this all will help someone else in the same situation!
Re: EasyPopulate 4.0 Support Thread
I have read through this entire thread looking for a different answer than the missing $ update, but even after uploading and installing the latest version, and even copying and pasting the code from GitHub, I am still getting EP4 FATAL ERROR: No default language set, even though just a few days ago, Easypopulate 4 was working perfectly on my site. Has anyone come up with any different reasons for this, and/or fixes?
Re: EasyPopulate 4.0 Support Thread
Just on a whim, I tried this in easypopulate_4.php
Code:
//else {
//exit("EP4 FATAL ERROR: No default language set."); // this should never happen
//}
as you can see, I commented out the dreaded fatal error else code, around line 153, and voila, that worked like a charm.
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
wtashby
Just on a whim, I tried this in easypopulate_4.php
Code:
//else {
//exit("EP4 FATAL ERROR: No default language set."); // this should never happen
//}
as you can see, I commented out the dreaded fatal error else code, around line 153, and voila, that worked like a charm.
Sorry folks. Although that got rid of the error on tools->easypopulate, it broke several of the other ep4 pages.:blush:
I'm just going to try starting over. If anyone still has found a fix for this that doesn't break other things, please, let me know.
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
wtashby
Sorry folks. Although that got rid of the error on tools->easypopulate, it broke several of the other ep4 pages.:blush:
I'm just going to try starting over. If anyone still has found a fix for this that doesn't break other things, please, let me know.
Please identify the versions being used (ZC. And EP4). There was that problem which prompted the latest change.
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
mc12345678
Please identify the versions being used (ZC. And EP4). There was that problem which prompted the latest change.
Zen-cart v1.5.3 and EP4 v4.0.23
As I stated before, it was working just fine a couple of days ago. I even successfully uploaded products. Now, clicking on tools->easy populate 4 kicks out that error.
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
wtashby
Zen-cart v1.5.3 and EP4 v4.0.23
As I stated before, it was working just fine a couple of days ago. I even successfully uploaded products. Now, clicking on tools->easy populate 4 kicks out that error.
What version PHP?
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
mc12345678
What version PHP?
PHP Version: 5.3.28
Re: EasyPopulate 4.0 Support Thread
Quote:
Originally Posted by
wtashby
Sorry folks. Although that got rid of the error on tools->easypopulate, it broke several of the other ep4 pages.:blush:
I'm just going to try starting over. If anyone still has found a fix for this that doesn't break other things, please, let me know.
Fyi, now that I have a moment. To. Write, it was these exact symptoms that identified the need to update the code to work with 1.5.3. All of the same "tests" were performed.
May I suggest reuploading the files? But before doing that, going to tools, developer's toolkit, in thelower left corner inserting: easypopulate_4, then the drop down select admin and do a search. Identify what appears in the firstline of the various files that come back. Sounds like may have had the. Right files initially,but something isn't right now. :/