Topic on Extension talk:CIForms

Problem with install, recieving error.

4
JackKE4LWT (talkcontribs)

I'm receiving the following error: [Yhmlbwo4R_Yu6pqZqcYh0gAB1Ao] 2022-02-26 03:58:39: Fatal exception of type "Wikimedia\Rdbms\DBQueryError"

During install I was not able to get this command to execute "php maintenance/update.php" , but the extension is showing installed in the mediawiki install. I may not have "submission groups = STUFF HERE" and "$wgCIFormsSubmissionGroups" configured properly. I cannot find anything on the format of users, such as is the list comma delimited, etc.

For further information, I'm using the HostGator service for hosting.

Thomas-topway-it (talkcontribs)

@JackKE4LWT if you cannot run the command "php maintenance/update.php" you need to run directly the sql to create tables in your database, either from console or through phpmyadmin. (just copy/paste the content of the files in the sql folder in the sql tab of phpmyadmin and execute it)

73.152.111.40 (talkcontribs)

Thank you. I ran those two files (CIForms_submissions.sql and CIForms_submissions_groups.sql) and got a lot of green checks, which I'm assuming is good thing, but I'm still getting errors. The form loads and displays well, but still that flippin' error!

I have no idea if this is correct or not, but this is the section from the LocalSettings.php

wfLoadExtension( 'CIForms' );

$wgCIFormsSenderEmail= 'address@gmail.com';

$wgCIFormsSenderName= 'DEC_EC Reports';

$wgCIFormsSubmitEmail= 'address@gmail.com';

$wgCIFormsSubmissionGroups= 'user1 user2';


And this is the submit lines in the form:

{{#CI form: title = Monthly DEC/EC Report

| submission groups = user1

Thomas-topway-it (talkcontribs)

@JackKE4LWT submission groups is comma separated. I'm not sure this solves the issue, "Wikimedia\Rdbms\DBQueryError" seems a generic error, can you activate the debug and post further details ?

Reply to "Problem with install, recieving error."