Dion Hulse
Dion Hulse
Thanks for the PR @philipjohn, I apologise for the delay in feedback. It looks like these changes were merged in #149 and will be included in the 4.1 release via...
This sounds like a cron task is reading/writing a lot of cache data, perhaps refreshing a cache, and the task simply runs into the limit during the write-to-cache section of...
> So I'm on the fence about whether this is too hacky — it does make the screen jump, but then everything is positioned perfectly… Here's an example: This does...
This is caused by the Instamojo code looping over the attendees and using the last attendee as the one on record: https://github.com/WordPress/wordcamp.org/blob/86f6983d84c7fa59aee16ae165f2d063e61a047c/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/instamojo/class-camptix-payment-method-instamojo.php#L235-L240 https://github.com/WordPress/wordcamp.org/blob/86f6983d84c7fa59aee16ae165f2d063e61a047c/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/instamojo/class-camptix-payment-method-instamojo.php#L276-L281
> The suggestion here is to have additional ticket types for other events, these custom ticket types should be able to be created by the organising team and should, at...
> Does the asset screenshot need an update as well now? It does, but the next release of the plugin will likely need to change other aspects of that page,...
I've pushed some commits that makes the styles closer to core, by inheriting the core css via the expected classes, and adding the `` footer that other code tables do....
Apologies, I didn't get back to this ticket. Personally I'd prefer to resolve the mobile usability of it as above, but perhaps that can be pushed off to a new...
Few more... ``` POST https://xxxxxxxxx.wordcamp.org/2024/wp-admin/post.php Stack Trace: edit_post, wp_update_post, wp_insert_post, do_action('save_post'), WP_Hook->do_action, WP_Hook->apply_filters, ctx_generate_invoice_document, CampTix_Addon_Invoices::create_invoice_document, include('/plugins/camptix-invoices/includes/views/invoice-template.php') E_NOTICE Undefined index: invoice-thankyou File: wp-content/plugins/camptix-invoices/includes/views/invoice-template.php:211 E_NOTICE Undefined index: invoice-company File: wp-content/plugins/camptix-invoices/includes/views/invoice-template.php:135 E_NOTICE Undefined...
I'd suggest that the issue in this case is that Email can be activated as a 2FA method without confirmation that the user can receive emails. Just like TOTP and...