I have extrated but I don't see it on my modules list. Any suggestions?

Comments

saml’s picture

What Drupal version do you have?

cybermalandro’s picture

4.7.3

Jaza’s picture

Title: I have extrated it » Modules not showing on admin/modules page

PHP version?

Other Drupal modules installed?

cybermalandro’s picture

php5
taxonomy
ecommerce
views
......

Jaza’s picture

I highly suspect that the problem is PHP5. The API hasn't yet been tested at all on PHP5. I will try to test it in this environment as soon as I can, and to fix what I predict will be a large number of PHP5-specific bugs.

scroogie’s picture

Is 4.7.3 the right version to use or should we test against drupal-cvs?

cybermalandro’s picture

Jaza,

I have another drupal site running with php5 which does not have the ec module installed and I can see the importexport module in the module list. I am going to test it in the next following minutes.

I think the problem has to do with perhaps taxonomy or categories modules. I am not 100% sure of this though.

Jaza’s picture

Is 4.7.3 the right version to use or should we test against drupal-cvs?

Please test against 4.7.x (either 4.7.3, or the DRUPAL-4-7 CVS branch). The module is not compatible with CVS HEAD.

I have another drupal site running with php5 which does not have the ec module installed and I can see the importexport module in the module list.

Good to hear. I still need to do PHP5 testing, though. :P

I think the problem has to do with perhaps taxonomy or categories modules. I am not 100% sure of this though.

I have tested the module fairly thoroughly with taxonomy, and have had no problems. The problem is quite likely the category module. I would strongly recommend that you disable the category module (and co), because (a) the module is full of bugs at the moment, and (b) it's not currently suported by the API anyway (although I will be adding support for it - that's one of the main reasons why I wrote the API in the first place!).

Jaza’s picture

Status: Active » Closed (fixed)

The module seems to be showing for everyone now.