Compare the module's files with those from Sep 2010 (v2.3.0) taking into account the various extension parameters that have changed.
The error may be due to themodules/repgen/includes/acc_levels.php(must the file extension be.inc?) using the old style $security_areas. This file is not used now.
$security_areas['SA_REPORT_GENERATOR'] = array(SS_SPEC|155, _("Report Generator"));
Must the SS_SPEC|155 above be SS_REPORT_GENERATOR|130 ?
Optionally the missing single quote for thedefinein line 23 of modules/repgen/hooks.php:
I can see the Report Generator Menu link greyed out in Setup -> Maintenance on the right side. It gets corrected when we tick the Setup -> Access Setup last ":" role for System Administrator, then the Report Generator checkbox pops up and on ticking and saving, logging out and logging back in, the Report Generator works.
One correction may be needed in the modules/repgen/sql/reports.sql file at line 59, the id should be '6' instead of 'B1' which is for blocks.
Some extra report definitions have been culled out of www.fvr.ro and attached herewith. Since the table xx_reports has no primary key, it seems to be accumulating duplicate records.
The installed_extensions.php file in the webroot uses true/false for the 'active' attribute of the array whereas it is 0/1 in the company/#/installed_extensions.php files. Renumbering the array elements in both files in the same manner maintains status quo.
Can the FA Admins correct it and upload a new PKG?
Post's attachmentsextra_reports_sql.zip 998 b, 5 downloads since 2012-12-21
You don't have the permssions to download the attachments of this post.