Hi,
Yes, still error
Custom fields not array
However, the error_log has no error as previous error
Before I get those error, 1st error I get was:
WordPress database error Table ‘taikogrp_wp956.wpki_seatreg_api_tokens’ doesn’t exist for query SELECT * FROM wpki_seatreg_api_tokens WHERE registration_code = ‘7945953498’ made by do_action(‘seatreg_page_seatreg-options’), WP_Hook->do_action, WP_Hook->apply_filters, seatreg_create_options, seatreg_generate_settings_form, SeatregApiTokenRepository::getRegistrationApiTokens
So, I click Create API Token.
Then I get this error:
WordPress database error Unknown column ‘registration_code’ in ‘field list’ for query INSERT INTO wpki_seatreg_api_tokens
(registration_code
, api_token
) VALUES (‘7945953498’, ‘1365254393’) made by do_action(‘wp_ajax_seatreg_create_api_token’), WP_Hook->do_action, WP_Hook->apply_filters, seatreg_create_api_token, SeatregPublicApiService::insertApiToken
So, I manually add the table wpki_seatreg_api_tokens with column registration_code
, api_token
Then 3rd error was:
foreach() argument must be of type array|object, null given in /home/taikogrp/public_html/webtest2/SBIS/wp-content/plugins/seatreg/php/SeatregDataValidation.php on line 414
Today, after updated, my error log has no error but I could not save the settings.
Thanks and regards,
Fira