EP4 FATAL ERROR: No default language set. Table: languages Code: en is set

Above is the new error after making the change

Quote Originally Posted by mc12345678 View Post
In the file YOUR_ADMIN/easypopulate_4.php at line 177 that reads:

Code:
exit("EP4 FATAL ERROR: No default language set."); // this should never happen
Change to read:

Code:
exit("EP4 FATAL ERROR: No default language set. Table: ".TABLE_LANGUAGES." Code: ".DEFAULT_LANGUAGE." is set" ); // this should never happen
And please repost the resulting error message.