Styles applied to Section block doesn’t show on page
-
I have created a section block from the “Gutenberg Blocks and Template Library by Otter”. I added some content inside the section block.
When I select the section block, I changed the Style settings from the Style tab on the block sidebar.
On the style tab, I have added some background color, border width, radius and color, and box shadow.
This styles shows ok on the Gutenberg editor, but doesn’t show at all on the site outside the editor. The section contents displays ok, but not the styles I have applied.
The theme I’m using is “Neve” from Themeisle, I’m using the paid personal plan with the “Neve Pro Addon” activated.
I’m currently working on a localhost develompment site, so it’s not reachable from Internet.
-
Hey @jasaldivara,
Can you try to reproduce this issue on a quick test WordPress instance here: https://jurassic.ninja/create/?
Let us know. Thank you!
It works OK on your test instance, I couldn’t reproduce the issue there.
This is the stack trace I get from PHP error log on my development machine:
[02-Jul-2020 19:17:21 UTC] PHP Warning: ftp_chmod() expects parameter 1 to be resource, null given in /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php on line 279 [02-Jul-2020 19:17:21 UTC] PHP Stack trace: [02-Jul-2020 19:17:21 UTC] PHP 1. {main}() /home/lalo/proyectos/adicciones - campa?a/wordpress/index.php:0 [02-Jul-2020 19:17:21 UTC] PHP 2. require() /home/lalo/proyectos/adicciones - campa?a/wordpress/index.php:17 [02-Jul-2020 19:17:21 UTC] PHP 3. require_once() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-blog-header.php:19 [02-Jul-2020 19:17:21 UTC] PHP 4. include() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-includes/template-loader.php:106 [02-Jul-2020 19:17:21 UTC] PHP 5. get_template_part() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-content/themes/neve/page-templates/template-pagebuilder-full-width.php:16 [02-Jul-2020 19:17:21 UTC] PHP 6. locate_template() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-includes/general-template.php:168 [02-Jul-2020 19:17:21 UTC] PHP 7. load_template() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-includes/template.php:672 [02-Jul-2020 19:17:21 UTC] PHP 8. require() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-includes/template.php:725 [02-Jul-2020 19:17:21 UTC] PHP 9. the_content() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-content/themes/neve/template-parts/content-pagebuilder.php:9 [02-Jul-2020 19:17:21 UTC] PHP 10. apply_filters() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-includes/post-template.php:253 [02-Jul-2020 19:17:21 UTC] PHP 11. WP_Hook->apply_filters() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-includes/plugin.php:206 [02-Jul-2020 19:17:21 UTC] PHP 12. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->ThemeIsle\GutenbergBlocks\CSS\{closure:/home/lalo/proyectos/adicciones - campa?a/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:189-200}() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-includes/class-wp-hook.php:287 [02-Jul-2020 19:17:21 UTC] PHP 13. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->enqueue_styles() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:196 [02-Jul-2020 19:17:21 UTC] PHP 14. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::generate_css_file() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:242 [02-Jul-2020 19:17:21 UTC] PHP 15. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::save_css_file() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:114 [02-Jul-2020 19:17:21 UTC] PHP 16. WP_Filesystem_FTPext->put_contents() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:226 [02-Jul-2020 19:17:21 UTC] PHP 17. WP_Filesystem_FTPext->chmod() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:212 [02-Jul-2020 19:17:21 UTC] PHP 18. ftp_chmod() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:279
I looks like a problem when trying to save the post’s CSS on save_css_file function
- This reply was modified 4 years, 4 months ago by Jesús Abelardo Saldívar Aguilar.
Hey @jasaldivara,
I did get an email for your reply but it seems it’s stuck somewhere in WPorg’s spam filters. Can you check to see if you can upload media files to your WordPress instance?
It works OK on your test instance, I couldn’t reproduce the issue there.
This is the stack trace I get from PHP error log on my development machine:
[02-Jul-2020 19:17:21 UTC] PHP Warning: ftp_chmod() expects parameter 1 to be resource, null given in /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php on line 279 [02-Jul-2020 19:17:21 UTC] PHP Stack trace: [02-Jul-2020 19:17:21 UTC] PHP 1. {main}() /home/lalo/proyectos/adicciones - campa?a/wordpress/index.php:0 [02-Jul-2020 19:17:21 UTC] PHP 2. require() /home/lalo/proyectos/adicciones - campa?a/wordpress/index.php:17 [02-Jul-2020 19:17:21 UTC] PHP 3. require_once() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-blog-header.php:19 [02-Jul-2020 19:17:21 UTC] PHP 4. include() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-includes/template-loader.php:106 [02-Jul-2020 19:17:21 UTC] PHP 5. get_template_part() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-content/themes/neve/page-templates/template-pagebuilder-full-width.php:16 [02-Jul-2020 19:17:21 UTC] PHP 6. locate_template() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-includes/general-template.php:168 [02-Jul-2020 19:17:21 UTC] PHP 7. load_template() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-includes/template.php:672 [02-Jul-2020 19:17:21 UTC] PHP 8. require() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-includes/template.php:725 [02-Jul-2020 19:17:21 UTC] PHP 9. the_content() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-content/themes/neve/template-parts/content-pagebuilder.php:9 [02-Jul-2020 19:17:21 UTC] PHP 10. apply_filters() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-includes/post-template.php:253 [02-Jul-2020 19:17:21 UTC] PHP 11. WP_Hook->apply_filters() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-includes/plugin.php:206 [02-Jul-2020 19:17:21 UTC] PHP 12. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->ThemeIsle\GutenbergBlocks\CSS\{closure:/home/lalo/proyectos/adicciones - campa?a/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:189-200}() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-includes/class-wp-hook.php:287 [02-Jul-2020 19:17:21 UTC] PHP 13. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->enqueue_styles() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:196 [02-Jul-2020 19:17:21 UTC] PHP 14. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::generate_css_file() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:242 [02-Jul-2020 19:17:21 UTC] PHP 15. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::save_css_file() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:114 [02-Jul-2020 19:17:21 UTC] PHP 16. WP_Filesystem_FTPext->put_contents() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:226 [02-Jul-2020 19:17:21 UTC] PHP 17. WP_Filesystem_FTPext->chmod() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:212 [02-Jul-2020 19:17:21 UTC] PHP 18. ftp_chmod() /home/lalo/proyectos/adicciones - campa?a/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:279
It looks like a problem when trying to save the post’s CSS on save_css_file function
Yes. I can upload media files to my WordPress local instance.
Also, I have seen this Warning on PHP error log:
`[02-Jul-2020 22:29:57 UTC] PHP Warning: Use of undefined constant FS_CHMOD_FILE – assumed ‘FS_CHMOD_FILE’ (this will throw an Error in a future version of PHP) in /home/lalo/proyectos/adicciones – campa?a/wordpress/wp-content/plugins/ot
ter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php on line 229Must be something with the instance. Can you tell us which version of PHP you’re currently running?
PHP Version 7.4.6
It looks OK when I click in the “preview” button of the editor. It’s just when I see the real saved page that the block styles doesn’t work.
This is a more complete stack trace of PHP warnings:
[03-Jul-2020 19:25:04 UTC] PHP Warning: ftp_pwd() expects parameter 1 to be resource, null given in /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php on line 225 [03-Jul-2020 19:25:04 UTC] PHP Stack trace: [03-Jul-2020 19:25:04 UTC] PHP 1. {main}() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:0 [03-Jul-2020 19:25:04 UTC] PHP 2. require() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:17 [03-Jul-2020 19:25:04 UTC] PHP 3. wp() /home/lalo/proyectos/adicciones-2020/wordpress/wp-blog-header.php:16 [03-Jul-2020 19:25:04 UTC] PHP 4. WP->main() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/functions.php:1274 [03-Jul-2020 19:25:04 UTC] PHP 5. do_action_ref_array() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp.php:752 [03-Jul-2020 19:25:04 UTC] PHP 6. WP_Hook->do_action() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/plugin.php:544 [03-Jul-2020 19:25:04 UTC] PHP 7. WP_Hook->apply_filters() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp-hook.php:311 [03-Jul-2020 19:25:04 UTC] PHP 8. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->render_post_css() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp-hook.php:287 [03-Jul-2020 19:25:04 UTC] PHP 9. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->enqueue_styles() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:184 [03-Jul-2020 19:25:04 UTC] PHP 10. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::generate_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:242 [03-Jul-2020 19:25:04 UTC] PHP 11. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::save_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:114 [03-Jul-2020 19:25:04 UTC] PHP 12. WP_Filesystem_FTPext->is_dir() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:216 [03-Jul-2020 19:25:04 UTC] PHP 13. WP_Filesystem_FTPext->cwd() /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:431 [03-Jul-2020 19:25:04 UTC] PHP 14. ftp_pwd() /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:225 [03-Jul-2020 19:25:04 UTC] PHP Warning: ftp_pwd() expects parameter 1 to be resource, null given in /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php on line 225 [03-Jul-2020 19:25:04 UTC] PHP Stack trace: [03-Jul-2020 19:25:04 UTC] PHP 1. {main}() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:0 [03-Jul-2020 19:25:04 UTC] PHP 2. require() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:17 [03-Jul-2020 19:25:04 UTC] PHP 3. wp() /home/lalo/proyectos/adicciones-2020/wordpress/wp-blog-header.php:16 [03-Jul-2020 19:25:04 UTC] PHP 4. WP->main() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/functions.php:1274 [03-Jul-2020 19:25:04 UTC] PHP 5. do_action_ref_array() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp.php:752 [03-Jul-2020 19:25:04 UTC] PHP 6. WP_Hook->do_action() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/plugin.php:544 [03-Jul-2020 19:25:04 UTC] PHP 7. WP_Hook->apply_filters() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp-hook.php:311 [03-Jul-2020 19:25:04 UTC] PHP 8. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->render_post_css() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp-hook.php:287 [03-Jul-2020 19:25:04 UTC] PHP 9. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->enqueue_styles() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:184 [03-Jul-2020 19:25:04 UTC] PHP 10. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::generate_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:242 [03-Jul-2020 19:25:04 UTC] PHP 11. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::save_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:114 [03-Jul-2020 19:25:04 UTC] PHP 12. WP_Filesystem_FTPext->is_dir() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:216 [03-Jul-2020 19:25:04 UTC] PHP 13. WP_Filesystem_FTPext->cwd() /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:433 [03-Jul-2020 19:25:04 UTC] PHP 14. ftp_pwd() /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:225 [03-Jul-2020 19:25:04 UTC] PHP Warning: Use of undefined constant FS_CHMOD_FILE - assumed 'FS_CHMOD_FILE' (this will throw an Error in a future version of PHP) in /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php on line 226 [03-Jul-2020 19:25:04 UTC] PHP Stack trace: [03-Jul-2020 19:25:04 UTC] PHP 1. {main}() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:0 [03-Jul-2020 19:25:04 UTC] PHP 2. require() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:17 [03-Jul-2020 19:25:04 UTC] PHP 3. wp() /home/lalo/proyectos/adicciones-2020/wordpress/wp-blog-header.php:16 [03-Jul-2020 19:25:04 UTC] PHP 4. WP->main() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/functions.php:1274 [03-Jul-2020 19:25:04 UTC] PHP 5. do_action_ref_array() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp.php:752 [03-Jul-2020 19:25:04 UTC] PHP 6. WP_Hook->do_action() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/plugin.php:544 [03-Jul-2020 19:25:04 UTC] PHP 7. WP_Hook->apply_filters() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp-hook.php:311 [03-Jul-2020 19:25:04 UTC] PHP 8. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->render_post_css() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp-hook.php:287 [03-Jul-2020 19:25:04 UTC] PHP 9. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->enqueue_styles() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:184 [03-Jul-2020 19:25:04 UTC] PHP 10. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::generate_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:242 [03-Jul-2020 19:25:04 UTC] PHP 11. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::save_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:114 [03-Jul-2020 19:25:04 UTC] PHP Warning: ftp_fput() expects parameter 1 to be resource, null given in /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php on line 207 [03-Jul-2020 19:25:04 UTC] PHP Stack trace: [03-Jul-2020 19:25:04 UTC] PHP 1. {main}() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:0 [03-Jul-2020 19:25:04 UTC] PHP 2. require() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:17 [03-Jul-2020 19:25:04 UTC] PHP 3. wp() /home/lalo/proyectos/adicciones-2020/wordpress/wp-blog-header.php:16 [03-Jul-2020 19:25:04 UTC] PHP 4. WP->main() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/functions.php:1274 [03-Jul-2020 19:25:04 UTC] PHP 5. do_action_ref_array() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp.php:752 [03-Jul-2020 19:25:04 UTC] PHP 6. WP_Hook->do_action() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/plugin.php:544 [03-Jul-2020 19:25:04 UTC] PHP 7. WP_Hook->apply_filters() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp-hook.php:311 [03-Jul-2020 19:25:04 UTC] PHP 8. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->render_post_css() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp-hook.php:287 [03-Jul-2020 19:25:04 UTC] PHP 9. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->enqueue_styles() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:184 [03-Jul-2020 19:25:04 UTC] PHP 10. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::generate_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:242 [03-Jul-2020 19:25:04 UTC] PHP 11. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::save_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:114 [03-Jul-2020 19:25:04 UTC] PHP 12. WP_Filesystem_FTPext->put_contents() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:226 [03-Jul-2020 19:25:04 UTC] PHP 13. ftp_fput() /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:207 [03-Jul-2020 19:25:04 UTC] PHP Warning: ftp_chmod() expects parameter 1 to be resource, null given in /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php on line 279 [03-Jul-2020 19:25:04 UTC] PHP Stack trace: [03-Jul-2020 19:25:04 UTC] PHP 1. {main}() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:0 [03-Jul-2020 19:25:04 UTC] PHP 2. require() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:17 [03-Jul-2020 19:25:04 UTC] PHP 3. wp() /home/lalo/proyectos/adicciones-2020/wordpress/wp-blog-header.php:16 [03-Jul-2020 19:25:04 UTC] PHP 4. WP->main() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/functions.php:1274 [03-Jul-2020 19:25:04 UTC] PHP 5. do_action_ref_array() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp.php:752 [03-Jul-2020 19:25:04 UTC] PHP 6. WP_Hook->do_action() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/plugin.php:544 [03-Jul-2020 19:25:04 UTC] PHP 7. WP_Hook->apply_filters() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp-hook.php:311 [03-Jul-2020 19:25:04 UTC] PHP 8. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->render_post_css() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp-hook.php:287 [03-Jul-2020 19:25:04 UTC] PHP 9. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->enqueue_styles() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:184 [03-Jul-2020 19:25:04 UTC] PHP 10. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::generate_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:242 [03-Jul-2020 19:25:04 UTC] PHP 11. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::save_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:114 [03-Jul-2020 19:25:04 UTC] PHP 12. WP_Filesystem_FTPext->put_contents() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:226 [03-Jul-2020 19:25:04 UTC] PHP 13. WP_Filesystem_FTPext->chmod() /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:212 [03-Jul-2020 19:25:04 UTC] PHP 14. ftp_chmod() /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:279 [03-Jul-2020 19:25:04 UTC] PHP Warning: ftp_pwd() expects parameter 1 to be resource, null given in /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php on line 225 [03-Jul-2020 19:25:04 UTC] PHP Stack trace: [03-Jul-2020 19:25:04 UTC] PHP 1. {main}() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:0 [03-Jul-2020 19:25:04 UTC] PHP 2. require() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:17 [03-Jul-2020 19:25:04 UTC] PHP 3. require_once() /home/lalo/proyectos/adicciones-2020/wordpress/wp-blog-header.php:19 [03-Jul-2020 19:25:04 UTC] PHP 4. include() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/template-loader.php:106 [03-Jul-2020 19:25:04 UTC] PHP 5. get_template_part() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/themes/neve/page-templates/template-pagebuilder-full-width.php:16 [03-Jul-2020 19:25:04 UTC] PHP 6. locate_template() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/general-template.php:168 [03-Jul-2020 19:25:04 UTC] PHP 7. load_template() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/template.php:672 [03-Jul-2020 19:25:04 UTC] PHP 8. require() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/template.php:725 [03-Jul-2020 19:25:04 UTC] PHP 9. the_content() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/themes/neve/template-parts/content-pagebuilder.php:9 [03-Jul-2020 19:25:04 UTC] PHP 10. apply_filters() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/post-template.php:253 [03-Jul-2020 19:25:04 UTC] PHP 11. WP_Hook->apply_filters() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/plugin.php:206 [03-Jul-2020 19:25:04 UTC] PHP 12. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->ThemeIsle\GutenbergBlocks\CSS\{closure:/home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:189-200}() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp-hook.php:287 [03-Jul-2020 19:25:04 UTC] PHP 13. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->enqueue_styles() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:196 [03-Jul-2020 19:25:04 UTC] PHP 14. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::generate_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:242 [03-Jul-2020 19:25:04 UTC] PHP 15. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::save_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:114 [03-Jul-2020 19:25:04 UTC] PHP 16. WP_Filesystem_FTPext->is_dir() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:216 [03-Jul-2020 19:25:04 UTC] PHP 17. WP_Filesystem_FTPext->cwd() /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:431 [03-Jul-2020 19:25:04 UTC] PHP 18. ftp_pwd() /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:225 [03-Jul-2020 19:25:04 UTC] PHP Warning: ftp_pwd() expects parameter 1 to be resource, null given in /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php on line 225 [03-Jul-2020 19:25:04 UTC] PHP Stack trace: [03-Jul-2020 19:25:04 UTC] PHP 1. {main}() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:0 [03-Jul-2020 19:25:04 UTC] PHP 2. require() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:17 [03-Jul-2020 19:25:04 UTC] PHP 3. require_once() /home/lalo/proyectos/adicciones-2020/wordpress/wp-blog-header.php:19 [03-Jul-2020 19:25:04 UTC] PHP 4. include() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/template-loader.php:106 [03-Jul-2020 19:25:04 UTC] PHP 5. get_template_part() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/themes/neve/page-templates/template-pagebuilder-full-width.php:16 [03-Jul-2020 19:25:04 UTC] PHP 6. locate_template() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/general-template.php:168 [03-Jul-2020 19:25:04 UTC] PHP 7. load_template() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/template.php:672 [03-Jul-2020 19:25:04 UTC] PHP 8. require() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/template.php:725 [03-Jul-2020 19:25:04 UTC] PHP 9. the_content() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/themes/neve/template-parts/content-pagebuilder.php:9 [03-Jul-2020 19:25:04 UTC] PHP 10. apply_filters() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/post-template.php:253 [03-Jul-2020 19:25:04 UTC] PHP 11. WP_Hook->apply_filters() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/plugin.php:206 [03-Jul-2020 19:25:04 UTC] PHP 12. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->ThemeIsle\GutenbergBlocks\CSS\{closure:/home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:189-200}() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp-hook.php:287 [03-Jul-2020 19:25:04 UTC] PHP 13. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->enqueue_styles() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:196 [03-Jul-2020 19:25:04 UTC] PHP 14. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::generate_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:242 [03-Jul-2020 19:25:04 UTC] PHP 15. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::save_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:114 [03-Jul-2020 19:25:04 UTC] PHP 16. WP_Filesystem_FTPext->is_dir() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:216 [03-Jul-2020 19:25:04 UTC] PHP 17. WP_Filesystem_FTPext->cwd() /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:433 [03-Jul-2020 19:25:04 UTC] PHP 18. ftp_pwd() /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:225 [03-Jul-2020 19:25:04 UTC] PHP Warning: Use of undefined constant FS_CHMOD_FILE - assumed 'FS_CHMOD_FILE' (this will throw an Error in a future version of PHP) in /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php on line 226 [03-Jul-2020 19:25:04 UTC] PHP Stack trace: [03-Jul-2020 19:25:04 UTC] PHP 1. {main}() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:0 [03-Jul-2020 19:25:04 UTC] PHP 2. require() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:17 [03-Jul-2020 19:25:04 UTC] PHP 3. require_once() /home/lalo/proyectos/adicciones-2020/wordpress/wp-blog-header.php:19 [03-Jul-2020 19:25:04 UTC] PHP 4. include() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/template-loader.php:106 [03-Jul-2020 19:25:04 UTC] PHP 5. get_template_part() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/themes/neve/page-templates/template-pagebuilder-full-width.php:16 [03-Jul-2020 19:25:04 UTC] PHP 6. locate_template() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/general-template.php:168 [03-Jul-2020 19:25:04 UTC] PHP 7. load_template() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/template.php:672 [03-Jul-2020 19:25:04 UTC] PHP 8. require() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/template.php:725 [03-Jul-2020 19:25:04 UTC] PHP 9. the_content() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/themes/neve/template-parts/content-pagebuilder.php:9 [03-Jul-2020 19:25:04 UTC] PHP 10. apply_filters() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/post-template.php:253 [03-Jul-2020 19:25:04 UTC] PHP 11. WP_Hook->apply_filters() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/plugin.php:206 [03-Jul-2020 19:25:04 UTC] PHP 12. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->ThemeIsle\GutenbergBlocks\CSS\{closure:/home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:189-200}() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp-hook.php:287 [03-Jul-2020 19:25:04 UTC] PHP 13. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->enqueue_styles() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:196 [03-Jul-2020 19:25:04 UTC] PHP 14. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::generate_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:242 [03-Jul-2020 19:25:04 UTC] PHP 15. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::save_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:114 [03-Jul-2020 19:25:04 UTC] PHP Warning: ftp_fput() expects parameter 1 to be resource, null given in /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php on line 207 [03-Jul-2020 19:25:04 UTC] PHP Stack trace: [03-Jul-2020 19:25:04 UTC] PHP 1. {main}() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:0 [03-Jul-2020 19:25:04 UTC] PHP 2. require() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:17 [03-Jul-2020 19:25:04 UTC] PHP 3. require_once() /home/lalo/proyectos/adicciones-2020/wordpress/wp-blog-header.php:19 [03-Jul-2020 19:25:04 UTC] PHP 4. include() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/template-loader.php:106 [03-Jul-2020 19:25:04 UTC] PHP 5. get_template_part() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/themes/neve/page-templates/template-pagebuilder-full-width.php:16 [03-Jul-2020 19:25:04 UTC] PHP 6. locate_template() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/general-template.php:168 [03-Jul-2020 19:25:04 UTC] PHP 7. load_template() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/template.php:672 [03-Jul-2020 19:25:04 UTC] PHP 8. require() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/template.php:725 [03-Jul-2020 19:25:04 UTC] PHP 9. the_content() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/themes/neve/template-parts/content-pagebuilder.php:9 [03-Jul-2020 19:25:04 UTC] PHP 10. apply_filters() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/post-template.php:253 [03-Jul-2020 19:25:04 UTC] PHP 11. WP_Hook->apply_filters() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/plugin.php:206 [03-Jul-2020 19:25:04 UTC] PHP 12. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->ThemeIsle\GutenbergBlocks\CSS\{closure:/home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:189-200}() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp-hook.php:287 [03-Jul-2020 19:25:04 UTC] PHP 13. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->enqueue_styles() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:196 [03-Jul-2020 19:25:04 UTC] PHP 14. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::generate_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:242 [03-Jul-2020 19:25:04 UTC] PHP 15. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::save_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:114 [03-Jul-2020 19:25:04 UTC] PHP 16. WP_Filesystem_FTPext->put_contents() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:226 [03-Jul-2020 19:25:04 UTC] PHP 17. ftp_fput() /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:207 [03-Jul-2020 19:25:04 UTC] PHP Warning: ftp_chmod() expects parameter 1 to be resource, null given in /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php on line 279 [03-Jul-2020 19:25:04 UTC] PHP Stack trace: [03-Jul-2020 19:25:04 UTC] PHP 1. {main}() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:0 [03-Jul-2020 19:25:04 UTC] PHP 2. require() /home/lalo/proyectos/adicciones-2020/wordpress/index.php:17 [03-Jul-2020 19:25:04 UTC] PHP 3. require_once() /home/lalo/proyectos/adicciones-2020/wordpress/wp-blog-header.php:19 [03-Jul-2020 19:25:04 UTC] PHP 4. include() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/template-loader.php:106 [03-Jul-2020 19:25:04 UTC] PHP 5. get_template_part() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/themes/neve/page-templates/template-pagebuilder-full-width.php:16 [03-Jul-2020 19:25:04 UTC] PHP 6. locate_template() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/general-template.php:168 [03-Jul-2020 19:25:04 UTC] PHP 7. load_template() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/template.php:672 [03-Jul-2020 19:25:04 UTC] PHP 8. require() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/template.php:725 [03-Jul-2020 19:25:04 UTC] PHP 9. the_content() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/themes/neve/template-parts/content-pagebuilder.php:9 [03-Jul-2020 19:25:04 UTC] PHP 10. apply_filters() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/post-template.php:253 [03-Jul-2020 19:25:04 UTC] PHP 11. WP_Hook->apply_filters() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/plugin.php:206 [03-Jul-2020 19:25:04 UTC] PHP 12. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->ThemeIsle\GutenbergBlocks\CSS\{closure:/home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:189-200}() /home/lalo/proyectos/adicciones-2020/wordpress/wp-includes/class-wp-hook.php:287 [03-Jul-2020 19:25:04 UTC] PHP 13. ThemeIsle\GutenbergBlocks\CSS\Block_Frontend->enqueue_styles() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:196 [03-Jul-2020 19:25:04 UTC] PHP 14. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::generate_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php:242 [03-Jul-2020 19:25:04 UTC] PHP 15. ThemeIsle\GutenbergBlocks\CSS\CSS_Handler::save_css_file() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:114 [03-Jul-2020 19:25:04 UTC] PHP 16. WP_Filesystem_FTPext->put_contents() /home/lalo/proyectos/adicciones-2020/wordpress/wp-content/plugins/otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php:226 [03-Jul-2020 19:25:04 UTC] PHP 17. WP_Filesystem_FTPext->chmod() /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:212 [03-Jul-2020 19:25:04 UTC] PHP 18. ftp_chmod() /home/lalo/proyectos/adicciones-2020/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php:279
@jasaldivara Seems to be an issue with our plugin + your server, mostly our plugin. Wich development tool are you using for local development, so we could try to reproduce on that?
Would it be able to bring it to a live site so we could see if you face that issue there too?
After some deep debugging and research, I found the cause of the problem and two possible solutions.
The only development tools I’m using is Apache web server under Fedora 32 System (Linux), and WordPress.
I have all my development sites symlinked under a ‘public_html’ folder in my home dir. The site’s folders are owned by my system user, but the ‘/wp-content/uploads’ are owned by the apache user or group, so WordPress can write files inside that path (uploaded media files works OK).
After some research, I found that WP_Filesystem refuses to use the “direct” (native php) method for accessing filesystem when the owner of direct-created files is different from the owner of the wordpress php files, so it will try to use FTP even if I don’t have FTP set up.
I think this is a bad design from WordPress itself, but i could resolve changing some line from the plugin’s code.
Inside the save_css_file function in otter-blocks/vendor/codeinwp/gutenberg-blocks/inc/css/class-css-handler.php, I changed this line:
WP_Filesystem();
to this:
WP_Filesystem(false, false, true);
Setting the $allow_relaxed_file_ownership parameter to true.
Now it works OK.
It also works OK if I add this code to wp-config.php:
define('FS_METHOD', 'direct');
Hey @jasaldivara,
Glad to know you found a solution. We will add fail-saves in future version to make sure this doesn’t happen. Let us know if you have any questions for us. ??
- The topic ‘Styles applied to Section block doesn’t show on page’ is closed to new replies.