Jump to content
MakeWebGames

[mccode v2] Slots


Recommended Posts

  • Replies 50
  • Created
  • Last Reply

Top Posters In This Topic

Guest Anonymous
Posted

Re: [mccode v2] Slots

 

Just started getting this every now and then:

Warning: Illegal offset type in /home/****/public_html/slots.php on line 118

Line 118:

$wheel = $wheels[$_SESSION['wheel']];

Any ideas? Never used to do this and nothings changed :?

There is a couple of lines which actually set the $_SESSION['wheel'] variable ... check the number of wheels (should be 10) - for mt_rand(0,9) to work.

If not ... hmm... odd

Run a couple of debug statements -- ie - print_r($_SESSION) - see if you can mimic the fault.

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