Youtube/Video – PremiumPress Themes https://www.premiumpress.com/forums/topic/youtubevideo/feed/ Tue, 28 Apr 2026 16:58:30 +0000 https://bbpress.org/?v=2.6.4 en-US https://www.premiumpress.com/forums/topic/youtubevideo/#post-2278 <![CDATA[Youtube/Video]]> https://www.premiumpress.com/forums/topic/youtubevideo/#post-2278 Fri, 12 Jul 2013 03:21:59 +0000 not sure why but when i add youtube video link in the youtube custom field i get a 500 Internal Server Error when trying to view the listing.

any ideas ?

]]>
https://www.premiumpress.com/forums/topic/youtubevideo/#post-2279 <![CDATA[Reply To: Youtube/Video]]> https://www.premiumpress.com/forums/topic/youtubevideo/#post-2279 Fri, 12 Jul 2013 03:28:23 +0000 something to do in this function causes it to happen
$embedCode->getEmbedCode($PPT->GetListingCustom($post->ID, ‘youtube’));

]]>
https://www.premiumpress.com/forums/topic/youtubevideo/#post-2280 <![CDATA[Reply To: Youtube/Video]]> https://www.premiumpress.com/forums/topic/youtubevideo/#post-2280 Fri, 12 Jul 2013 03:37:01 +0000 narrowed it down to this line in the Youtube class

$this->_feed = (Object) simplexml_load_file( $this->_feed_url );

commented it out
the page worked
uncommented the line
doesnt work again

]]>
https://www.premiumpress.com/forums/topic/youtubevideo/#post-2282 <![CDATA[Reply To: Youtube/Video]]> https://www.premiumpress.com/forums/topic/youtubevideo/#post-2282 Fri, 12 Jul 2013 03:59:02 +0000 the page randomly sometimes works with the video other times it just gives the 500 Internal Server Error.

if i comment out that line it works all the time but no there will be no video for the page

]]>
https://www.premiumpress.com/forums/topic/youtubevideo/#post-2305 <![CDATA[Reply To: Youtube/Video]]> https://www.premiumpress.com/forums/topic/youtubevideo/#post-2305 Fri, 12 Jul 2013 06:17:05 +0000 Mark Fail i would guess your hosting setup doesnt support simplexml_load_file so it causes a 500 error.

contact your hosting to ensure they suport the PHP function simplexml_load_file

]]>
https://www.premiumpress.com/forums/topic/youtubevideo/#post-2492 <![CDATA[Reply To: Youtube/Video]]> https://www.premiumpress.com/forums/topic/youtubevideo/#post-2492 Fri, 12 Jul 2013 22:04:03 +0000 you can use a very good plugin of Richard Bonk.

https://premiumwebservices.co.uk/shop/premiumpress-addons/video-tab-for-premiumpress/

]]>
https://www.premiumpress.com/forums/topic/youtubevideo/#post-2550 <![CDATA[Reply To: Youtube/Video]]> https://www.premiumpress.com/forums/topic/youtubevideo/#post-2550 Sat, 13 Jul 2013 01:58:12 +0000 Mark Fail 🙂

]]>