Best Answer Andrey Deshkin, 03 August 2013 - 10:02 PM
Thanks Eric, now it works.
Go to the full postBest Answer Andrey Deshkin, 03 August 2013 - 10:02 PM
Thanks Eric, now it works.
Go to the full postPosted 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
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!
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!