PDA

View Full Version : Approve Db


PaRaNoiD_JaCK
11-01-2005, 10:28 AM
I can successfully approve the release where it will create the appropriate folder in the dir but the entry will not be added to the DB. I have tried creating the db from fresh but still the same result. Theres no entry`s in nxError.log or SystemError.log either. This is my approve config:

#### Site Approve ##########################################
#
# - Check if the directory is approved when it is created.
# - The flags required to approve releases.
# - Approve tag format, cookies: %(user) and %(group).
#
set approve(CheckMkd) True
set approve(Flags) "M1"
set approve(DirTag) {(Approved By %(user))}

I`m using the latest version nxtools.

:)

Trichlorethen
11-01-2005, 12:55 PM
All fine with your config, but if the dir exist that you want approve, it will not be added in DB (automatic delete). Try to approve
a dir that does not exist in your folders and you will see that in approve list.
Approve list lists only dirs that are not on the server. ;)

PaRaNoiD_JaCK
11-01-2005, 01:32 PM
ok. That explains it. :)