1BIS) Copy the stats_low_stock_class.php file to /admin/includes/classes/stats_low_stock_class.php

2BIS) open stats_low_stock.php

find this text:

require('stats_low_stock_class.php');
$slsc = new stats_low_stock_class();

replace it with this:

require(DIR_WS_CLASSES . 'stats_low_stock_class.php');
$slsc = new stats_low_stock_class();


Regards of Spain ( http://www.pedroescribano.com )

More...