
Originally Posted by
zswll2
As you said, I only export and import, not edit. When importing, the browser is blank. I check Network and find POST 500.
I checked the website error log and there was no relevant error message at the same time.



Originally Posted by
zswll2
Latest log
Website log:
error log:

Unfortunately, and I have no idea how it got there, but there is an extra period at the end of line 160 of admin/easypopulate_4_attrib.php. This does cause a mydebug log to be generated (if your system is properly setup to log myDebug logs) that reads like so:
Code:
[DATE TIME TIMEZONE] PHP Parse error: syntax error, unexpected '.' in /filepath_to_admin/easypopulate_4_attrib.php on line 160
[DATE TIME TIMEZONE] Request URI: /admin/index.php?cmd=easypopulate_4, IP address: IP_ADDRESS
--> PHP Parse error: syntax error, unexpected '.' in /filepath_to_admin/easypopulate_4_attrib.php on line 160.
To fix the issue change:
Code:
$products_options_values_sort_order = $products_sort_order_start;.
to:
Code:
$products_options_values_sort_order = $products_sort_order_start;