Jump to content
MakeWebGames

[v1/v2] Auction Cron fully Fixed and tested


URBANZ

Recommended Posts

  • 5 months later...

Re: [v1/v2] Auction Cron fully Fixed and tested

jsut a little more to add to the hopefull solving of this problem...

the error seems to lie here at this query... well this is what my error log tells me anyway...

 

$qqq=$db->query("select * from auctions where time=0",$c);

while($win=$db->fetch_row($qqq))

call to undefined function... anyone with any ideas?

Link to comment
Share on other sites

Re: [v1/v2] Auction Cron fully Fixed and tested

undefined function? hmm well i wold try replacing $db-> with mysql_ and retype ("select * from auctions where time=0",$c);

as ("SELECT * FROM auctions WHERE time = 0",$c)

these small things may help

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...