I downloaded and installed the 4.6 version of views (http://ftp.osuosl.org/pub/drupal/files/projects/views-4.6.0.tar.gz)on Drupal 4.6.6. I already activated the Views module. I have also installed the necessary database code. However, I can't see any >> views menu under the adminster menu. :(

Am I supposed to something else to activate the Views module? :)

Thanks for any help.

Comments

bobbia’s picture

I also am getting a blank page when I go to /admin/views. I have Drupal 4.6.2. I:

- added the module, version $Id: views.module,v 1.89 2006/03/19 18:27:32
- added the sql tables with the views.mysql file
- ticked the 'views' module under 'modules'
- enabled the views_ui module in /admin/access
- cleared my cache
- I even ran update.php, just in case

However, all I get is a blank page. It is a bit of a show stopper.
Thanks!

bobbia’s picture

ps - I also ticked the 'views_ui' module under 'modules'
Thanks!

merlinofchaos’s picture

Uhh. views_ui.module is a 4.7 only module. The version for 4.6 is just views.module. The proper CVS version ID of the 4.6 version of Views.module is 1.12.0.2 which doesn't show in the file (tho I think I will put a $id in there which'll probably bump it up to 1.12.0.3)

You definitely have the wrong version of Views for your Drupal install.

bobbia’s picture

Thanks so much for responding - it helped a lot. Sorry to waste your time on such an obvious error.

merlinofchaos’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)