By toul on
hi...all day long, i got heavy problems getting views to run!
i copied the views-folder to my module-folder and after activating the modul in adminster the complete screen went blank!!!!
the only thing i can do is to remove the views-folder; and tadaaa everything works fine again....
Comments
Few questions...
1. Has the views been able to create any tables to your database? Check tables starting with views...
2. Have you tried to run it on your localhost? Then you might get some indicaiton on the error
3. Have you checked the activity log (first page on admin UI in 4.x)? Any errors logged?
Check the memory_limit
Check the memory_limit parameter on the host
Good chance this is what is wrong
It depends on who is hosting your drupal site or if you have access to the php.ini file ;)
If you do have access to the php.ini file you will probably want to increase the amount of RAM that the php engines uses when parsing .php files. By default your php.ini file will probably be set to 8mb (?)Check your php.ini file andd see if this is the case and if so change the setting to something higher, maybe 24 mbs then restart Apache for the changes to take affect. Its worth a try! =D
I think the php.ini setting is called something like "memory_limit"
Good luck
Also, worth searching the forums. i know i have posted about this issue before and the same answer i am giving you helped me!
Haza
Additional* goxy - beat me to it ;)
thank you
i did everything you said. i set up the memory to 24mb and restartet the server...but didn't work for me.
right the moment i put the view-folder into the module folder and hit the reload button the browserscreen is going to be white!
help!