Hi,
now I decided to use Drupal but I even don't get the Installation now :(
I downloaded the newest Version 7, several times and uploaded the files to my webserver.
The server ist totally new and has not seen any drupal installation before.
I start the install.php, then the error is shown.
it comes from the module.inc file and is thrown here:

// Fetch implementations from cache.
if (empty($implementations)) {
$implementations = cache_get('module_implements', 'cache_bootstrap');

If anybody could help me to finish the drupal-installation it would be great!
Thanks a lot, Doreen

Comments

ivan zugec’s picture

Few things could be causing this issue.

1. While FTPing some files get corrupted. Find out if you can SSH into the hosting and secure copy the files over (http://en.wikipedia.org/wiki/Secure_copy)
2. Issue with file permissions (http://drupal.org/node/244924)

dopla’s picture

Thanks a lot for the fast help,
First I tried to download the drupal-7.0.-file with wget and now it works :)
Thanks for the useful permission-link as well.
Doreen

huntelaer’s picture

I also got the error 'Error: Call to undefined function cache_get() in includes/module.inc:750' after moving a website to another server. With the link provided by cutesquirrel I found that the error was caused bij a typo:
'driver’ instead of 'driver'. Notice the slight difference in the last character...

jigneshkumar’s picture

This error message shows that there is file permission promlem or it cant access files from that directory. You should try to give proper file permission and then try.

ashwani867’s picture

I also faced the same and tried all the methods mentioned above but actually it was the settings.php issue which was the root of this issue. Verify your settings.php file if all else fails.