FAQ


Why can I see a directory listing?

PHP DirectoryIndex is not configured. If you are seeing files and directories including 'index.php', apache has not been configured for PHP. Open the php.ini file (check /etc/apache) and add 'index.php' to the DirectoryIndex line.

For example:

DirectoryIndex index.html index.htm index.php


Why do I get the error: Call to undefined function session_start()?

PHP Sessions have not been enabled. Check that PHP has been installed with the sessions enabled.

Example error:

Call to undefined function session_start()


Why do I get a module directory permission error?

The permissions on the modules' directory are incorrect.

The following command should fix it:

chmod +x <web root>/beef/modules


Further Questions

If you have any other questions please email the author (Wade Alcorn).