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 Pro not working at all


  • Please log in to reply
1 reply to this topic

#1 Debbie Morris

Debbie Morris

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 12 November 2010 - 04:40 PM

Hello,

I downloaded the Pro version today, uploaded, got my absolute paths to the scripts, and nothing is loading on the page. The page stops loading when it gets to the first "include" line.

If I set that to a relative path, it gets by, but then stops when it gets to the " " line.

Any help is appreciated. I'm not sure what to do, the path's should be right, I did to make sure.


Here is my test page:
http://www.moreyspiers.com/v2/test.php

Test page code:


$tubepress_base_url = "http://moreyspiers.com/v2/tubepress_pro_2_0_0";

include "/var/www/vhosts/moreyspiers.com/httpdocs/v2/tubepress_pro_2_0_0/env/pro/tubepress-pro.php";
?>



TubePress Pro











Thanks,
Chris

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 12 November 2010 - 05:59 PM

Hi Chris,

Sorry that you're having trouble. Your code certainly appears to be entirely correct. Let's do some debugging. I know that you verified this earlier, but I'd be interested in seeing the the absolute path of test.php. Would you please add an echo statement below the "include" directive like so:

<?php$tubepress_base_url = "http://moreyspiers.com/v2/tubepress_pro_2_0_0";include "/var/www/vhosts/moreyspiers.com/httpdocs/v2/tubepress_pro_2_0_0/env/pro/tubepress-pro.php";echo "Abs path is " . dirname(__FILE__);?>
Let's start with this. There's likely just a small typo somewhere that neither of us is seeing. Thanks!