PrestaShop Product Import Issues -


first of all, give specifications of install:

prestashop version: 1.3.6 php version: 5.2.6 mysql version: 5.0.51b apache version: 2.2.8

all above running on wamp install.

now, error. attempting import product catalog of 4,521 products install. in order run smoothly, have split import 41 different csv files. ranging 5 products minimum in 1 sheet maximum limit of 150 products per sheet. import importing 7 fields: category, name, price tax incl., image, custom feature 1, custom feature 2 , reference #.

the issue arises during import. csv 30 products imports fine, 1 90 products fails @ 76 , 1 146 fails @ 87. reason not importing more , backend import screen fails , shows header , footer blank tiny content area if page didn't load!

i find strange csv 146 products gave no problem during import limits importing 87 products!

has every had occur or similar, , if so, how did fix it??

ps: before asks, have upped memory limits in php.ini such as: upload_max_filesize; max_input_time; memory_limit; max_execution_time; post_max_size. none of has worked.

thanks, cian

it sounds either timeout error or out of memory error.

try turn on error reporting in /config/config.inc.php line #4) , retry.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -