by shaoyusu » Mon Sep 18, 2006 10:53 am
Hi,
I just installed harvester2 on Ubuntu Dapper Drake (6.06 LTS) with Apache2 (2.0.55), MySQL 5.0.22, PHP 5.1.2. The installation finished without error message. But I meet the following issues:
1. If search has no result, will get error message
Fatal error: Call to a member function displaySummary() on a non-object in /var/www/harvester-2.0.0/cache/t_compile/%%92^924^92435639%%results.tpl.php on line 101
2. If search returns more than one record, only the first record is displayed; and the total record number shows up correctly. For example, if seach result has 40 records, the first page only shows the first record. Going to the next page (itermsPerPage is 25), also only record 26 is displayed. I can dump the $results array and it looks fine.
3. Adding more than one archive, only the latest one shows up.
4. After adding one archive, do “update metadata index” for it, only the first set of ListRecords is retrieved. It seems it doesn’t continue when a resumptionToken is met.
5. Trying to run command
php tools/upgrade.php upgrade
The command returns right away without doing anything, and no output, even no error message.
I guess issues 1, 2 and 3 have same problem since they all use Smarty’s iterator tag. But I check the Smarty installation, everything looks fine.
Any help will be appreciated!
Su