From: Grant F. <gf...@ho...> - 2014-01-21 16:51:59
|
In the database file, there are several records inserted into the scripts table with scripts that don't exist. They are: FixedAssetList.phpFormMaker.phpManualContents.phpMenuAccess.phpOrderEntryDiscountPricing.phpPrintSalesOrder.phpReportBug.phpReportCreator.phpReportletContainer.phpReportMaker.phpSystemCheck.php None of those are in the main weberp directory. Note that ReportCreator has another entry in scripts: INSERT INTO `scripts` VALUES ('reportwriter/admin/ReportCreator.php',15,'Report Writer'); That seems correct but not the one for it to be in the main directory. INSERT INTO `scripts` VALUES ('ReportCreator.php',13,'Report Writer and Form Creator script that creates templates for user defined reports and forms'); |