New Zenner
- Join Date:
- May 2010
- Posts:
- 18
- Plugin Contributions:
- 0
Easy Populate 1.2.5.4 support
Ended up getting this figured out.
Figure I'll just write a little solution to the upload error I was having as I'm sure it'll save anyone who's having this a big headache.
To find the correct path to use for the uploads, go into your FTP and go to:
Admin----> Includes ----> Configure.PHP
Scroll down to:
define('DIR_FS_CATALOG' and the path given is the one you'll use.
My settings in the easypopulate's configuration file are this:
$uploads_security = true;
and due to this being true, you must have your "Uploads" folder created before the Public_Html folder, so instead of:
/Public_Html/Uploads, you'll create it as /Uploads and the overall result is it'll end up being:
'DIR_FS_CATALOG' Path/Uploads