Quote Originally Posted by kenny724 View Post
Hi, I am trying to install easy populate...but I don't get a link on the admin menu. I tried the link /easypopulate.php?langer=install did not work. I get Fatal error: Call to undefined function ep_chmod_check() in /.../easypopulate.php on line 218. what does this mean? Thanks.
The temp folder that was FTP'd to your server during EP install has permissions that are too strict... The folder should be CHMOD 777 (0777).

The php lines say:

Code:
$chmod_check = ep_chmod_check($tempdir);
	if ($chmod_check == false) {
		// no temp dir, so template download wont work..
		$messageStack->add(EASYPOPULATE_MSGSTACK_INSTALL_CHMOD_FAIL, 'caution');
	} else {
		// chmod success