I recently bought moviesuperhero dotcom movies site here and the owner doesn't know php so I am finding it difficult to sort the problem myself. The problem is when I am clicking on any movies I am getting a fatal error and some code and all the ads are getting mis placed. I even want to remove the amazon code which is not mine as its the previous owner amazon affiliate id code and I want to remove it and put my own. But when I try to do that all got messed up so can any one help me. Please. Thank you in advance.
has this been fixed or do you still need help? i checked and the movie i clicked on played fine. I noticed that its wordpress, so should be straightforward to fix. My only thoughts is that perhaps when you removed the old code you might have taken out or misplaced a tag or two.
here is the error link: http://moviesuperhero.com/?p=2062996 and the error is : Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Expected response code 200, got 403 <?xml version='1.0' encoding='UTF-8'?><errors><error><domain>yt:quota</domain><code>too_many_recent_calls</code></error></errors>' in /home/muzzy4u2/public_html/moviesuperhero.com/wp-content/yt/Zend/Gdata/App.php:699 Stack trace: #0 /home/muzzy4u2/public_html/moviesuperhero.com/wp-content/yt/Zend/Gdata.php(220): Zend_Gdata_App->performHttpRequest('GET', 'http://gdata.yo...', Array, NULL, NULL, NULL) #1 /home/muzzy4u2/public_html/moviesuperhero.com/wp-content/yt/Zend/Gdata/App.php(860): Zend_Gdata->performHttpRequest('GET', 'http://gdata.yo...', Array) #2 /home/muzzy4u2/public_html/moviesuperhero.com/wp-content/yt/Zend/Gdata/App.php(753): Zend_Gdata_App->get('http://gdata.yo...', NULL) #3 /home/muzzy4u2/public_html/moviesuperhero.com/wp-content/yt/Zend/Gdata/App.php(204): Zend_Gdata_App->importUrl('http://gdata.yo...', 'Zend_Gdata_YouT...', NULL) #4 /home/muzzy4u2/public_html/moviesuperhero.com/wp-content/yt/Zen in /home/muzzy4u2/public_html/moviesuperhero.com/wp-content/yt/Zend/Gdata/App.php on line 699
well the error states it!? your site is doing to much requests to download movie XML streams, try to alter your code (or settings file) to have less connections to the xml stream!
Thank you for replying. I am not a programmer and what code I have to change in the settings file. Thank you in advance.
You're getting too_many_recent_calls which leads me to think you are not caching your results. You need to ensure you cache the XML streams else you'll find you hit limits on these APIs. Adding this caching functionality isn't a simple step or config change I'm afraid though; and you would need to find a programmer to help you. Sorry I couldn't give better advice~!
I am not sure if this thread is still active, but errors says some files are missing Warning: require_once(Zend/Gdata/App.php) [function.require-once]: failed to open stream: No such file or directory in /home/muzzy4u2/public_html/moviesuperhero.com/wp-content/yt/Zend/Gdata.php on line 26 Fatal error: require_once() [function.require]: Failed opening required 'Zend/Gdata/App.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/muzzy4u2/public_html/moviesuperhero.com/wp-content/yt/Zend/Gdata.php on line 26 Double check if you have full transferred all files and/or if you restored backup you uploaded all. regards