breichard
Forum Replies Created
-
Forum: Plugins
In reply to: [Automatic YouTube Gallery] Links in video descriptionPerfect. I also changed the code in the theme-classic.php file so the main video description are links also.
<div class=”ayg-player-description”><?php echo wp_kses_post( make_clickable( $featured_video_description ) ); ?></div>
Forum: Plugins
In reply to: [Automatic YouTube Gallery] Links in video descriptionThat solved it, thanks. I’m not really a fan of hacking plugins, it will have to be redone after every update. But if this is the best solution I can live with it.
I still have the issue…
Warning: ftp_mkdir() expects parameter 1 to be resource, null given in /srv/bindings/4cc13316c5e94554b04c84f75e3388e0/code/wp-admin/includes/class-wp-filesystem-ftpext.php on line 539 Warning: ftp_fput() expects parameter 1 to be resource, null given in /srv/bindings/4cc13316c5e94554b04c84f75e3388e0/code/wp-admin/includes/class-wp-filesystem-ftpext.php on line 208 Warning: ftp_chmod() expects parameter 1 to be resource, null given in /srv/bindings/4cc13316c5e94554b04c84f75e3388e0/code/wp-admin/includes/class-wp-filesystem-ftpext.php on line 280 Warning: ftp_fput() expects parameter 1 to be resource, null given in /srv/bindings/4cc13316c5e94554b04c84f75e3388e0/code/wp-admin/includes/class-wp-filesystem-ftpext.php on line 208 Warning: ftp_nlist() expects parameter 1 to be resource, null given in /srv/bindings/4cc13316c5e94554b04c84f75e3388e0/code/wp-admin/includes/class-wp-filesystem-ftpext.php on line 402 Warning: ftp_pwd() expects parameter 1 to be resource, null given in /srv/bindings/4cc13316c5e94554b04c84f75e3388e0/code/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226 Warning: ftp_pwd() expects parameter 1 to be resource, null given in /srv/bindings/4cc13316c5e94554b04c84f75e3388e0/code/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226 Warning: ftp_pwd() expects parameter 1 to be resource, null given in /srv/bindings/4cc13316c5e94554b04c84f75e3388e0/code/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226
I also have this issue, but it breaks the plugin for me so it’s not really a non-critical issue. If it’s trying to write files to the server my hosting provider does not allow plugins to do that.