yellow1912:
BTW, I somehow can not retrieve categories from Ebay, it always give me a pop-up says "get categories" and that's it.
You have a skewed ebay_config table. You need to do one of the two following things depending on your hosting setup.
Solution 1 -> Dedicated Host/VPS:
Step 1
Run the following SQL commands via phpMyAdmin or on mysql console.
TRUNCATE TABLE ebay_config;
INSERT INTO ebay_config VALUES (1, NULL, NULL, NULL, NULL);
Step 2
Go to your Create Auction Page and click on Category Select button to update your categories.
** Solution 2 -> Shared Host**
Run the web based installer to update your categories manually. This will install all current US eBay categories into your database.