Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Help Needed After Upgrading From Older Pro Version To 4.1.10


  • Please log in to reply
2 replies to this topic

#1 Mark McDonald

Mark McDonald

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 22 June 2015 - 07:16 PM

Hi,

 

I have been using the following script in an iframe for a couple of years with an older version of pro, but now after upgrading to 4.1.10, the paths and filenames are obviously different, I've tried changing the path to the TubePressPro.php file but just get a white page. I appreciate that the way I was doing things may now be deprecated, so either a suggestion or a pointer to  a relevant post/document would be appreciated.

Thanks.

 

Here is the script I was using that worked in the older version:

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR...l1-strict.dtd">
<?php

    $tubepress_base_url = "http://arosegrowingo....uk/tubepress";

    require_once "/chroot/home/zombieme/arosegrowingold.co.uk/html/tubepress/env/pro/tubepress-pro.php";
?>

<html xmlns="http://www.w3.org/1999/xhtml"lang="en" xml:lang="en">
    <head>
        <title>Tour of Life</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

        <?php print tubepressHeadElements(true); ?>
    </head>
    <body>
        <div style="width:940px">

            <?php print tubepressGallery('mode="playlist" playlistValue="B319CACCB137252B" autoplay="true" fullscreen="true" embeddedWidth="480" embeddedHeight="290" ajaxPagination="true" thumbHeight="135" thumbWidth="180" playerLocation="fancybox"  paginationAbove="true" border="false" views="false" resultsPerPage="9"'); ?>

        </div>
    </body>
</html>



#2 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 22 June 2015 - 08:58 PM

Mark,

 

Please take a look at this TubePress for PHP setup article and let us know if you have any more questions.

 

Thanks!


Want a faster, more personalized support experience? Open a ticket with us! We will be gradually phasing out forum-based support in favor of a proper ticketing system. Please help us help you!


#3 Mark McDonald

Mark McDonald

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 23 June 2015 - 06:35 PM

Cheers for the reply.

 

I'll check it out at the weekend.