I get hundreds of these PHP notices:
- Code: Select all
PHP Notice: Use of undefined constant current_array - assumed 'current_array' in /var/www/html/harvester/include/xmlparser.inc.php on line 144
PHP Notice: Use of undefined constant current_array - assumed 'current_array' in /var/www/html/harvester/include/xmlparser.inc.php on line 144
PHP Notice: Use of undefined constant current_array - assumed 'current_array' in /var/www/html/harvester/include/xmlparser.inc.php on line 158
PHP Notice: Use of undefined constant current_array - assumed 'current_array' in /var/www/html/harvester/include/xmlparser.inc.php on line 162
PHP Notice: Use of undefined constant current_array - assumed 'current_array' in /var/www/html/harvester/include/xmlparser.inc.php on line 162
PHP Notice: Use of undefined constant current_array - assumed 'current_array' in /var/www/html/harvester/include/xmlparser.inc.php on line 163
PHP Notice: Use of undefined constant current_array - assumed 'current_array' in /var/www/html/harvester/include/xmlparser.inc.php on line 163
I am in the harvester directory. As root (note is only a test server), running:
$ php updateindex.php
I am using version 1.0.1, with Fedora Core 3 on x86 with php-4.3.10-3.2
Any ideas on what I am missing or doing wrong?
thanks
