I'm using ZenCart V1.3.8a, freshly installed. I downloaded easy populate 2.76g-MS2 via here. I followed the instructions and copied files into correct places. I made a temp directory and chmod'd it. I adjusted all of the config settings in the beginning of easepopulate.php.

So here is the message I get....
Code:
Fatal error: Call to undefined function tep_get_system_information() in /var/www/nanoage.com/htdocs/zen/admin/easypopulate.php on line 20
So i go look back at easypopulate.php...and one of the first lines in the file is...
Code:
$system = tep_get_system_information();
so I look around a bit, grep a few files...look around some more, and eventually i just go to /var/www/ which is my webroot. and do a
Code:
grep -Ri "tep_get_system" *
The ONLY entry I get is the same damn line at the top of easypopulate.php?!?!?!
so wtf is this? Am I using wrong versions or something? Why would that be like that? Can anyone offer any advice or insight? Thanks so much in advance!
Code:
Nymeria www # grep -Ri 'tep_get_system' *
htdocs/zen/admin/easypopulate.php:$system = tep_get_system_information();
Binary file htdocs/zen/admin/.easypopulate.php.swp matches
Nymeria www #