Closed (duplicate)
Project:
Content Management Filter
Version:
6.x-1.7
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2009 at 22:26 UTC
Updated:
11 Aug 2009 at 16:37 UTC
Just wanted to let you guys know that the current version is popping a white screen.
Installing procedure was this:
1. No installation prior
2. Install and enabled module
3. Ran update.php
4. Clicked on Content Management Filter - white screen
Uninstalled and put the earlier version on 6.1.6 and al is working fine.
This is probably a very simple fix here in the php.
Hope this helps a little to identity the problem.
Comments
Comment #1
nancydruIt would be helpful if you would check your error log and tell me what the error message is. This is definitely not happening on either my 5.x or 6.x sites.
Comment #2
glynster commentedmmm
Sorry for not being helpful enough.
The drupal "Recent Log Entries" are not showing anything.
I am also not seeing any errors with FireBug either.
I tested on my company site and had a different problem, maybe this could help:
Fatal error: Call to undefined function locale_language_list() in /home/.pretzel/sitename/sitename.com/sites/default/modules/cmf/node.inc on line 27
I do not get this error printed on the page in the other site though.
This is the best I can do to help.
Both sites are running Drupal 6.13
Comment #3
nancydru#525192: node.inc give error if locale not enabled - already fixed
Comment #4
lipinponmala007 commentedhey
I'm using drupal 6 and almost new to this system.
during development a community site i met the same problem
Call to undefined function locale_language_list() in /var/www/community/modules/cmf/node.inc on line 27
but I got the solution... i enabled the locale module then it found to be worked.....
now i'm using this CMF module....
Comment #5
nancydruThat was unnecessary - all you needed was the -dev version.