is not an array or object

D

Dietmar Liste

Guest
After I started ' internal_table_manager.php' I get these Error messages:

Warning: Variable passed to reset() is not an array or object in /usr/local/etc/httpd/vhtdocs/liste/db/da/internal_table_manager.php on line 50

Warning: Variable passed to each() is not an array or object in /usr/local/etc/httpd/vhtdocs/liste/db/da/internal_table_manager.php on line 51

Thankyou for your help.

Dietmar
 
D

Dietmar Liste

Guest
After updating the PHP version everything? works fine.

Dietmar
 
E

Eugenio

Guest
Dietmar Liste wrote:
>
> PHP4.0.0 = > PHP4.0.6 makes the difference!
>
> Dietmar

It seems that you hadn't track_vars enabled in php.ini.

Now works because that track_vars is always enabled as of PHP 4.0.3

(Latest version of DaDaBIK when this message was posted: 1.8)
 
Top