By dopla on
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
Few things
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)
---
WebWash: Drupal Tutorials and Videos
It works
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
for me, the cause of this issue fwas a php.ini setting
See http://drupal.stackexchange.com/questions/43971/fatal-error-call-to-undefined-function-cache-get/160347#160347
Wrong database definition in settings.php
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...
File permission error
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.
Settings File
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.