Quote Originally Posted by wtashby View Post
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.
I just realized I may have edited my previous response a little too soon. The test run did not validate that ZC had the correct setting/variable. It validated that if the correct query was sent to the database then the right information would come back. So now it is necessary to validate the query is providing the correct information to ensure that it is not returning with a blank entry. I wonder if anything UTF8 relates to this issue and whether the mb_string aspect has been bypassed and potentially added to this?

Well, the uninstall process that is a part of EP4 only addresses the database and the actions taken to access the configuration settings and the settings on the configuration page. Ideally, the files should be reuploaded through FTP, or in reverse removed one by one.

You can try:
Code:
yourstore/youradmin/easypopulate_4.php?epinstaller=remove
but that won't adjust anything related to the data of the returned SQL statement.