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

Tubepress Standalone 4_1_0 Thumbnails Does't Work

standalone-php tubepress-pro thumbnails youtube

  • Please log in to reply
11 replies to this topic

#1 Andrey Deshkin

Andrey Deshkin

    Advanced Member

  • Members
  • PipPipPip
  • 32 posts

Posted 11 April 2015 - 03:46 PM

I have tried to update to the 4_1_0 and my thumbnails does't work. Please help me to fix that.

 

There is my page on 4_1_0 version: http://slaviccenter....410/2011/01.php

 

There is my old page that works fine: http://slaviccenter....pro/2011/01.php

 

I have only Youtube videos.

 

 

And please change the instruction for installation Tubepress_4_1_0. There is an error on the path to the TubePressPro.php file 
 
Your path:
 include "/var/www/html/myblog.com/lib/tubepress_pro_x_y_z/src/main/php/classes/TubePressPro.php";
 
Must be:
include "/var/www/html/myblog.com/lib/tubepress_pro_x_y_z/src/TubePressPro.php";

 

Thanks

 



#2 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 13 April 2015 - 11:21 PM

Hello,

 

Please remove and reupload TubePress, as it appears there is either a permissions issue or an altogether missing file. Also, have you put any restrictions in place via your httacces file?

NetworkError: 404 Not Found - http://slaviccenter.com/web/php/ajaxEndpoint.php

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 Andrey Deshkin

Andrey Deshkin

    Advanced Member

  • Members
  • PipPipPip
  • 32 posts

Posted 14 April 2015 - 09:42 PM

Hi,

 

NetworkError: 404 Not Found - http://slaviccenter.com/web/php/ajaxEndpoint.php

 

Off course, the ajaxEndpoint.php file could not be found here because it located inside "tubepress_pro_x_y_z" folder, like http://slaviccenter.com/tubepress_pro_x_y_z/web/php/ajaxEndpoint.php .

 

 

I do not have the "web" folder in my root.

 

I have 3.1.4 installed and it works. Is there something new with permissions for new 4.1.0 ver?

 

Thanks



#4 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 14 April 2015 - 10:54 PM

Do you use W3Cache or any other cache plugins?

 

Also, please update to 4.1.2

 

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!


#5 Andrey Deshkin

Andrey Deshkin

    Advanced Member

  • Members
  • PipPipPip
  • 32 posts

Posted 15 April 2015 - 12:03 AM

Is there W3Cach pluging available for tubepress  Standalone PHP?

 

4.1.2 has the same problem

 

Thanks



#6 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 15 April 2015 - 10:30 PM

Andrey,

 

Sorry, wasn't paying attention to which sub-forum this was.

 

Can you provide your entries for the below two items:

<?php

    include "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";

    TubePressPro::setBaseUrl("xxxxxxxxxxxxxxxxxxxxxxxxx");
?>

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!


#7 Andrey Deshkin

Andrey Deshkin

    Advanced Member

  • Members
  • PipPipPip
  • 32 posts

Posted 16 April 2015 - 02:53 AM

include "/home/users/web/b2981/ipw.slavicce/public_html/video/tubepress410/src/TubePressPro.php";
 
    TubePressPro::setBaseUrl("http://slaviccenter....tubepress410");


#8 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 18 April 2015 - 12:39 AM

We need to update our documentation and I apologize for the confusion. In TubePress 4.x.x, you'll need to make sure that you have a settings.php file, in your case located at public_html/video/tubepress410/tubepress-content/config/settings.php. Make sure it has the following contents:

<?php

return array(

    'user' => array(

        /**
         * Various URLs used by TubePress. Typically only standalone PHP users will need to adjust these settings,
         * as they are auto-detected in other environments.
         */
        'urls' => array(

            /**
             * 'base' is the web-accessible URL of your TubePress installation.
             */
            'base' => 'http://slaviccenter.com/video/tubepress410',

            /**
             * 'userContent' is the URL to your TubePress Content Directory.
             */
            'userContent' => 'http://slaviccenter.com/video/tubepress410/tubepress-content',

            /**
             * 'ajax' is the URL where TubePress's client-side code should send its Ajax requests.
             * ** Most users will not need or want to mess with this - TubePress will detect it for you. **
             */
            'ajax' => 'http://slaviccenter.com/video/tubepress410/web/php/ajaxEndpoint.php',
        ),
    )
);

That should get you working again. Give it a try and let us know? Again I apologize that our documentation is out of date and we plan on updating it ASAP.



#9 Andrey Deshkin

Andrey Deshkin

    Advanced Member

  • Members
  • PipPipPip
  • 32 posts

Posted 19 April 2015 - 02:07 PM

Hello Eric. The settings.php file did not help even thou I installed 4.1.4. I have installed the plug-in  in WordPress but the problem still the same. There is the page in WordPress http://slaviccenter....edia/?page_id=2

 

Thanks

 

Andrey



#10 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 21 April 2015 - 09:55 PM

Please follow these instructions to supply your own API key. Hopefully that will resolve the issues for you and if not, it needs to be done anyway before we can troubleshoot further.

 

Thanks for your patience with this! We'll get it working.



#11 Andrey Deshkin

Andrey Deshkin

    Advanced Member

  • Members
  • PipPipPip
  • 32 posts

Posted 24 April 2015 - 03:25 PM

I changed the API key but the issue with thumbnails is still there. 

 

There is my page Tubepress pro stand alone 4.1.5 http://slaviccenter....410/2011/01.php 

There is my page in Wordpress 4.2 http://slaviccenter....edia/?page_id=2 

 

I'm glad that old 3.1.6 ver is working.



#12 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 27 April 2015 - 07:45 PM

Hello,

 

Please update to TubePress 4.1.6 as it contains a bug fix to resolve your problem.

 

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!






Also tagged with one or more of these keywords: standalone-php, tubepress-pro, thumbnails, youtube