Jump to content

Problemo

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
TheCEOandPresident

TheCEOandPresident

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
I have tried literally 10 times to install this script and I am having no luck what so ever! :crying: Somebody help meeee!!!! Its the MyVoucherGeek script. I customized it but now I can't get it installed properly. At this point I will pay someone to install this script. I have one hair left and I'm about to pull it out. Shoot me a pm or reply here in the thread thank you.

Cheers

#2
manux

manux

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 234 posts
What errors do you get?
What's not installed properly?

#3
TheCEOandPresident

TheCEOandPresident

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
I am trying to set up the postback but this is the error I get when I test it to see if it's working:

Postback sent.
Your server output:
<br /> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/home/themmorp/public_html/myfreeclothes.com/postback.php</b> on line <b>35</b><br /> Success: 75.181.17.84 earned 100 points and is referred by nobody

My line 35 in my website reads:

foreach(mysql_fetch_array($query_checkRef) as $ref_id_user);

I don't really know what to do could you please fix this for me? I can't for the life of me figure it out. It seems like without this when someone signs in and sign up the widget doesn't pop up.

#4
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
What is $query_checkRef?, and the query before it. It appears the resource contained within is not a valid MySQL resource, indicating the query may be malformed.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.