ustimenko
Forum Replies Created
-
Forum: Plugins
In reply to: [Psychological tests & quizzes] How to show a computed variable in results@ricardomp3 pls contact me directly regarding paid addons issues. This supprot forum is only for core free plugin.
Forum: Plugins
In reply to: [Social comments by WpDevArt] Disable comments for lessons and tests@ingridprent, it’s not possible currently (in this plugin’s admin UI). But you can use ugly workaround through MySQL (in your cpanel).
Run this query and it will hide this comments from tests:
DELETE FROM wp_postmeta WHERE meta_key = '_disabel_wpdevart_facebook_comment' AND post_id IN (SELECT ID FROM wp_posts WHERE post_type = 'wpt_test'); INSERT INTO wp_postmeta (post_id, meta_key, meta_value) SELECT ID, '_disabel_wpdevart_facebook_comment', 'disable' FROM wp_posts WHERE post_type = 'wpt_test';Another way is just hide it through CSS:
#wpdevar_comment_1, #wpdevar_comment_2 { display: none !important; }Forum: Plugins
In reply to: [Psychological tests & quizzes] Wp-testing plugin crashed websiteIssue was investigated on place at Jayne’s site.
I downloaded plugin’s directory from cpanel and compared with latest wordpress-hosted version. Assume about corrupted files confirmed. Files was corrupted during autoupdate process, when they was unzipped.
It could happened with any plugin, that have more than one file. So it’s not related to wp-testing or it’s latest update.
Here is diff where we see some files missing:
Forum: Plugins
In reply to: [Psychological tests & quizzes] Wp-testing plugin crashed website@janeburch, hi
As I see in zip file of latest update https://downloads.wordpress.org/plugin/wp-testing.0.21.10.zip
The file bootstrap.php is on it’s place.
Pls give more info when and HOW it crached? Does error was this “failed to open stream” or somthing other?
My guess here is somthing not unzipped correclty and it not related to latest update.
Tell your hosting company to unzip latest wp-testing.0.21.10.zip to wp-plugins directory.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal error: Uncaught Migrate.php(259)is there a way to clean the database?
Try this SQL-script:
I released hotfix today — may be your issue charset-related and it now should be fixed. Try again and report back.
- This reply was modified 8 years, 1 month ago by ustimenko.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal error: Uncaught Migrate.php(259)Which DB_CHARSET do you have in your wp-config.php?
Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal error: Uncaught Migrate.php(259)closed as duplicate
Forum: Plugins
In reply to: [Psychological tests & quizzes] Ability to change template@wilbertquiape pls start new topic.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal error: Uncaught Migrate.php(259)@micropay it’s not original error. It’s a consequent error. You need to find original error for your installation.
From your report I can suggest you nothing, as I dont’ undertand how to repeat your issue.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal error: Uncaught Migrate.php(259)@micropay if it’s a dev/test database, just remove it and reinstall WP.
Or to understand the root cause of issue — install nearby another WP (NOT MULITSITE!) in fresh DB and just with wp-testing plugin.
Then catch 1st activation error and report it here.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal error: Uncaught Migrate.php(259)@micropay I can only suggest you paid support on your side here. Usually such errors related to overcustomized DB confiuration/rights.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal error: Uncaught Migrate.php(259)Pls check similar topics by tag wp-testing-migration
If you will find solution or not — ping back here.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal error: Uncaught Migrate.php(259)@micropay hi
When do you get it? When you activate plugin 1st time?
Forum: Plugins
In reply to: [Psychological tests & quizzes] Ability to change templateNothing there. Pls check address. Also try this ustimenko.alexander@gmail.com
Forum: Plugins
In reply to: [Psychological tests & quizzes] Integration with MailPoetWhat is the best solution to integrate this two plugins?
Write 3rd plugin, that uses standard wordpress hooks and on wp-testing’s events calls mail-poet API.
- This reply was modified 8 years, 2 months ago by ustimenko.
