Closed (fixed)
Project:
Drupal Site Audit
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2007 at 05:28 UTC
Updated:
14 Mar 2007 at 05:15 UTC
I followed the instructions for installation in the README.txt file.
When creating the views, I could not find anything to filter on. Eventually, I guessed this is what the "Audit processes" taxonomy vocabulary was for, however it was automatically created without any terms. I created the following taxonomy terms:
When I go to the audit page I created, everything looks OK:
0 (0%) Saved for later
0 (0%) Done
0 (0%) In-process
46 (100%) Not done
This is an audit process with a description that is completely useless.
* Start auditing
but when I click on the "Start auditing" page all I get is the following page with a link back to the last page:
Audit Process
This is an audit process with a description that is completely useless.
* Stop auditing
Nothing else happens.
Have I done something wrong?
Just to be sure, I tried this on IE7, Firefox, and Iceweasel.
Comments
Comment #1
brian_may commentedI found the problem, the the following files were being referenced:
131.170.184.253 - - [27/Feb/2007:16:32:23 +1100] "GET /modules/audit/jquery.form.js HTTP/1.1" 404 2090
131.170.184.253 - - [27/Feb/2007:16:32:23 +1100] "GET /modules/audit/interface-scroll.js HTTP/1.1" 404 2090
131.170.184.253 - - [27/Feb/2007:16:32:24 +1100] "GET /modules/audit/audit.en.js HTTP/1.1" 404 2090
but the directory is "/modules/audit/js" not "/modules/audit"
I created symlinks from the js directory into the audit directory, and now this part works fine. I now get PHP errors, but unrelated to this bug report (and I need to investigate more anyway).
Comment #2
njivy commentedYes, you are right. This has been fixed in the latest code.
Also, the latest code uses nodequeue.module instead of taxonomy.module, which simplified a lot of the code. Hopefully it's easier to install, too. But I didn't make an upgrade script, so you need to follow the uninstall procedure before installing the new one.
I appreciate your feedback.
Comment #3
(not verified) commented