Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • We would love to use Relevanssi for our site but until it supports WP REST API, it won’t be of any use to us. Please consider adding this support…

    If you’re doing a child theme, it looks like you can shut up the error by adding the following lines to your functions.php:

    global $prettypress_config;
    $prettypress_config['apikey'] = 'fakeapikey';

    Same here, quite frustrating. Looking into a workaround for myself.

    Thread Starter bvisness

    (@bvisness)

    I had in fact created that field many versions ago, probably back in 2012 sometime. I updated the plugin now, and the problem seems to be gone. The page displays as it should, and there are no new messages in the error log. Thank you so much for your help!

    Thread Starter bvisness

    (@bvisness)

    Wow, good catch. The question mark was in fact part of the field name. I think I’ve successfully renamed it in both places. Would you recommend updating the plugin now and trying again? If question marks can cause such bizarre problems, perhaps they should be filtered out by the plugin…

    Thread Starter bvisness

    (@bvisness)

    Here are two more I tracked down, which may not be related to this issue:

    [11-Mar-2014 22:41:18 UTC] WordPress database error Unknown column 'p.none' in 'where clause' for query SELECT COUNT(*) FROM nnp6tl6_participants_database p  WHERE p.none LIKE "%caldwell%"  ORDER BY p.date_updated desc made by do_action('participants-database_page_participants-database-list_participants'), call_user_func_array, PDb_List_Admin::initialize
    [11-Mar-2014 22:41:18 UTC] WordPress database error Unknown column 'p.none' in 'where clause' for query SELECT * FROM nnp6tl6_participants_database p  WHERE p.none LIKE "%caldwell%"  ORDER BY p.date_updated desc LIMIT 0,99 made by do_action('participants-database_page_participants-database-list_participants'), call_user_func_array, PDb_List_Admin::initialize
    Thread Starter bvisness

    (@bvisness)

    Ah, thank you for pointing me to that error log. In addition to a flood of error messages unrelated to participants database, here are the errors pertaining to this issue:

    [15-Mar-2014 15:13:31 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?,p.children,p.date_recorded,p.date_updated,p.email,p.fathers_name,p.id,p.last_a' at line 1 for query SELECT p.buyout_list?,p.children,p.date_recorded,p.date_updated,p.email,p.fathers_name,p.id,p.last_accessed,p.last_name,p.mothers_name,p.phone,p.private_id,p.programs FROM wp_participants_database p WHERE p.id = '1386' made by do_action('participants-database_page_participants-database-edit_participant'), call_user_func_array, Participants_Db::include_admin_file, include('/plugins/participants-database/edit_participant.php'), Participants_Db::get_participant

    That seems to be the consistent error that appeared when I tried to load the page. Here’s another somewhat frequent one though:

    [15-Mar-2014 15:39:21 UTC] WordPress database error Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '=' for query SELECT f.name FROM wp_participants_database_fields f INNER JOIN INFORMATION_SCHEMA.COLUMNS AS c ON TABLE_NAME = "wp_participants_database" AND c.column_name = f.name AND data_type = "TINYTEXT" WHERE f.form_element = "date" made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, Participants_Db::init, PDb_Init::on_update

    In addition, I got this error after disabling one of my other plugins. Re-enabling it made the error go away. (No idea why.)

    [15-Mar-2014 15:24:22 UTC] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in /home/[servername]/public_html/wp-content/plugins/participants-database/participants-database.php on line 1664

    Thread Starter bvisness

    (@bvisness)

    In 1.5.4.1 and beyond, the “Edit Participant” content is just gone. The URL is correct, and the WordPress UI is there, but there are no editing fields, titles, or anything. Just blankness. I was running the latest version when I noticed this issue in the first place.

    Thread Starter bvisness

    (@bvisness)

    Let me know how that works for you. This has been a very annoying issue for us, I’d love to finally have a fix.

    Thread Starter bvisness

    (@bvisness)

    I just tested AutoChimp using version 2.02 and the paragraph breaks are intact. The bug must have been introduced in version 2.10 or later.

    (I tried to test later versions but they’re giving me PHP errors right now. I’ll post again if I can get other versions to work.)

Viewing 10 replies - 1 through 10 (of 10 total)