Dear,

Since I upgraded to Drupal core 7.22, I get this error very frequent.

It throws a fatal error to a missing Database class, but I have no idea what's the origin?

[Wed May 22 23:36:42 2013] [error] [client 192.168.135.xx] PHP Fatal error: Class 'Database' not found in /www/includes/bootstrap.inc on line 3088
[Wed May 22 23:48:44 2013] [error] [client 192.168.135.xx] PHP Notice: Undefined offset: 0 in /www/includes/errors.inc on line 271
[Wed May 22 23:48:44 2013] [error] [client 192.168.135.xx] PHP Notice: Undefined index: file in /www/includes/errors.inc on line 72
[Wed May 22 23:48:44 2013] [error] [client 192.168.135.xx] PHP Notice: Undefined index: line in /www/includes/errors.inc on line 73

Comments

sanjida khanam’s picture

I was getting these Errors:
Fatal error: Class 'Database' not found in /includes/bootstrap.inc on line 3088
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 243872 bytes) in /includes/bootstrap.inc on line 1100

I wrote this single line "ini_set('memory_limit', '128M');" in /sites/default/settings.php
Now its working...

Version: 7.22 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.