lhungil:
The referenced file was part of a BETA version and the check was accidentally left in the final release. :blush:
A new version "2.5.3a" has been uploaded and will hopefully be available in the next couple days.
In the meantime you can either comment out or remove line 43 of "/your_admin_folder/includes/init_includes/init_local_sales_taxes_install.php". When removed the block starting at line 35 should look like the following:
// Check to make sure all new files have been uploaded.
// These are not intended to be perfect checks, just a quick 'hey you'.
$files = array(
DIR_FS_ADMIN . DIR_WS_INCLUDES . 'extra_datafiles/local_sales_taxes.php',
DIR_FS_ADMIN . DIR_WS_INCLUDES . 'auto_loaders/config.local_sales_taxes.php',
DIR_FS_ADMIN . DIR_WS_INCLUDES . 'init_includes/init_local_sales_taxes_install.php',
DIR_FS_ADMIN . DIR_WS_INCLUDES .
'init_includes/init_local_sales_taxes_uninstall.php',
DIR_FS_ADMIN . DIR_WS_LANGUAGES . 'english/local_sales_taxes.php',
DIR_FS_ADMIN . DIR_WS_LANGUAGES . 'english/extra_definitions/local_sales_taxes.php',
DIR_FS_ADMIN . FILENAME_LOCAL_SALES_TAXES . '.php',
DIR_FS_CATALOG . DIR_WS_INCLUDES . 'extra_datafiles/ot_local_sales_taxes.php',
DIR_FS_CATALOG . DIR_WS_FUNCTIONS .
'extra_functions/functions_local_sales_taxes.php',
DIR_FS_CATALOG . DIR_WS_LANGUAGES . 'english/modules/order_total/ot_local_sales_taxes.php',
DIR_FS_CATALOG . DIR_WS_MODULES . 'order_total/ot_local_sales_taxes.php'
);
hello sir
thanks alot