donbowman
Forum Replies Created
-
this is really unfortunate, it makes it impossible to use the spectra container. I think you should consider that wrapping text and images is a common workflow, by not supporting it, its very limiting.
note: i wasn’t clear above, the 403 is intermittent, and, the block works (e.g. an unsigned-in user can see the FAQ and expand them, even though the edit view shows the block has encountered error).
so in my case, my brand colour is a strong blue (#0057b8). So i make the header row have white-text on blue background.
I then desire to make the ‘stripe’ be a very slight blue (light cyan).
Right now i end up with header row and first row as light cyan (the strong blue vanishes). But in my opinion it would not look good to be strong blue, then cyan, then white, then cyan.
Forum: Plugins
In reply to: [The Events Calendar] Events don’t migrateHmm, even after working around this my manually creating the tables, i also find the migration does not occur.
after some time of waiting, these errors arrive:
The event Don Test Event generated an error: [TECEventsCustom_TablesV1ModelsOccurrence implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)]. Please try again or check out our Troubleshooting tips.
it only occurs on 2 of my events.
Note that it is php8.0 (not php8.1 as ref on https://theeventscalendar.com/knowledgebase/k/migrating/#PHP-8-1-errors)
- This reply was modified 3 years, 9 months ago by donbowman.
Forum: Plugins
In reply to: [The Events Calendar] Events don’t migrateI have also found this. For me, this is the reason
PHP message: WordPress database error Unsupported collation when new collation is enabled: ‘utf8mb4_unicode_520_ci’ for query CREATE TABLEwp_tec_occurrencesThis is caused during migrate, fails, and prevents migration.
mysql> CREATE TABLEwp_tec_events` (
->event_idBIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
->post_idBIGINT(20) UNSIGNED NOT NULL,
->start_dateDATETIME NOT NULL,
->end_dateDATETIME DEFAULT NULL,
->timezoneVARCHAR(30) NOT NULL DEFAULT 'UTC',
->start_date_utcDATETIME NOT NULL,
->end_date_utcDATETIME DEFAULT NULL,
->durationMEDIUMINT(30) DEFAULT 7200,
->updated_atTIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
->hashvarchar(40) NOT NULL,
-> PRIMARY KEY (event_id)
-> ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
ERROR 1273 (HY000): Unsupported collation when new collation is enabled: 'utf8mb4_unicode_520_ci'`Forum: Plugins
In reply to: [Spectra Legacy – Gutenberg Blocks] block validation failure on uagb/formsit does not say this.
When opening the page for edit, i get below. No indication of repair, no ability to repair.
Block validation: Expected attributeclassof valuewp-block-uagb-section uagb-section__wrap uagb-section__background-none uagb-block-14b68a4a uagb-section__background-undefined, sawwp-block-uagb-section uagb-section__wrap uagb-section__background-undefined uagb-block-14b68a4a.is followed by
logger.js:17 Block validation: Block validation failed foruagb/section` ({name: ‘uagb/section’, icon: {…}, keywords: Array(3), attributes: {…}, providesContext: {…}, …}).Content generated by
savefunction:<section class=”wp-block-uagb-section uagb-section__wrap uagb-section__background-none uagb-block-14b68a4a uagb-section__background-undefined” id=”recording”><div class=”uagb-section__overlay”></div><div class=”uagb-section__inner-wrap”></div></section>
Content retrieved from post body:
<section class=”wp-block-uagb-section uagb-section__wrap uagb-section__background-undefined uagb-block-14b68a4a” id=”recording”><div class=”uagb-section__overlay”></div><div class=”uagb-section__inner-wrap”>
</div></section>`
this is repeated 8 times.
It then says:
jquery.min.js?ver=3.6.0:2 XHR finished loading: POST "https://www.agilicus.com/wp-admin/admin-ajax.php". index.js:101 Fetch finished loading: POST "https://www.agilicus.com/wp-json/wp/v2/tribe_events/1771854/autosaves?_locale=user". jquery.min.js?ver=3.6.0:2 XHR finished loading: POST "https://www.agilicus.com/wp-admin/admin-ajax.php".and that is it.
Forum: Plugins
In reply to: [Spectra Legacy – Gutenberg Blocks] block validation failure on uagb/formsautomatic block recovery is enabled. It does not resolve this.
I do not see an Attempt Block Recovery option. I just get this error.
since I cannot run unpinned or external scripts….
why does this need to be iframe + hosted live from your site?
why can the script not be placed in the plugin and hosted from my ORIGIN?also, why can it not at least use SRI (subresource integrity)?
- This reply was modified 3 years, 11 months ago by donbowman.
Forum: Plugins
In reply to: [Spectra Legacy – Gutenberg Blocks] Undefined array key “gfonts_files”$this->gfonts_files = $page_assets[‘gfonts_files’];
$this->gfonts_url = $page_assets[‘gfonts_url’];both of these give the warning (gfonts_files, gfonts_urls)
Forum: Plugins
In reply to: [BlockMeister - Block Pattern Builder] my patterns do not show in wp 5.9fix works for me.
thanks!Forum: Plugins
In reply to: [BlockMeister - Block Pattern Builder] my patterns do not show in wp 5.9thanks for the update.
Forum: Plugins
In reply to: [BlockMeister - Block Pattern Builder] my patterns do not show in wp 5.9Forum: Plugins
In reply to: [BlockMeister - Block Pattern Builder] my patterns do not show in wp 5.9On my staging site, w/ the gutenberg active: blockmeister has the problem above.
On my staging site, w/ the gutenberg not active: blockmeister shows my patterns correctly.
So your intuition was correct.
Forum: Plugins
In reply to: [BlockMeister - Block Pattern Builder] my patterns do not show in wp 5.9I do have the gutenberg plugin active!
I’m not 100% sure its safe to deactivate (since we may be using some features from it), i can see about testing on my staging site.
Forum: Plugins
In reply to: [The Events Calendar] 5.9.1 breaks wp-json interfaceyes this resolves, thanks very much.