I have just started a new drupal installation, I added the dutch language before install and installed it all in the dutch language, not problem there, I uploaded the drupify theme and selected it and it works fine, I have added the newest cck and that works, but after that i added views but upon confirmation all i get is a blank "admin/build/modules" page. every other url i try gives a blank page as well. I have checked my memmory and upon install it says there is 128MB available for php.

cheers,
Rob

Comments

muflon’s picture

Probably I have the same problem I started new instalation of drupal release 6.x-dev I installed CCK RC2 + Date + Link and everything works ok and then I installed Views 2 RC1 and I got this message:

Fatal error: Class 'views_handler_field_node' not found in F:\www\drupal\modules\cck\includes\content.views.inc on line 255

JackKannof’s picture

Just checked my servers log and this is what comes up a lot:
Failed loading /usr/lib/ioncube/new/ioncube_loader_lin_5.2.so: /usr/lib/ioncube/new/ioncube_loader_lin_5.2.so: cannot open shared object file: No such file or directory, referer: http://www.xxxxxxxxxx.nl/admin/build/modules

anyone got any ideas

JackKannof’s picture

ok i just switched to the 6.x-2.x-dev and now it works fine.

JackKannof’s picture

Ok spoke too soon again,

I have updated to 6.x-2.x-dev and immediatly installed views-6.x-2.0-rc1 without any problems, but after that i installed cck-6.x-2.0-rc2 and now i get the same blank screen again. So it has to do with a combination of them both.

Starting over for the 6th time now.

RoboPhred’s picture

Project: Views (for Drupal 7) » Content Construction Kit (CCK)
Component: Miscellaneous » Views Integration
Category: support » bug

I am getting this also. Views RC1 with an older version of CCK worked fine, but when I upgraded CCK to RC2 it started giving me the same error.

RoboPhred’s picture

I was able to fix this by undoing the content.views.inc change at version 1.68.2.4.

Apparently views_include_handlers() is needed...

yched’s picture

Status: Active » Closed (duplicate)