Can some one help me regarding my movies site.

Discussion in 'PHP' started by muzzy4u2, Jun 19, 2012.

  1. #1
    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.
     
    muzzy4u2, Jun 19, 2012 IP
  2. ssmm987

    ssmm987 Member

    Messages:
    180
    Likes Received:
    4
    Best Answers:
    3
    Trophy Points:
    43
    #2
    I can help you. Contact me through a personal message, or email me at
     
    ssmm987, Jun 20, 2012 IP
  3. muzzy4u2

    muzzy4u2 Active Member

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    71
    #3
    Please check your Pm and email.
     
    muzzy4u2, Jun 20, 2012 IP
  4. davidson_11

    davidson_11 Active Member

    Messages:
    33
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    80
    #4
    You need to post some of the code for further assistance.
     
    davidson_11, Jun 22, 2012 IP
  5. matt_62

    matt_62 Prominent Member

    Messages:
    1,827
    Likes Received:
    515
    Best Answers:
    14
    Trophy Points:
    350
    #5
    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.
     
    matt_62, Jun 22, 2012 IP
  6. muzzy4u2

    muzzy4u2 Active Member

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    71
    #6
    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
     
    muzzy4u2, Jun 22, 2012 IP
  7. EricBruggema

    EricBruggema Well-Known Member

    Messages:
    1,740
    Likes Received:
    28
    Best Answers:
    13
    Trophy Points:
    175
    #7
    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!
     
    EricBruggema, Jun 22, 2012 IP
  8. muzzy4u2

    muzzy4u2 Active Member

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    71
    #8
    Thank you for replying.

    I am not a programmer and what code I have to change in the settings file.

    Thank you in advance.
     
    muzzy4u2, Jun 22, 2012 IP
  9. TrafficCake

    TrafficCake Greenhorn

    Messages:
    16
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    13
    #9
    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~!
     
    TrafficCake, Jun 24, 2012 IP
  10. Vooler

    Vooler Well-Known Member

    Messages:
    1,146
    Likes Received:
    64
    Best Answers:
    4
    Trophy Points:
    150
    #10
    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
     
    Vooler, Jun 25, 2012 IP