Quote Originally Posted by TheOnyxGuy View Post
Yep, my temp I placed in the admin, and permissions are set 755, and I placed the .htaccess (just like on pg14 nothing added or rmvd) in the temp folder. I just tried to do the right click like you mentioned and it saved the error page, that I would've got had I just clicked on it, as a .csv. So when I open it up in LibreOffice I get html source of the page. Upload, create, and delete work but not the download.

Is it safe enough to leave it out of the admin folder?
You should also check your configure.php files. Depending on your installation, I've seen errors that needed to be corrected. Namely, extra '\\' in the url's

correct:

http:\\www.yourstore.com\youradmin\easyphpopulate_4.php

incorrect:

http:\\http://www.yourstore.com\\youradmin\...populate_4.php

If you have that extra double-whack, you will need to edit your configure.php files and correct them.

Alternatively, your .htaccess file is not being read. Don't know how to advise you on correcting it if this is the case, sorry.

-chadd