Skip to content
Snippets Groups Projects
Commit 5eb6a99c authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #886170 by puregin, jhodgdon: SQLite install documentation should...

- Patch #886170 by puregin, jhodgdon: SQLite install documentation should mention directory permissions.
parent c2a6cc65
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -12,7 +12,9 @@ SQLITE DATABASE CREATION
The Drupal installer will create the SQLite database for you. The only
requirement is the installer must have write permissions the directory where
the database file resides.
the database file resides. This directory (not just the database file) also has
to remain writeable by the web server going forward for SQLite to continue to be
able to operate.
On the "Database configuration" form in the "Database name" field, you must
supply the exact path to where you wish your database file to reside. It is
......@@ -31,4 +33,5 @@ file from downloading.
USERNAME, PASSWORD, and ADVANCED OPTIONS
----------------------------------------
No username, password, or advanced options are necessary and should not be used.
No username, password, or advanced options are necessary, and they should not be
used.
......@@ -980,6 +980,8 @@ function hook_page_build(&$page) {
* - MENU_DEFAULT_LOCAL_TASK: Every set of local tasks should provide one
* "default" task, which should display the same page as the parent item.
* If the "type" element is omitted, MENU_NORMAL_ITEM is assumed.
* - "options": An array of options to be passed to l() when generating a link
* from this menu item.
*
* For a detailed usage example, see page_example.module.
* For comprehensive documentation on the menu system, see
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment