Scales in a result page in incorrect order when an option “Sort scales by value” is enabled. It`s ok when values of scales are positive, but negative ones sorts as positive while they should be in reverse order.
For example:
now – 10, 9, 8, 7, 1, 0, -10, -9, -8, -1
should be – 10, 9, 8, 7, 1, 0, -1, -8, -9, -10
Are there any chances for fix in upcoming releases?
]]>Any ideas?
Thanks!!
PHP Fatal error: Uncaught exception ‘fConnectivityException’ with message ‘Unable to connect to database – hostname not found’ in /home/s774/html/wp-content/plugins/wp-testing/vendor/flourish/flourish/fDatabase.php:2069
Stack trace:
#0 /home/s774/html/wp-content/plugins/wp-testing/vendor/flourish/flourish/fDatabase.php(809): fDatabase->handleConnectionErrors(Array)
#1 /home/s774/html/wp-content/plugins/wp-testing/vendor/flourish/flourish/fDatabase.php(2788): fDatabase->connect()
#2 /home/s774/html/wp-content/plugins/wp-testing/vendor/flourish/flourish/fDatabase.php(2942): fDatabase->preprocess(‘SELECT version(…’, Array, false)
#3 /home/s774/html/wp-content/plugins/wp-testing/vendor/flourish/flourish/fDatabase.php(1783): fDatabase->query(‘SELECT version(…’)
#4 /home/s774/html/wp-content/plugins/wp-testing/vendor/flourish/flourish/fSchema.php(2742): fDatabase->getVersion()
#5 /home/s774/html/wp-content/plugins/wp-testing/vendor/flourish/flourish/fSchema.php(1222): fSchema->getTables()
#6 /home/s774/html/wp-content/plugins/w in /home/s774/html/wp-content/plugins/wp-testing/vendor/flourish/flourish/fDatabase.php on line 2069
Expected
Embedded product links to work
Actual
The test GUID is appended to the product links
Screenshot
https://www.skinsecret.no/test/finn-din-hudtype/d2eb15e45bfd5989cc0469f1fd4947eb97/
Stept to repeat
1) The URL to screenshot is actual URL to test result which shows the error.
2) When clicking on the product (not the add to card) we get a 404 because the test GUID is appended to the product detail link.
Technical details
Browser
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.62 Safari/537.36
PHP version
7.0.20-2~ubuntu16.04.1+deb.sury.org+1
PHP extensions
bcmath, calendar, cgi-fcgi, Core, ctype, curl, date, dom, exif, fileinfo, filter, ftp, gd, gettext, hash, iconv, igbinary, imagick, imap, json, libxml, mbstring, mcrypt, memcache, memcached, msgpack, mysqli, mysqlnd, openssl, pcre, PDO, pdo_mysql, Phar, posix, readline, recode, redis, Reflection, session, shmop, SimpleXML, soap, sockets, SPL, standard, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xml, xmlreader, xmlwriter, xsl, Zend OPcache, zip, zlib
PHP settings
MySQL client version
mysqlnd 5.0.12-dev – 20150407 – $Id: b5c5906d452ec590732a93b051f3827e02749b83 $
MySQL server version
10.1.25-MariaDB-1~xenial
MySQL engines
MySQL table status
WordPress version
4.8.3
Plugins
Active theme stylesheet
sober-child
When I try activating the plugin, it shows “Fatal error: Uncaught Migrate.php(259) : WpTesting_Migration_AddExampleTest – Error executing ‘query’ with: INSERT INTO wp_term_taxonomy (term_id, taxonomy, description, parent, count) VALUES (84, ‘wpt_answer’, ”, 0, 1), (85, ‘wpt_answer’, ”, 0, 1), (86, ‘wpt_scale’, ‘Extraversion is characterized by being outgoing, talkative, high on positive affect (feeling good), and in need of external stimulation. According to Eysenck\’s arousal theory of extraversion, there is an optimal level of cortical arousal, and performance deteriorates as one becomes more or less aroused than this optimal level. Arousal can be measured by skin conductance, brain waves or sweating. At very low and very high levels of arousal, performance is low, but at a better mid-level of arousal, performance is maximized. Extraverts, according to Eysenck\’s theory, are chronically under-aroused and bored and are therefore in need of external stimulation to bring them up to an optimal level in /data/home/hyu2757420001/htdocs/wp-content/plugins/wp-testing/vendor/ruckusing/ruckusing-migrations/lib/Task/Db/Migrate.php on line 259″
It seemed a very similar problem as the link below,
https://www.ads-software.com/support/topic/error-in-active-plugin/
However, I did not find the table of bwycj_t_schema_migrations in my database and do not know what to do. Could you give me some help? Thanks
]]>Fatal error: Uncaught Migrate.php(259) : WpTesting_Migration_AddComputedVariablesTable – Error executing ‘query’ with: ALTER TABLE olp_t_computed_variables ADD CONSTRAINT olp_t_fk_computed_variable_test FOREIGN KEY (test_id) REFERENCES olp_posts(ID) ON DELETE CASCADE ON UPDATE CASCADE , ADD INDEX fk_computed_variable_test(test_id) , ADD UNIQUE INDEX uq_computed_variable_name_test(test_id, computed_variable_name) Reason: Specified key was too long; max key length is 767 bytes thrown in /home/stic4713/magnitude.nu/www/wordpress/wp-content/plugins/wp-testing/vendor/ruckusing/ruckusing-migrations/lib/Task/Db/Migrate.php on line 259
What can I do to prevent this issue?
With kind regards,
Michael
]]>Cheers.
Great plugin so far.
]]>5
5
4
2
1
0
-7
-7
-5
-3
-2
-1
so, it is positive numbers sorted DESC and then negative numbers sorted ASC or DESC by module.
]]>