The version 2.5.3 install script calls for a file that's not present in the zip package:
Admin/includes/languages/english/stats_sales_tax_totals.php
The version 2.5.3 install script calls for a file that's not present in the zip package:
Admin/includes/languages/english/stats_sales_tax_totals.php
To fix the error you can edit the file "\1_new_files\your_admin_folder\includes\init_includes\init_local_sales_taxes_in stall.php".
On (or about) line 43 Delete the line:
DIR_FS_ADMIN . DIR_WS_LANGUAGES . 'english/stats_sales_tax_totals.php',
Re-upload this file and it should work.
Remember please, always test on a development machine prior to adding or updating mods on your production server.
This extra entry was inadvertently left in the installation script. it is related to the SalesTaxReportv2.1 mod, not currently part of the local_sales_tax mod.
The SalesTaxReportv2.1 is a standalone mod at this time.
Last edited by potteryhouse; 2 Apr 2013 at 08:52 PM.
The referenced file was part of a BETA version and the check was accidentally left in the final release.
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:
Code:// 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' );
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
Yeah, I figured that's all it was. I've been testing it for a couple of days without any problems.
Thanks for the quick responses. And thanks for updating and maintaining this very useful plugin for 1.5x.
I have applied the mod on the e-Commerce however at the moment of the checkout I only see the state tax. Didn't run into any issues with installation.
I would really appreciate any kind of help.
ZenCart v1.5.1
Local Sales Tax v.2.5.3a
PHP 5.3.23
MySql 5.5
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
What are the store settings for tax basis? (admin -> configuration -> my store)
Is the Local Sales Tax order total module installed and enabled? (admin -> modules -> order total)
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
Bookmarks