I really need your help. Actually, my journey begin with the installation Drupal and some modules. After a couple of days I suddenly get an issue “500 Internal Server Error”.
I asked my hosting provider why this happened, they said “That because of the file .htaccess and you should add to this file php display error”. So i did this and I get a new issue :
Fatal error: Call to undefined function menu_load() in public_html/includes/menu.inc on line 579.
By the way that’s line 579 else {$return = $function($value);}
. P.S I am a beginner in PHP. I really want to study Drupal more and create cool sites, but this problem…