Ticket #668 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by omry

  • status changed from new to closed
  • resolution set to fixed
  • description modified (diff)

Thanks for reporting this.

  • 1.4.4 have been upated with this change.
  • 1.5.3 will contain it.

Add/Change #668 (Firestats upgrade_10.php error on upgrade.)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.