SingingTurnip
Forum Replies Created
-
Forum: Plugins
In reply to: [Publish To Apple News] Error 500This is what they gave me as far as errors are concerned that were made around the same time as the posts.
error_log ( ASCII English text, with very long lines, with CRLF, LF line terminators ) [[19-Feb-2018 11:56:49 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 120848907 bytes) in /home2/gamerale/public_html/wp-includes/Requests/Transport/cURL.php on line 413 [20-Feb-2018 16:37:54 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 63489047 bytes) in /home2/gamerale/public_html/wp-includes/class-requests.php on line 644 [20-Feb-2018 17:29:51 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 176423093 bytes) in /home2/gamerale/public_html/wp-includes/Requests/Transport/cURL.php on line 413 [20-Feb-2018 17:58:34 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 120848907 bytes) in /home2/gamerale/public_html/wp-includes/class-requests.php on line 381 [20-Feb-2018 18:03:38 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 120848907 bytes) in /home2/gamerale/public_html/wp-includes/class-requests.php on line 381 [21-Feb-2018 09:58:33 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 120848907 bytes) in /home2/gamerale/public_html/wp-includes/class-requests.php on line 381I wouldnt worry about it, clearly I am the only person with this issue.
I’d rather change my theme than mess about with functions that seem way over my head.
Whats strange is that it was fine until a recent powerpress update.
Hi Shawn,
I tried that and the box doesnt have a tick in it but yet below “read more” link/box on my site you can still see the player.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] 404 On UploadsThis file is giving an error on upload: http://mashuppodcast.co.uk/wp-content/uploads/2016/12/MashupPodcastChristmash.mp3
The error it says is “Could not find valid MPEG synch before end of file” however it plays fine on both the website and if opened in iTunes.
Will it still show as a download to people on iTunes Podcast page?
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] 404 On UploadsYep I have done that Shawn, the artwork shows when playing the file via windows media player etc
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] 404 On UploadsHey Angelo,
The website is broke currently, no idea why and my current host doesnt either.
However, as previously mentioned. I uploaded the file via wordpress instead of FTP and the now works as it should.
The only other issue I had was that the artwork attached to each uploaded mp3 doesnt show in iTunes, just the standard podcast image for the site…
Thanks.
- This reply was modified 9 years, 5 months ago by SingingTurnip.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] 404 On UploadsHi Shawn,
FTP is how I got all the other episodes on the site.
Permissions are the same for all of the mp3s ‘644’.I have uploaded episode 12 via the WordPress uploader and it is working: http://mashuppodcast.co.uk/wp-content/uploads/2016/12/MashupPodcast12.mp3
No idea why it didnt when I uploaded it before.
Will keep an eye on it.
Steve
Forum: Themes and Templates
In reply to: [Hueman] Remove “UPDATED” Under Title?Can it?
Ok I will leave it be for now then.
Thanks.
Forum: Themes and Templates
In reply to: [Hueman] No Youtube videos are showing since updateResolved
Forum: Themes and Templates
In reply to: [Hueman] No Youtube videos are showing since updateOk I removed the “custom” single php and now the videos work as they should do….there must’ve been a code change when the theme updated.
Forum: Themes and Templates
In reply to: [Hueman] No Youtube videos are showing since updateThe only thing different in single php is the google ad I believe. Here is the file:
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. Don’t use
<blockquote>it doesn’t work. ]<?php get_header(); ?> <section class="content"> <?php get_template_part('inc/page-title'); ?> <div class="pad group"> <?php while ( have_posts() ): the_post(); ?> <article <?php post_class(); ?>> <div class="post-inner group"> <h1 class="post-title"><?php the_title(); ?></h1> <p class="post-byline"><?php _e('by','hueman'); ?> <?php the_author_posts_link(); ?> · <?php the_time(get_option('date_format')); ?></p> <?php if( get_post_format() ) { get_template_part('inc/post-formats'); } ?> <div class="clear"></div> <div class="entry themeform <?php if ( ot_get_option('sharrre') != 'off' ) { echo 'share'; }; ?>"> <div class="entry-inner"> <?php the_content(); ?> <?php wp_link_pages(array('before'=>'<div class="post-pages">'.__('Pages:','hueman'),'after'=>'</div>')); ?> </div> <?php if ( ot_get_option('sharrre') != 'off' ) { get_template_part('inc/sharrre'); } ?> <div class="clear"></div> </div><!--/.entry--> </div><!--/.post-inner--> </article><!--/.post--> <?php endwhile; ?> <div class="clear"></div> <?php if ( ( ot_get_option( 'author-bio' ) != 'off' ) && get_the_author_meta( 'description' ) ): ?> <div class="author-bio"> <div class="bio-avatar"><?php echo get_avatar(get_the_author_meta('user_email'),'128'); ?></div> <p class="bio-name"><?php the_author_meta('display_name'); ?></p> <p class="bio-desc"><?php the_author_meta('description'); ?></p> <div class="clear"></div> </div><div align="center"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- gs728 --> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-4209020495253259" data-ad-slot="1003446720"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> <?php endif; ?> <?php if ( ot_get_option( 'post-nav' ) == 'content') { get_template_part('inc/post-nav'); } ?> <?php if ( ot_get_option( 'related-posts' ) != '1' ) { get_template_part('inc/related-posts'); } ?> <?php if ( ot_get_option('post-comments') != 'off' ) { comments_template('/comments.php',true); } ?> </div><!--/.pad--> </section><!--/.content--> <?php get_sidebar(); ?> <?php get_footer(); ?>Forum: Themes and Templates
In reply to: [Hueman] No Youtube videos are showing since updateYep, see 1st post.
Forum: Themes and Templates
In reply to: [Hueman] No Youtube videos are showing since updateThe ad was inserted via “single.php” and has been present for several months. The videos were showing up until this new update.
I have tried removing the ad and it has made zero difference.
I am using a child theme.
Forum: Themes and Templates
In reply to: [Hueman] No Youtube videos are showing since updateYep well actually it’s a child theme but the main one is 3.1