You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2022. It is now read-only.
Prophet731 edited this page Oct 27, 2014
·
9 revisions
#2 Missing Required Tables
You will get this error if the BFAdminCP could not find the tables for AdKats and XpKillers Stats logger.
#3 Could not set encryption key
You will get this error if the BFAdminCP could not write to the file app.php located in ~/app/config. This can be fixed by setting that file to 0777 and then refreshing the page or you can set it manually by generating a random 32 character alphanumeric string. You may use [this page] (http://api.gamerethos.net/random_key) I created to generate one for you. This is done by laravels str_random() function.