Reports Module crashes in 7.2 Beta 3?

When I’m calling up the Reports module, it crashes with the following log entry in the apache error log:

PHP Warning: require_once(modules/AOR_Reports/aor_utils.php): failed to open stream: No such file or directory in /var/www/zucker-neu/modules/AOR_Reports/controller.php on line 27, referer: http://zucker-neu.schempphirth.local/index.php?action=ajaxui
[Fri Feb 20 17:28:47 2015] [error] [client 192.168.1.242] PHP Fatal error: require_once(): Failed opening required ‘modules/AOR_Reports/aor_utils.php’ (include_path=’/var/www/zucker-neu/include/HTMLPurifier/standalone:/var/www/zucker-neu/include/…:.:/usr/share/php:/usr/share/pear’) in /var/www/zucker-neu/modules/AOR_Reports/controller.php on line 27, referer: http://zucker-neu.schempphirth.local/index.php?action=ajaxui

Any idea what went wrong?

Is this a fresh install? Have you set the correct permissions and run a Quick Repair & Rebuild in Admin -> Repair?

Upgrade from 7.1 production. Quick Repair has run. Also recreated relationships etc.

root@zucker:/var/www/zucker-neu/modules/AOR_Reports# ls -l
insgesamt 83
-rw-r–r-- 1 www-data www-data 2896 Feb 20 17:01 AOR_Report.js
-rw-r–r-- 1 www-data www-data 41149 Feb 20 17:01 AOR_Report.php
-rw-r–r-- 1 www-data www-data 21323 Feb 20 17:01 controller.php
drwxrws— 3 www-data www-data 3 Feb 20 17:01 Dashlets
drwxrws— 3 www-data www-data 4 Feb 20 17:01 js
drwxrws— 2 www-data www-data 5 Dez 2 16:20 language
-rw-r–r-- 1 www-data www-data 1841 Dez 2 16:20 Menu.php
drwxrws— 3 www-data www-data 13 Feb 20 17:01 metadata
drwxrws— 2 www-data www-data 4 Feb 20 17:01 tpls
-rw-r–r-- 1 www-data www-data 4919 Feb 20 17:01 vardefs.php
drwxrws— 2 www-data www-data 4 Feb 20 17:01 views
root@zucker:/var/www/zucker-neu/modules/AOR_Reports#

root@zucker:/var/www/zucker-neu# find . -name aor_utils.php -print
./custom/backup/modules/AOR_Reports/aor_utils.php

So there is a backup… Copied it to where it should be and no more crash.
Just not sure whether it’s the right version.