Jeff Ong
Forum Replies Created
-
Forum: Plugins
In reply to: [Create Block Theme] Fatal error on export/clone/create child themeHi @elenaocone — unfortunately I’m unable to replicate this fatal. Here’s the steps I tried:
- Created a new multisite instance, WP 6.1.1, PHP 7.4.1
- Installed and activated Poe, Create Block Theme (1.7.0)
- Verified Export, Clone, Create Child Theme
Here’s what I would recommend:
- Export the theme using the Site Editor’s controls: https://cloudup.com/cT-Db6QxXK4/f
- Upload the theme to a non-multisite / non-production instance of WP
- Install and activate the plugin, and try exporting
Forum: Plugins
In reply to: [Create Block Theme] Fatal error on export/clone/create child themeHi there,
Would you be able to share the version of WordPress and PHP that your site is running?
It appears the error results from
addEmptyDir
being undefined on thezip
archive. This method was added in PHP 5.2 and up.Thanks!
Forum: Plugins
In reply to: [Create Block Theme] Font upload errorHi there, thanks for trying this plugin out!
Can you try changing the permissions on the
wp-content/themes
folder of your local site to 755, and seeing if that has any impact on your ability to upload fonts?From the command line, that would be
chmod 755 /path/to/your/wp-content/themes
.This post has a nice overview, as well as some other ways to alter them: https://blogvault.net/wordpress-permissions/
Note: I would only try this on your local or development environment, not production. This plugin is not intended for production environments anyhow, but thought I’d mention it ??
Forum: Alpha/Beta/RC
In reply to: 5.9-beta1-52307 Twenty TwentyTwo PatternsMany thanks for confirming @ericthomson. If you can recreate, please share your browser info as well.
Forum: Alpha/Beta/RC
In reply to: 5.9-beta1-52307 Twenty TwentyTwo PatternsThanks for the report @ericthomson. Would you be able to share your operating system and browser information you’re encountering the issue on?
Also to confirm, these are issues with previewing the pattern from the Pattern Inserter, not when you insert the pattern into the page —?is that right?