Hi
I am trying to connect drupal with magento. For this i followed the instructions on this page.
http://drupal.org/node/468036
I copied the magento module in "modules" folder at root of drupal, which is downloaded from this link http://drupal.org/project/magento.
On logging in from admin section. I see that all the magento modules are coming disabled. I can't find any option to enable them.
How to enable them??
------------------------------------------------------------------------------------------------------------------------------------
Magento eCommerce XML-RPC API 6.x-1.1-rc1 Magento eCommerce XML-RPC API
Depends on:Services (missing), System_service (missing), User_service (missing), Xmlrpc_server (missing)
Required by: Orders Synchronizer with Magento (disabled), Products Synchronizer with Magento (disabled), Rules Synchronizer with Magento (disabled), Stores Synchronizer with Magento (disabled), Users Synchronizer with Magento (disabled)
Orders Synchronizer with Magento 6.x-1.1-rc1 Synchronize orders with Magento eCommerce
Depends on: Magento eCommerce XML-RPC API (disabled), Products Synchronizer with Magento (disabled), Stores Synchronizer with Magento (disabled), Services (missing), System_service (missing), User_service (missing), Xmlrpc_server (missing), Users Synchronizer with Magento (disabled), Content (missing), Number (missing), Text (missing), Optionwidgets (missing), Filefield (missing), Date (missing), Imagefield (missing)
Rules Synchronizer with Magento 6.x-1.1-rc1 Synchronize catalog rules with Magento eCommerce
Depends on: Magento eCommerce XML-RPC API (disabled), Content (missing), Number (missing), Text (missing), Optionwidgets (missing), Date (missing), Services (missing), System_service (missing), User_service (missing), Xmlrpc_server (missing)
Stores Synchronizer with Magento 6.x-1.1-rc1 Synchronize websites, stores and store views with Magento eCommerce
Depends on: Magento eCommerce XML-RPC API (disabled), Services (missing), System_service (missing), User_service (missing), Xmlrpc_server (missing)
Required by: Orders Synchronizer with Magento (disabled), Products Synchronizer with Magento (disabled)
Users Synchronizer with Magento 6.x-1.1-rc1 Synchronize drupal users with Magento eCommerce
Depends on: Magento eCommerce XML-RPC API (disabled), Services (missing), System_service (missing), User_service (missing), Xmlrpc_server (missing)
Required by: Products Synchronizer with Magento (disabled), Orders Synchronizer with Magento (disabled)
Other
Enabled Name Version Description
Enabled Name Version Description
Products Synchronizer with Magento 6.x-1.1-rc1 Synchronize products with Magento eCommerce
Depends on: Magento eCommerce XML-RPC API (disabled), Users Synchronizer with Magento (disabled), Stores Synchronizer with Magento (disabled), Content (missing), Number (missing), Text (missing), Optionwidgets (missing), Filefield (missing), Date (missing), Imagefield (missing), Services (missing), System_service (missing), User_service (missing), Xmlrpc_server (missing)
Required by: Orders Synchronizer with Magento (disabled)
Urgent help is appreciated.
Comments
Modules in Drupal frequently
Modules in Drupal frequently have dependencies, and you can't enable a module unless you have the required modules installed as well. Look at the "Depends on:" line and notice how many of the required modules are "missing". You need to find them and install them as well. Modules like Services will contain many of the missing modules.
-Corey