I have check the error log under the opencart admin but no error is shown there.JNeuhoff wrote:This is likely an issue with your PHP settings, e.g. timeout or the maximum allowed upload file size. Check your admin/php.ini fior this. Also, check your error messages in your server's error_log and Opencart's system/logs/error.txt for any hints as to why the import has problems.interaction wrote:Hi Jneuhoff
I have use this import/export ver 1.4.9.3 module recently for my opencart 1.4.9.3 version
The export function is working well except for the import function. Whenever I import the XLS file, it will direct me to a blank page after several minutes. I have less than thousand products and I use microsoft excel for edit
Is there any way to fix this?
Regards
Johnson
My admin/php.ini setting is
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;
Do I need to edit anything in there?
Thanks