Dazza Posted December 23, 2008 Posted December 23, 2008 Re: [mccode v2] Slots Come on, someone must be able to help Quote
Guest Anonymous Posted December 24, 2008 Posted December 24, 2008 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.