ustimenko
Forum Replies Created
-
Forum: Plugins
In reply to: [Psychological tests & quizzes] Ability to change template@wilbertquiape one time per domain.
1. no
2. noForum: Plugins
In reply to: [Psychological tests & quizzes] Fatal error: Uncaught Migrate.php(259)@alexfr78 DB user, not wordpress user. Those that you have at wp-config.php
Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal error: Uncaught Migrate.php(259)Seems like DB rights issue.
1st time plugin tried to activate but failed as of lack DB user rights.
Give it more permissions, clean up DB and try again.
Forum: Plugins
In reply to: [Psychological tests & quizzes] create a test without scales@fahim72 you can order paid support.
Forum: Plugins
In reply to: [Psychological tests & quizzes] create a test without scales@fahim72, actually you have one scale. Name it WTF, hide it, but you have it.
When answer has some score — it has scale.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Results page – change page template@pressworthammer I guess it’s possible. Search for “wordpress theme templates for single post”. Test is a custom post type named “wp_test”.
Forum: Plugins
In reply to: [Psychological tests & quizzes] frequent Database connection errorsYou can just deactivate and delete plugin thourhg Plugins page. It should clean up after itself.
But actually these tables with wp_t_ prefix are plugin’s tables.
Regarding connection issues. You can try to research is your hoster supports persistent connections. May be this is one possible reason.
Plugin is creating a lot of Database roundtrips and thus fills up the SQL server cache resulting in the connection issues.
You can just use some WP cache plugins to avoid DB requests when it’s not needed.
For example when you create /test/blabla/, you actually should cache it for all GET requests. Same is for any /test/blabla/dsa6sda6d6asd6as78d6/ like results pages.
WP cache or nginx cache should cache all GET requests — it’s ok.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Standalone version?No.
Why do you want such version? And how it should looks like from your point of view?
Forum: Plugins
In reply to: [Psychological tests & quizzes] Ability to change template@iuriem, it’s not possible just now. It’s a known feature request. Suggested implementation — some shortcode.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Reordering the answers@jxhn )) but only if it’s a global answers, added from right column.
If it’s individual, added manually, then you have only one option — update wpt_answers’ sort column in database.

No, it’s ‘localhost:’.
Remove those ‘:’ from the end.
@gense which DB_HOST specified in your config? localhost or something other?