View Single Post
Old 05-19-2005, 02:14 AM   #2
DaveHorn
All Star Starter
 
DaveHorn's Avatar
 
Join Date: Aug 2003
Posts: 1,146
It sounds like you are running in php 5? Of the top of my head I can't remember the exact details but there was a change in the warnings when dealing with arrays. There is an option that I also can't remember that can supress that warning and you'll probaby be fine. Worse case, a slight code change can fix the problem.

Confirm you PHP version and I could help you with more details.

If you don't know, build a php with the following

Code:
<?php
phpinfo();?>
Call it whatever.php and execute it on your server. It will report much info about your php system.
__________________
Dave
HFTC Commish
DaveHorn is offline