MIGX icon indicating copy to clipboard operation
MIGX copied to clipboard

"quip.thread_err_save" Error when clicking Done on the MIGX tab

Open michaelc0302 opened this issue 12 years ago • 6 comments

When setting up a new configuration, clicking Done on the MIGX tab results in a "quip.thread_err_save" error and the configuration is not saved. The only way out is to click Close and lose the configuration.

I've noticed this when running through the MIGX Doodles tutorial. Everything seems fine right up to and including the Actionbuttons section. Clicking Done after that results in the error.

I've seen the same error in Revo 2.2.0-pl2 and Revo 2.2.6-pl. I've also replicated the error on a clean install of Revo 2.2.6-pl

michaelc0302 avatar Jan 17 '13 23:01 michaelc0302

I had the same issue. Check if the prefix in the "MIGXdb-Settings"-tab is correct. (don't forget to select "custom prefix too")

janein avatar May 23 '13 14:05 janein

Same problem here 2.2.11-pl

Vaxter avatar Feb 18 '14 15:02 Vaxter

hmm... not much info about your setup here

Bruno17 avatar Feb 18 '14 16:02 Bruno17

Clean setup. PHP5.5.9 MariaDB5.5.33

I did a quick hack and added default values to edited on, deletedon and published on in database schema (_migx_configs). Didn't have time to debug why those values are not created in php.

Vaxter avatar Feb 18 '14 16:02 Vaxter

I have encountered some new issues that popup quip error. Installing quip suppresses them all... Everything only when I have MIGX installed.

Vaxter avatar Feb 19 '14 13:02 Vaxter

Had the same problem while trying to insert data that consisted attribute <precision="1,2">. The thing is, the first number cannot be less than the second. So changing the value to "2,2" helped.

A1xarT avatar Mar 06 '24 05:03 A1xarT