Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
9538f838
Commit
9538f838
authored
Sep 23, 2016
by
Rafael Ostertag
Browse files
Merge remote-tracking branch 'origin/master' into raos_work
parents
201e1510
00e7ace7
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9538f838
...
...
@@ -5,18 +5,23 @@ Version: see `extension/ext_emconf.php`
Installation
------------
*
Take care that the
`php5-mysqlnd`
driver is installed:
*
The following functions are used and are only available with the native driver:
*
Ubuntu < 16.04: Take care that the
`php5-mysqlnd`
driver is installed:
*
See also: http://dev.mysql.com/downloads/connector/php-mysqlnd/
*
If there is a error message "Call to undefined method mysqli_stmt::get_result()",
`php5-mysqlnd`
is not installed or not active.
*
The following functions are used and are only available with the native driver:
```bash
mysqli::get_result (important),
mysqli::fetch_all (nice to have)
*
See also: http://dev.mysql.com/downloads/connector/php-mysqlnd/
*
If there is a error message "Call to undefined method mysqli_stmt::get_result()",
`php5-mysqlnd`
is not installed or not active.
```
*
Ubuntu:
*
Ubuntu:
sudo apt-get install php5-mysqlnd
sudo php5enmod mysqlnd
sudo service apache2 restart
```bash
sudo apt-get install php5-mysqlnd
sudo php5enmod mysqlnd
sudo service apache2 restart
```
*
Install extension as regular.
*
In
`typo3conf/ext/qfq`
rename
`config.examle.ini`
to
`config.ini`
.
...
...
@@ -26,6 +31,8 @@ Installation
Bootstrap: include by TypoScript
---------
```
script
page.includeCSS {
file1 = typo3conf/ext/qfq/Resources/Public/Css/bootstrap.min.css
...
...
@@ -42,7 +49,7 @@ page.includeJS {
file3 = typo3conf/ext/qfq/Resources/Public/JavaScript/jqx-all.js
file4 = typo3conf/ext/qfq/Resources/Public/JavaScript/qfq-min.js
}
```
Usage
-----
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment