Page 1 of 1

error on line 24?

PostPosted: Sat May 05, 2012 3:30 am
by newsham
Fatal error: [] operator not supported for strings in /home/karishe/public_html/index.php on line 24

Re: error on line 24?

PostPosted: Sat May 05, 2012 6:24 pm
by SamEA
On line 25 in ./index.php (before the while statement), add
Code: Select all
$user = array();


That should resolve your issue.