|
Finally its the weekend and now I have some time to look into this issue.
First off I tried to search the database for term “category_ids”
The only hits I got were tables named dataflow_batch*
----------------------------------------------------------------------------------------------
So I decided to do a fresh install and check if i get different results.
Also when I tried to do the fresh install using the downloader I kept on getting Pear version Errors such as
pear/Console_Getopt requires PEAR Installer (version >= 1.9.1), installed version is 1.7.1
pear/PEAR requires package “pear/Console_Getopt” (recommended version 1.2.3)
Luckily I found a solution.
For all the users having the same error you will need to update pear in the user account. If you use Cpanel and have access to ssh
go to
cd home/username/public_html
Run the following
./pear mage-setup
./pear channel-update pear.php.net ./pear upgrade --force PEAR
If fails run the above code again
after successful update run the following in ssh
./pear install magento-core/Mage_All_Latest-stable
Go back to the install URL. and proceed with the rest of the install.
You might get a permission error just navigate to the location and use chmod 777 *
------------------------------------------------------------------------
Now returning back to my issue.
After a freshinstall on a different domain, I still dont see an option to map category_ids. (screen shot attached)
Also I did a full search on the fresh install database for the term “category_ids” result was “Total: 0 match(es)”
Has Magento made a big boo boo or this was removed from import/export on purpose ? Because there is a lot of talk about how category tables have changed after 1.4.0
Anyone know the ETA on 1.5.0 release ? Is magento working on this?
I have logged a bug here. http://www.magentocommerce.com/bug-tracking/issue?issue=10662
Sorry for the long reply.
Image Attachments
Click thumbnail to see full-size image
|