Hi,
I have been getting blank pages lately using drupal. After carefully install and uninstall all the modules one by one, I finally notice that the blank screen was cause by the view module having conflict with the CCK text fields type . This 2 thing can't exists together in the Drupal I have installed. May I know why? How to make this 2 things work together?

Comments

JonGirard-1’s picture

Hi,

In uninstalling the module you may have figured it was the 2 modules causing problems. But, since you were recieving blank pages I would check your php error logs for exhausted memory. It could be that in unistalling the modules you free'd up some memory space. The more modules you have, the more memory. If you do find that there are eshausted memory errors then you must increase the memory size limit in php.ini, or the drupal settings file.

Jon.

pbarnett’s picture

I'm using both modules, so your problem may be due to something else. Do you have access to your Apache error log to check the cause of the blank screen?

Pete.

lelizondo’s picture

from : http://drupal.org/project/cck...

Views compatibility :
- CCK is now designed to work with Views 1.6 (or above).
- Due to some API changes in latest Views release, CCK-1.4 triggers error messages when used with Views 1.6 (http://drupal.org/node/134812). Please upgrade to a more recent CCK release if using Views 1.6.
In short :
CCK 1.4 <--> Views 1.5
CCK 1.5+ <--> Views 1.6

maybe that's your problem

Luis

Luis

ehappylucky05’s picture

Hi All,
I am currently using Views 5.x-1.6, CCK 5--1.6-1, I have uninstalled and installed both CCK and views, whenever I put these 2 things together, the blank screen appeared. Any Idea??

pbarnett’s picture

Hi.

As I said earlier, do you have access to your Apache server error logs?

Pete.

ehappylucky05’s picture

Hi,
I increased the php memory from 16M to 64M, the blank page is gone. I didn't know that Views need so much memory