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:

  • bookmarked
  • in_process
  • processed
  • unprocessed

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

brian_may’s picture

Title: nothing happens » javascript references incorrect

I 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).

njivy’s picture

Status: Active » Fixed

Yes, 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)