Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Z_ImportDebtors
06-10-2014, 06:42 AM,
#1
Z_ImportDebtors
I'm logged in as an System Administrator but when I go run Z_ImportDebtors.php I get: The security settings on your account do not permit you to access this function.

Something I'm doing wrong?
Reply
06-10-2014, 10:41 PM,
#2
RE: Z_ImportDebtors
Looks like a security record is missing in this version (I Get the same error).

You need to run this SQL against your DB

INSERT INTO `scripts` ( `script` , `pagesecurity` , `description` )
VALUES (
'Z_ImportDebtors.php', '15', 'Import Debtors Utility'
)

You will also need to go out and back in since security is stored in a session at login time,.

Reply
06-11-2014, 04:11 AM,
#3
RE: Z_ImportDebtors
Thanks, that did it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)