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

Upgrading To Tubepresspro 3.1.1


Best Answer Andrey Deshkin, 03 August 2013 - 10:02 PM

Thanks Eric, now it works.

Go to the full post


  • Please log in to reply
3 replies to this topic

#1 Andrey Deshkin

Andrey Deshkin

    Advanced Member

  • Members
  • PipPipPip
  • 32 posts

Posted 01 August 2013 - 11:27 PM

Something went wrong after upgrading To 3.1.1, please help. It worked on 3.0.0.

 

there is my page:

http://slaviccenter....pro/2013/05.php

 

there is my 05.php page:

!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<?php 

$tubepress_base_url = 'http://slaviccenter.org/tubepress_pro/';

include '/home/content/s/l/a/slavicce/html/tubepress_pro/sys/classes/TubePressPro.class.php';

?>



<html>

	<head>

	<title>Slavic Christian Center</title>

	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">



	<?php print TubePressPro::getHtmlForHead(true); ?>



	</head>

<body>

	

<?php print TubePressPro::getHtmlForShortcode(" randomize_thumbnails='false' embeddedWidth='650' embeddedHeight='400' description='true' views='false' orderBy='position' resultsPerPage='50' mode='playlist' playlistValue='PL7oHq1UkkuRVVWbvDVNh7P2rtTl6IPfm7' loop='true' playerLocation='normal' ajaxPagination='true' showRelated='false'"); ?>



</body>

</html>

Thanks



#2 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 02 August 2013 - 02:12 PM

Andrey,

 

When you updated to TubePress Pro 3.1.1, did you ensure that it was installed in the same path?

 

The error you are seeing on your site is showing that the folder/file at  '/home/content/s/l/a/slavicce/html/tubepress_pro/sys/classes/TubePressPro.class.php'; can not be found.  Please ensure that the php file is, in fact, there and that the folder structure is correct.

 

Let us know.

 

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 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 02 August 2013 - 04:43 PM

The file and path

/sys/classes/TubePressPro.class.php

has been deprecated for a long time now, and in 3.1.1 we removed support for it completely. Instead, please use

/src/main/php/classes/TubePressPro.php

as described in the documentation. Sorry for the confusion!



#4 Andrey Deshkin

Andrey Deshkin

    Advanced Member

  • Members
  • PipPipPip
  • 32 posts

Posted 03 August 2013 - 10:02 PM   Best Answer

Thanks Eric, now it works.