mysql schema typo, do the install check for store before chcking smarty, as that is where the dir is created, change install doc to point to install/schema_xxxxx.sql instead of database.sql

This commit is contained in:
friendica
2015-03-15 15:36:01 -07:00
parent cc2c7bbcd8
commit 6537a65053
4 changed files with 6 additions and 6 deletions

View File

@@ -233,10 +233,10 @@ function setup_content(&$a) {
check_htconfig($checks);
check_smarty3($checks);
check_store($checks);
check_smarty3($checks);
check_keys($checks);
if(x($_POST,'phpath'))