Skip to content

Commit

Permalink
created default stikked.php config
Browse files Browse the repository at this point in the history
  • Loading branch information
fawaf committed Nov 8, 2013
1 parent 17c4266 commit c581961
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
htdocs/static/asset/*
htdocs/application/config/stikked.php
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ Installation

1. Download stikked from https://github.com/claudehohl/Stikked/tags
2. Create a user and database for Stikked
3. Edit configuration settings in application/config/stikked.php - everything is described there
4. You're done!
3. Copy application/config/stikked.php.default to application/config/stikked.php
4. Edit configuration settings in application/config/stikked.php - everything is described there
5. You're done!

* The database structure will be created automatically if it doesn't exist.
* No special file permissions are needed by default. Optional: If you want to have the JavaScript- and CSS-files minified, the static/asset/ folder has to be writable.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion htdocs/system/core/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function load($file = '', $use_sections = FALSE, $fail_gracefully = FALSE)
{
return FALSE;
}
show_error('The configuration file '.$file.'.php does not exist.');
show_error('The configuration file '.$file.'.php does not exist. Please copy '.$file.'.php.default to '.$file.'.php and make the changes as needed and refresh the page.');
}

return TRUE;
Expand Down

0 comments on commit c581961

Please sign in to comment.