Quote Originally Posted by zswll2 View Post
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.
Click image for larger version. 

Name:	77.jpg 
Views:	54 
Size:	22.0 KB 
ID:	19341Click image for larger version. 

Name:	66.jpg 
Views:	68 
Size:	54.5 KB 
ID:	19340
Quote Originally Posted by zswll2 View Post
Latest log

Website log:
Click image for larger version. 

Name:	99.jpg 
Views:	62 
Size:	15.6 KB 
ID:	19342

error log:
Click image for larger version. 

Name:	00.jpg 
Views:	61 
Size:	28.1 KB 
ID:	19343
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;