Jump to content

Server Error trying to upload csv file


Recommended Posts

I have been building my spreadsheet of product info and uploading csv files to see how things look from time to time. Haven't had too much trouble. My catalog reached 414 products and now have image URLs. Tried to upload and got the following error:

 

The website encountered an error while retrieving http://inhistimefarms.com/admin123/index.php?controller=adminimport&token=c8bd45f2d326cb4080c8e1d69180bf8a. It may be down for maintenance or configured incorrectly.

 

I tried breaking the catalog into smaller sizes after reading some posts on this forum. I checked the PHP.INI file for time and file size. This is my PHP.INI :

 

magic_quotes_gpc = Off;

register_globals = Off;

default_charset = UTF-8;

memory_limit = 64M;

max_execution_time = 18000;

upload_max_filesize = 999M;

safe_mode = Off;

mysql.connect_timeout = 20;

session.use_cookies = On;

session.use_trans_sid = Off;

session.gc_maxlifetime = 12000000;

allow_url_fopen = on;

;display_errors = 1;

;error_reporting = E_ALL;

 

Any help would be greatly appreciated.

Thanks

Link to comment
Share on other sites

I have been building my spreadsheet of product info and uploading csv files to see how things look from time to time. Haven't had too much trouble. My catalog reached 414 products and now have image URLs. Tried to upload and got the following error:

 

The website encountered an error while retrieving http://inhistimefarm...0c8e1d69180bf8a. It may be down for maintenance or configured incorrectly.

 

I tried breaking the catalog into smaller sizes after reading some posts on this forum. I checked the PHP.INI file for time and file size. This is my PHP.INI :

 

 

Any help would be greatly appreciated.

Thanks

You can always upload it directly to ftp youradminfolder/import/

Make sure your import folder permissions are set to 775

Edited by doubleD (see edit history)
Link to comment
Share on other sites

I have about 5000 products. When I had trouble like this the titles contained goofy characters, semicolons apostrophes etc. where they should not be. Look for these carefully. Or run a filter to remove them - very wacky things can happen otherwise.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...