I am getting the following error with my drupal website.

"Fatal error: Call to undefined function user_access() in C:\xampp\htdocs\new\drupal\includes\menu.inc on line 619"

I have checked the system table and status for user.module is set to 1 .

Can anyone suggest what could be the error?

Regards,

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Which version of PHP do you use with your xampp installation? Have you disabled/enabled Zend Optimizer or other PHP modules just before the error appeared? And which version of drupal causes this error?

link|improve this answer
I am using XAMPP 1.7.4 [PHP: 5.3.5] .. I Am using Drupal 7 ... I am not sure about the zend or other modules but if I go to phpinfo() I cant find any zend text on doing ctrl-f.. – rohit bhatnagar Jul 18 '11 at 2:09
Have you installed any new modules just before the error appeared or have you upgraded Drupal (i.e. 7.0 -> 7.4) and if yes, have you ran update.php? – Alexey Smirnoff Jul 18 '11 at 7:51
no this is a fresh installation and I dont have any module other then oracle driver: you can refer to exact steps I performed in following question: stackoverflow.com/questions/6729547/… – rohit bhatnagar Jul 18 '11 at 8:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.