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

Thumbs dont play!! with Tubepress Pro 2.2.9 Standalone


  • Please log in to reply
2 replies to this topic

#1 Luis Delacroix

Luis Delacroix

    Member

  • Members
  • PipPip
  • 11 posts

Posted 20 February 2012 - 01:53 AM

Hi,

I need help to make the thumbnails work. I´ve tried with all players.

Here is the link: http://www.pro-evolu...re...e_php4.php and my php standalone file.


www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
$tubepress_base_url = 'http://www.pro-evolution.com.ar/tubepress_pro_2_2_9/env/pro/tubepress-pro.php';
include '\Inetpub\vhosts\pro-evolution.com.ar\httpdocs\tubepress_pro_2_2_9\sys\classes\TubePressPro.class.php';
?>



TubePress Pro in standalone PHP









Thanks in advance,
Paco Delacroix

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 20 February 2012 - 10:45 PM

Hi Paco,

I think the issue here is a slight server misconfiguration. It seems that your server is sending back JavaScript and CSS files as the mime type "text/html". Here are some examples:

> curl -i http://www.pro-evolution.com.ar/tubepress_pro_2_2_9/env/pro/tubepress-pro.php/sys/ui/static/js/tubepress.js

HTTP/1.1 200 OK
Connection: close
Date: Tue, 21 Feb 2012 03:42:02 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: PleskWin
X-Powered-By: ASP.NET
X-Powered-By: PHP/5.2.5
Content-type: text/html

> curl -i http://www.pro-evolution.com.ar/tubepress_pro_2_2_9/env/pro/tubepress-pro.php/sys/ui/themes/default/style.css

HTTP/1.1 200 OK
Connection: close
Date: Tue, 21 Feb 2012 03:42:52 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: PleskWin
X-Powered-By: ASP.NET
X-Powered-By: PHP/5.2.5
Content-type: text/html
Notice the "Content-type: text/html" header. This is, in effect, causing web browsers to treat the content as plain HTML and not as CSS or JS. Your server administrator or hosting provider will be able to assist you with this. I would point them to this thread if they need more details.

Sound good? Let us know what you find. Thanks!

#3 Luis Delacroix

Luis Delacroix

    Member

  • Members
  • PipPip
  • 11 posts

Posted 21 February 2012 - 11:13 PM

I believe too that it is a problem with my server hosting.
I´ll keep you posted. thanks