ustimenko
Forum Replies Created
-
You dont need to change this plugin for this.
Search in the direction of membership plugins, that can force to open posts of some type by registered users.
Test is a custom post type.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Get results button disabledPls use WP versions compatible with this plugin.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Error on SavingTry to remove foreign between that table and wp_posts table in db.
I think there is foreign key on it — that’s why flourish tries to save something.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Error on SavingSeems like it want to use some wp_snc_post_relationship table? From which plugin this table could be? I think during import this table was filled up, but now not processed by any plugin.
Alkso pls note, that import/export is not works as expected, so you better should replicate the test on other site manually.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Error on Saving@dlfulle pls try to find more details of error.
Most usable would be stack trace — the full details of error.
Pls enable WP_DEBUG mode temporarily and repeat error — it should output more details.
Hi @annephili, no.
It’s a known feature request.
No, it’s just an info trash. Cannot modify happened as of deprecated error output to browser.
Just disable those noizy “deprecate” level errors at php and you will be ok.
Forum: Plugins
In reply to: [Psychological tests & quizzes] don’t abandon this pluginThnx for the support )
Forum: Plugins
In reply to: [Psychological tests & quizzes] Bug Multiple answers testTry different from lowest — I dont’ know actually.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Bug Multiple answers testTemp solution is to install jquery migrate plugin.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Bug Multiple answers testWhich wordpress do you using?
If more than 5.2 then it’s an issue.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Random quiz answer orderHi,
No currently. I’m working on making plugin compatible with latest WP.
Forum: Plugins
In reply to: [Psychological tests & quizzes] use the test error 5000User challeng_wrdp3 already has more than \’max_user_connections\’ active connections
This is the source of issue. Your Mysql server has limit on connections.
Contact your hosting to remove or increase those needless
max_user_connectionslimit. If hosting will not fix it — better switch hosting as such limitations is a little bit dumb.Forum: Plugins
In reply to: [Psychological tests & quizzes] Test has stopped workingYou can try to download files from https://github.com/garex/wp-testing/archive/issue/travis-docker-minimal.zip
And replace in your plugin’s folder at
jsandsrc. It should help.