Title: hellothereuk's Replies | WordPress.org

---

# hellothereuk

  [  ](https://wordpress.org/support/users/hellothereuk/)

 *   [Profile](https://wordpress.org/support/users/hellothereuk/)
 *   [Topics Started](https://wordpress.org/support/users/hellothereuk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hellothereuk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hellothereuk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hellothereuk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hellothereuk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hellothereuk/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The SEO Framework – Fast, Automated, Effortless.] Site wouldn’t load until SEO Framework disabled](https://wordpress.org/support/topic/site-wouldnt-load-until-seo-framework-disabled/)
 *  Thread Starter [hellothereuk](https://wordpress.org/support/users/hellothereuk/)
 * (@hellothereuk)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/site-wouldnt-load-until-seo-framework-disabled/#post-17475135)
 * I don’t know what TSF is, would I have explicity have to have gone in and changed
   it? If so, no. I’ve not edited any of the SEO Framework settings for months as
   it does such a good job doing its thing in the background.
 * I’ll ask my hosting if they can try changing the php to 8.1 or 8.2
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Block Builder - Lazy Blocks] Textarea Line Breaks get stripped on PHP output](https://wordpress.org/support/topic/textarea-line-breaks-get-stripped-on-php-output/)
 *  Thread Starter [hellothereuk](https://wordpress.org/support/users/hellothereuk/)
 * (@hellothereuk)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/textarea-line-breaks-get-stripped-on-php-output/#post-16437370)
 * This led me down the right path. Basically to retain the new line <br>’s, I had
   to echo like this instead:
 * ~echo ( $inner[‘text-over-image’] );~
   echo nl2br( $inner[‘text-over-image’] )
 * All working fine now, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Block Builder - Lazy Blocks] How to get other image sizes in Repeater](https://wordpress.org/support/topic/how-to-get-other-image-sizes-in-repeater/)
 *  Thread Starter [hellothereuk](https://wordpress.org/support/users/hellothereuk/)
 * (@hellothereuk)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/how-to-get-other-image-sizes-in-repeater/#post-13375123)
 * Sorry doesn’t work for me, the code just errors Undefined Index instead of returning
   image URL:
 * `echo wp_get_attachment_image( $attributes['team-image']['url'], 'medium');`
 * or
 * `echo wp_get_attachment_image( $attributes['team-image']['id'], 'large')`
 * both return:
 * <b>Notice</b>: Undefined index: team-image in <b>#######/wp-content/plugins/lazy-
   blocks/classes/class-blocks.php(1192) : eval()’d code</b> on line <b>30</b><br/
   >
 * if use the normal method on ‘team-image’
 * `echo esc_url( $attributes['team-image']['url'] );`
 * it returns the correct image URL, so ‘team-image’ is correct
    -  This reply was modified 5 years, 9 months ago by [hellothereuk](https://wordpress.org/support/users/hellothereuk/).
    -  This reply was modified 5 years, 9 months ago by [hellothereuk](https://wordpress.org/support/users/hellothereuk/).
    -  This reply was modified 5 years, 9 months ago by [hellothereuk](https://wordpress.org/support/users/hellothereuk/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Instant Images - One-click Image Uploads from Unsplash, Openverse, Pixabay, Pexels, and Giphy] lots of errors on 5.5 wordpress update](https://wordpress.org/support/topic/lots-of-errors-on-5-5-wordpress-update/)
 *  Thread Starter [hellothereuk](https://wordpress.org/support/users/hellothereuk/)
 * (@hellothereuk)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/lots-of-errors-on-5-5-wordpress-update/#post-13257351)
 * all good here now too!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Instant Images - One-click Image Uploads from Unsplash, Openverse, Pixabay, Pexels, and Giphy] lots of errors on 5.5 wordpress update](https://wordpress.org/support/topic/lots-of-errors-on-5-5-wordpress-update/)
 *  Thread Starter [hellothereuk](https://wordpress.org/support/users/hellothereuk/)
 * (@hellothereuk)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/lots-of-errors-on-5-5-wordpress-update/#post-13250929)
 * Hi there, my cpanel gives me this info, if this is any help:
 * Apache Version 2.4.43
    PHP Version PHP 7.2 (ea-php72) MySQL Version 10.3.23-MariaDB
   Architecture x86_64 Operating System linux
 * I’m not on localhost, this is a site being worked on with ‘discourage from search
   results’ turned on
    -  This reply was modified 5 years, 10 months ago by [hellothereuk](https://wordpress.org/support/users/hellothereuk/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Block Builder - Lazy Blocks] wordpress 5.5 Lazy Blocks editor backend looks odd](https://wordpress.org/support/topic/wordpress-5-5-lazy-blocks-editor-backend-looks-odd/)
 *  Thread Starter [hellothereuk](https://wordpress.org/support/users/hellothereuk/)
 * (@hellothereuk)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wordpress-5-5-lazy-blocks-editor-backend-looks-odd/#post-13242241)
 * perfect, thanks for the great plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Thumbnails] Thumbnail Filenames confliciting](https://wordpress.org/support/topic/thumbnail-filenames-confliciting/)
 *  Thread Starter [hellothereuk](https://wordpress.org/support/users/hellothereuk/)
 * (@hellothereuk)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/thumbnail-filenames-confliciting/#post-3237662)
 * 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPress] [Plugin: MailPress] smtp, php and sendmail all fail](https://wordpress.org/support/topic/plugin-mailpress-smtp-php-and-sendmail-all-fail/)
 *  Thread Starter [hellothereuk](https://wordpress.org/support/users/hellothereuk/)
 * (@hellothereuk)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-mailpress-smtp-php-and-sendmail-all-fail/#post-2805375)
 * Never did get it working, moved to a new host as I was having issues with their
   service anyway and now everything works. They had safe mode on and phpmail disabled,
   and at the same time advertising themselves as a good wordpress host *rolleyes*
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPress] [Plugin: MailPress] smtp, php and sendmail all fail](https://wordpress.org/support/topic/plugin-mailpress-smtp-php-and-sendmail-all-fail/)
 *  Thread Starter [hellothereuk](https://wordpress.org/support/users/hellothereuk/)
 * (@hellothereuk)
 * [14 years ago](https://wordpress.org/support/topic/plugin-mailpress-smtp-php-and-sendmail-all-fail/#post-2805294)
 * yep, as shown above when php_mail is activated it returns
 * **FAILED. Check your logs & settings !** the log then contains: **“mail() has
   been disabled for security reasons in …./wp-content/plugins/mailpress/mp-includes/
   Swiftmailer/classes/Swift/Transport/SimpleMailInvoker.php on line 49”**
 * My hosting finally replied to my ticket and said they’ve disabled phpmail because
   its a shared server then said:
 * “
    You need to use the SMTP authentication function instead of mail() function.
   Scott U: Please refer how to enable smtp authentication function using URL Scott
   U: [http://4rapiddev.com/tips-and-tricks/sending-email-with-smtp-authentication-in-wordpress/](http://4rapiddev.com/tips-and-tricks/sending-email-with-smtp-authentication-in-wordpress/)“
 * I’ve installed that WP Mail SMTP plugin and configured it, and its test-page 
   does say it works, but I guess as MailPress doesn’t use this plugin its just 
   not going to work :/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPress] [Plugin: MailPress] smtp, php and sendmail all fail](https://wordpress.org/support/topic/plugin-mailpress-smtp-php-and-sendmail-all-fail/)
 *  Thread Starter [hellothereuk](https://wordpress.org/support/users/hellothereuk/)
 * (@hellothereuk)
 * [14 years ago](https://wordpress.org/support/topic/plugin-mailpress-smtp-php-and-sendmail-all-fail/#post-2805221)
 * What about the SMTP? I know the settings are correct, I even made a new email
   account just to test it with.
 * It doesn’t appear to even try to connect, just tells me **“proc_open” php function
   is not available, you need to activate Connection_php_mail add-on.” **
 * Is that required for SMTP too?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ Plugin: Audiobar ] permission denied](https://wordpress.org/support/topic/plugin-audiobar-permission-denied/)
 *  [hellothereuk](https://wordpress.org/support/users/hellothereuk/)
 * (@hellothereuk)
 * [14 years ago](https://wordpress.org/support/topic/plugin-audiobar-permission-denied/#post-2455957)
 * I get the same SAFE MODE problem as this, my hosting won’t disable safe mode 
   because its a shared server so I’ve never been able to activate and use this 
   plugin.
 * getid3() seems to be causing all the problems by trying to write to /tmp – i’ve
   tried changing the folder location by editing the php files but it either ignores
   my changes and still tries to write to /tmp or it changes to a different error
   about a hash #0 or something.
 * real shame, i only installed wordpress after seeing someone elses site using 
   audiobar, as its just what i wanted my artist page to be like, but it just doesnt
   work.

Viewing 11 replies - 1 through 11 (of 11 total)