开发者

PrestaShop Product Import Issues

开发者 https://www.devze.com 2023-02-24 08:28 出处:网络
First of all, I will give you the specifications of the install: PrestaShop Version: 1.3.6 PHP Version: 5.2.6

First of all, I will give you the specifications of the install:

PrestaShop Version: 1.3.6 PHP Version: 5.2.6 MySQL Version: 5.0.51b Apache Version: 2.2.8

All the above are running on a WAMP install.

Now, the error. I am attempting to import a product catalog of 4,521 products into the install. In order for this to run smoothly, I have split the import into 41 different CSV files. Ranging from 5 products minimum in 1 sheet up to a maximum limit of 150 products per sheet. The import is only importing 7 fields: Category, Name, Price Tax Incl., Image, Custom Feature 1, Custom Feature 2 and Reference #.

The issue arises during the import. A CSV with 30 products imports just fine, but one with 90 products fails at 76 and one with 146 fails at 87. For some reason they are not importing any more and then the backend import screen fails and just shows the header and footer but with a blank tiny content area as if the page didn't fully load!

I find it very strange as the CSV with 146 products previously gave no problem during import but now limits to importing 87 products!

Has anybody every had this occur or something similar, and if so, h开发者_Python百科ow did you fix it??

PS: Before anyone asks, I have upped the memory limits in PHP.ini such as: upload_max_filesize; max_input_time; memory_limit; max_execution_time; post_max_size. None of this has worked.

Thanks, Cian


It sounds like either a timeout error or Out of memory error.

Try to turn on error reporting in /config/config.inc.php line #4) and retry.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号