Jump to content
MakeWebGames

Recommended Posts

Posted

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

I set this up yesterday but i got an error with event_add()

 

All the script was good,

 

I also cleaned out my minute cron and put it in there,,

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

  • 5 months later...
Posted

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?

Posted

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

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...