Ticket #668 (closed bug: fixed)
Firestats upgrade_10.php error on upgrade.
| Reported by: | chrischr | Owned by: | omry |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | FireStats | Version: | 1.4 |
| Severity: | Critical | Keywords: | |
| Cc: |
Description (last modified by omry) (diff)
The upgrade process of Firestats v.1.4.4 and 1.5 under Wordpress 2.5 returns file not found errors on line 79.
require_once(FS_ABS_PATH.'/php/rebuild-db.php'); require_once(dirname(__FILE__).'/db-sql.php'); $res = fs_botlist_import(dirname(__FILE__).'/botlist.txt',true);
should be
require_once(FS_ABS_PATH.'/php/rebuild-db.php'); require_once(FS_ABS_PATH.'/php/db-sql.php'); $res = fs_botlist_import(FS_ABS_PATH.'/php/botlist.txt',true);
to work
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
