By ehappylucky05 on
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
Actually, The modules
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.
I'm using both modules, so
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.
version
from : http://drupal.org/project/cck...
Luis
I tried, it doesn't work
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??
Apache error log?
Hi.
As I said earlier, do you have access to your Apache server error logs?
Pete.
It's fixed
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