Hi,
I am trying to download my test data to see what kind of file I need to build. But when I click on any of the create and download links, nothing happens (the page just refreshes). Please help. I plan to check the example.txt, and try to upload that to see if I get any error.
In the installation directions:
1. have uploaded the appropriate files
2 Added link to Admin
3. My store is set up in the public html/dev/DirA/stores; that is for example, my admin file is www.domain.com/dev/DirA/stores/admin; so I created the temp file under the stores directory;
so that in easypopulate.php
$tempdir = DIR_FS_DOCUMENT_ROOT . "/stores/temp/";
I tried setting Document root as
('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where the pages are located on the server
and then as
('DIR_FS_DOCUMENT_ROOT', '/home/my_id/public_html/dev/DirA'); // where the pages are located on the server