We don't recommend using ZuckerReports 1.8 in production environment! Please follow this instructions for upgrading your ZuckerReports 1.7 to ZuckerReports 1.8: * Unpack the file ZuckerReportsPro_1.8_module.zip to a directory on your server * Make a backup of your ZuckerReports configuration by copying the file /modules/ZuckerReports/config.php to a save place * Copy the contents of the "modules" folder from your unpacked ZuckerReportsPro_1.8_module.zip file to your /modules/ folder * Merge the changes in your original ZuckerReports configuration file to the new one * Add the following code somewhere in the file /custom/application/ext/include/modules.exe.php: $beanList['ZuckerRunnableReport'] = 'RunnableReport'; $beanFiles['RunnableReport'] = 'modules/ZuckerRunnableReport/RunnableReport.php'; $modInvisList[] = 'ZuckerRunnableReport'; * Login to Sugar as "admin", go to the Admin-Panel and click on "Repair" * Do the following repair tasks: "Repair Database", "Rebuild Dashlets", "Rebuild Relationships" * Ready