Hi all,
I installed a script and as i run it gives the following error:
Fatal error: Cannot use object of type Session as array in c:\www\musicbox \index.php on line 2692
index.php ---> line 2692 --->
I installed a script and as i run it gives the following error:
Fatal error: Cannot use object of type Session as array in c:\www\musicbox \index.php on line 2692
index.php ---> line 2692 --->
Code:
$mymusic = new Music($HTTP_GET_VARS['action'], $session['username']);
Comment