I had installed the following modules for translation:
-Multilanguage
-Multilingual
-Multilingual Internationalization
-Translation Management
-Translation Services
When enabled, the page returns Fatal Error: Call to undefined user_access() in C:\Apache\htdocs\Street University\sites\all\modules\translation_management\icl_content\icl_content.dashboard.inc on line 9.
So I uncommented the statements. When refreshed, warnings are displayed:
Warning: Parameter 1 to icl_content_node_view() expected to be a reference, value given in module_invoke_all() (line 819 of C:\Apache\htdocs\Street University\includes\module.inc)
Warning: Parameter 1 to icl_content_node_view() expected to be a reference, value given in module_invoke_all() (line 819 of C:\Apache\htdocs\Street University\includes\module.inc)
Warning: Parameter 1 to icl_content_node_view() expected to be a reference, value given in module_invoke_all() (line 819 of C:\Apache\htdocs\Street University\includes\module.inc)
I am new to Drupal. I have no idea what causes this fatal error and warnings. Any assistance is greatly appreciated.
Thank you.
Comments
Comment #1
plachThis looks like an error in Translation Management.
Comment #2
megsani commentedAppreciate if someone could point out how to rectify it.
Thanks in advance.
Comment #3
Anonymous (not verified) commentedGot stacked in the same trap. My Drupal web site is blank - showing this Fatal error: Call to undefined function user_access() in /var/www/drupal/sites/all/modules/translation_management/icl_content/icl_content.dashboard.inc
How to retore my Drupal as it was befor installing Translation Management?
Comment #4
megsani commented1. Go to [your apache directory]\Apache\logs
2. Check the statement regarding the source of error --> icl_content.dashboard.inc
3. Open up a text editor (I use Dreamweaver)
4. Comment out the statement block.
5. Save the file
6. Reload Drupal
7. Uncheck Translation Management.
You are done!
Comment #5
astutonetI have the same problem here.
In my case, I commented the line 9 of the file icl_content.dashboard.inc and my drupal installation returned to work.
The module Translation Management have various other submodules. Where specifically is the problem and which submodule can remain enabled?
Do you have a predicted to solve this problem?
Tks
Comment #6
miro_dietikerCurrently we're reimplementing this module from scratch in our codesprint:
http://drupalevents.ch/drupal/codesprint-2012
Thus all current bug reports and feature requests are dropped. Please recheck once the the sprint is completed.
Comment #7
sethviebrock commentedHow did the code sprint go? This is still an issue.