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

Parallels H-Sphere is showing in my page


  • Please log in to reply
1 reply to this topic

#1 Lars Ivar Bratsberg

Lars Ivar Bratsberg

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 04 November 2012 - 07:15 PM

Hi!

On our page http://www.choicevag.../choicefilmteam the tubepress suddenly showed "Parallels H-Sphere". This for no special reason. I've tried changing the theme to Twenty Eleven and the problem is still the same, I've also tried to re-install the plugin. Any thoughts?

http://www.choicevag.../choicefilmteam

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 04 November 2012 - 11:28 PM

Hi,

My suspicion is that your hosting provider is transparently proxying HTTP requests that TubePress makes, and perhaps even denying any outbound network requests from PHP scripts. I would open up a support ticket with them. Tell them that TubePress is trying to open an HTTP connection to

http://gdata.youtube.com/feeds/api/users/ChoiceVagsbygd/uploads?v=2&start-index=1&max-results=20&orderby=viewCount&safeSearch=strict
But when it does, it's getting an HTTP 404 response with the following content (abbreviated for brevity):

<div id="content">
	<h2>Error 404: File Not Found</h2>
	<p>The requested page is not found. This may happen due to the following reasons:</p>
	<ul>
	<li>Page or file is outdated, renamed, moved, or does not exist.</li>
	<li>You typed the address incorrectly, like http://www.example.com/<b>pgae</b>.html instead of http://www.example.com/<b>page</b>.html</li>
	</ul>
	<p>Please contact your webmaster if you are not sure what goes wrong.</p>

</div></div></div>
<div id="copyright"><a href="http://www.parallels.com/" target="_blank">© Copyright 1999-2008, Parallels All rights reserved</a></div>
<div id="bottom">
<div id="bottom_text">This page is autogenerated by <a href="http://www.parallels.com" target="_blank" style="text-decoration:underline">Parallels</a><sup>®</sup> <a href="http://www.parallels.com" target="_blank" style="text-decoration:underline">H-Sphere</a></div>
</div>
That should hopefully give them enough insight to suggest a solution.

Would you report back with your findings? Thanks!