Skip to content
Snippets Groups Projects
Commit 16073727 authored by Carsten  Rose's avatar Carsten Rose
Browse files

AdminsitratorManual/Index.rst: add info to installation

Delete.php: fixed typo.
parent 7438ba04
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,9 @@ Setup
* If you install the extension by manual download/upload and get an error message
"can't activate extension": rename the downloaded zip file to `qfq.zip`.
* Activate the Documentation_.
* If the Extensionmanager stops after importing: check your memory limit in php.ini.
* Enable the online Documentation_.
* Copy/rename the file *<ext_dir>/config.example.qfq.ini* to *typo3conf/config.qfq.ini* and configure the necessary values: `config.qfq.ini`_
* Play the SQL File *<ext_dir>/qfq/sql/formEditor.sql* to fill the database with the *FormEditor* records.
* Configure Typoscript to include Bootstrap, jQuery, QFQ javascript and CSS files.
......
......@@ -34,7 +34,7 @@ class Delete {
/**
* Deletes the record id=$recordId from table $form[F_TABLE_NAME].
* If the tables has a column named COLUMN_PATH_FILE_NAME and the value of that specific record column points
* If the table has a column named COLUMN_PATH_FILE_NAME and the value of that specific record column points
* to a file: delete such a file if their are no other records in the same table which also have a reference to that file.
*
* @param array $form
......
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