forked from xrowgmbh/xrowquestionnaire
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
22 lines (17 loc) · 1.06 KB
/
INSTALL
File metadata and controls
22 lines (17 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Installation guide xrowquestionnaire
1) download the extension and put it into the extension folder
2) Activate the extension in your site.ini
3) Add the required tables to your database by implementing the schema.sql from the sql folder
4) Run autoloads
5) Install the content class package
6) Override the xrowquestionnaire.ini and put in your proper recaptcha key!
7) The ezjscore function call for "xrowquestionnaire_page" needs to be enabled for all users
8 optional ) Apply the recaptcha code as defined in the xrowquestionnaire.ini[RecaptchaSetting]
9) Setup notification cron "php runcronjobs.php xrowquestionnaire-notify". It will only work if the class and the attibute indentifier is named "questionnaire".
10) Clear cache
After adding the questionnaire datatype to any of your content classes you are able to use it.
Don't forget to copy the template override settings to any siteaccess you want to use it in.
There must be no restrictions for the module ezjscore/call.
Trouble shooting:
Not a valid ezjscServerRouter argument
You forgot to setup permissions. See 7.