Zen Cart Logo
Forums / Addon Admin Tools / EasyPopulate 4.0 Support Thread

EasyPopulate 4.0 Support Thread

Sticky

Views: 733,260

Results 1,521 to 1,540 of 3,671
6 Aug 2014, 4:05 PM
#1521
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

EasyPopulate 4.0 Support Thread

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. :)

6 Aug 2014, 4:48 PM
#1522
blackorchidcouture avatar

blackorchidcouture

Zen Follower

Join Date:
Apr 2010
Location:
Albuquerque, NM
Posts:
198
Plugin Contributions:
0

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!

11 Aug 2014, 8:35 PM
#1523
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

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?

11 Aug 2014, 8:57 PM
#1524
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

Just on a whim, I tried this in easypopulate_4.php

//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.

11 Aug 2014, 9:08 PM
#1525
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

wtashby:

Just on a whim, I tried this in easypopulate_4.php

//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.
11 Aug 2014, 10:10 PM
#1526
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

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.

11 Aug 2014, 10:14 PM
#1527
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

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.

11 Aug 2014, 11:43 PM
#1528
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

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?

12 Aug 2014, 12:11 AM
#1529
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

mc12345678:

What version PHP?

PHP Version: 5.3.28

12 Aug 2014, 12:18 AM
#1530
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

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. :/

12 Aug 2014, 12:38 AM
#1531
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

mc12345678:

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. :/

includes/languages/english/extra_definitions/easypopulate_4.php is v4.0.21
includes/languages/english/easypopulate_4.php is v4.0.21
includes/functions/extra_functions/reg_easypopulate_4.php is v4.0.21
easypopulate_4_split.php, v4.0.21

Everything else is v4.0.23

12 Aug 2014, 9:54 PM
#1532
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

wtashby:

includes/languages/english/extra_definitions/easypopulate_4.php is v4.0.21
includes/languages/english/easypopulate_4.php is v4.0.21
includes/functions/extra_functions/reg_easypopulate_4.php is v4.0.21
easypopulate_4_split.php, v4.0.21

Everything else is v4.0.23

Those version numbers appear correct for the way the files have been updated. Have you had any success with the installtion?

It wouldn't make sense, but I even tried to find out if there was a conflict of this version of php with mysqli_ type commands. Here's another thought if you are still having difficulties, andmay have a follow-on question, when inur admin panel, in the upper right is a version button. Towards the bottom of the resulting screen's top part, what version information is there about your ZC? Also, what type of system is this being used on? Something still doesn't seem to be adding up since you said you were able to use this a few days ago, and now there is a problem. :/

12 Aug 2014, 11:52 PM
#1533
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

mc12345678:

Those version numbers appear correct for the way the files have been updated. Have you had any success with the installtion?

It wouldn't make sense, but I even tried to find out if there was a conflict of this version of php with mysqli_ type commands. Here's another thought if you are still having difficulties, andmay have a follow-on question, when inur admin panel, in the upper right is a version button. Towards the bottom of the resulting screen's top part, what version information is there about your ZC? Also, what type of system is this being used on? Something still doesn't seem to be adding up since you said you were able to use this a few days ago, and now there is a problem. :/

None of what you are asking me about has changed. None of this explains why, one day it's working perfectly, then suddenly, this. Since EP doesn't effect any of the core files, and no other plugin or module effects EP4 files, what on earth could be causing this?

13 Aug 2014, 12:32 AM
#1534
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

When easypopulate_4.php does a query for the default language, does it do so directly to the database, or does it call another file in zen-cart first? I ask because I'm wondering if maybe I have a corrupted language file somewhere, or something like that.

13 Aug 2014, 12:43 AM
#1535
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

wtashby:

When easypopulate_4.php does a query for the default language, does it do so directly to the database, or does it call another file in zen-cart first? I ask because I'm wondering if maybe I have a corrupted language file somewhere, or something like that.

Good questioning attitude, perhaps you have struck on what the issue may be or how to fix this issue.

It accesses the database directly (most of the functions in EP4 do that, which is partially why it does not count on too much of the ZC files). It looks for the default language by use of the constant DEFAULT_LANGUAGE. When looking at Localization->languages, the default language (if there is one) should have the word (default) next to the Noun name of the language. Take note of the code (typically two letters) next to the language that is/should be the default. Then go verify that the constant DEFAULT_LANGUAGE is set by going to any configuration section, and change the gID to 6.

Then when the Default Language field is selected for edit, enter/verify entered the code noted above.

13 Aug 2014, 12:50 AM
#1536
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

going to any configuration section, and change the gID to 6

What do you mean "any configuration section"? In the database? A file? What is a gID?

13 Aug 2014, 12:59 AM
#1537
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

wtashby:

What do you mean "any configuration section"? In the database? A file? What is a gID?

Admin panel, configuration (far left), select for example My Store.

If you look at the URI in your browser you see (typically): mysite/MY_secret_admin/configuration.php?gID=1.

Change the 1 to a 6 and "goto" that page...

13 Aug 2014, 1:03 AM
#1538
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

mc12345678:

Admin panel, configuration (far left), select for example My Store.

If you look at the URI in your browser you see (typically): mysite/MY_secret_admin/configuration.php?gID=1.

Change the 1 to a 6 and "goto" that page...

Ok, I understand. I just did that, and my selected default language is correct. en

Should it be something different?

13 Aug 2014, 1:10 AM
#1539
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: EasyPopulate 4.0 Support Thread

wtashby:

Ok, I understand. I just did that, and my selected default language is correct. en

Should it be something different?

It could be, but the important thing is that you also have en in the localization->languages area... Is it listed more than once?

Could try running the following script in myPHPadmin prepending your table prefix to the word in red if there is a table prefix.

SELECT languages_id, name FROM languages WHERE code = 'en';

and identify what/how many rows are returned and the value of languages_id.

13 Aug 2014, 1:24 AM
#1540
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: EasyPopulate 4.0 Support Thread

mc12345678:

It could be, but the important thing is that you also have en in the localization->languages area... Is it listed more than once?

Could try running the following script in myPHPadmin prepending your table prefix to the word in red if there is a table prefix.

SELECT languages_id, name FROM languages WHERE code = 'en';

> 
> and identify what/how many rows are returned and the value of languages_id.

Running that returned one result, and it was correct.  My localization->languages is correct, every thing seems correct.  Is there any way to un-install EP4 even though I can't get to the page to click the link?  Maybe if I can completely remove all things EP4 and start over, something might fall into place.