Page 1 of 1

Trouble installing v 0.9.4-3 In order to continue you must agree to license terms . . .

Posted: 03 Feb 2022, 13:28
by eddietheeagle
I downloaded version 0.9.4-3, it seemed to be the recommended latest version.
I notice discussions about 0.9.6 on the forum.

I followed the instructions. Its not much different form the old one I used 15 years ago.
All went well right to the end, Green lights, mysql database installed with demo data etc.
Then I got a strange error screen
"
In order to continue, you must agree to the license terms below:
The requested URL was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
"
Image

https://aptrack.jobwarehouse.co.uk/index.php?m=wizard

I dont know where to go from here.

Any ideas?

Thanks in advance.

Re: Trouble installing v 0.9.4-3 In order to continue you must agree to license terms . . .

Posted: 03 Feb 2022, 15:21
by eddietheeagle
I got to the bottom of this.
The license was missing.
I moved license file into the wiszardlogin/ module and hardcoded the iframe to look there.
That fixed it.
Now I cant log in because demo demo doesn't work.
I have one I made for the previous version but thats not working either. strange

Re: Trouble installing v 0.9.4-3 In order to continue you must agree to license terms . . .

Posted: 03 Feb 2022, 16:24
by eddietheeagle
I still have a permissions problem.
I dont understand php well enough to work this out.

I got in but a lot of thinngs are missing it seems like a very basic demo site.
The candiates tab fives me an error when I click on it.
Image
No add buttons are available in any module.
The settings link is now missing so I cant configure the site.

Can anyone help me get admin permissions without having to learn PHP please?

Re: Trouble installing v 0.9.4-3 In order to continue you must agree to license terms . . .

Posted: 03 Feb 2022, 16:36
by eddietheeagle
I notice that by the logout button top right, it says: Account inactive.
This is probably meaningful. Can anyone explain?

Ive edited in mysql and increased my login form 100 to 500 hoping I might have more permission, but nothing seems to have changed.

Thanks in advance

Re: Trouble installing v 0.9.4-3 In order to continue you must agree to license terms . . .

Posted: 03 Feb 2022, 16:40
by eddietheeagle
Trying to access profile and hoepfully access settings I get an error.
The url is index.php?m=settings&a=showUser&userID=1253&privledged=false
My userid is 1235 but the error message says:

When you perform actions in CATS like editting a candidate or a job order, CATS assigns numbers to each record that uniquely identifies it. For example, a candidate "Steve Smith" may be identified by the number 101.

The action you're attempting to perform has a unique number like this attached to it. CATS cannot find a record with the number you provided. The record may have been deleted, you may have inadvertently logged off or an incorrect number may have been provided to you.

It's ok! CATS can't complete whatever action you requested; but chances are, if you click the back button and refresh the page and try again it will work just fine.


It also says: privledged=false

Re: Trouble installing v 0.9.4-3 In order to continue you must agree to license terms . . .

Posted: 06 Feb 2022, 16:11
by eddietheeagle
Ive somehow, not even sure how, moved on a little, but still in trouble.

I taught myself a few scraps of PHP and discovered that the "action" is set to '' and therefore it seems likely that its an ACL issue.
ACL seems to be not implemented by default and its spread across several places so I am getting nowhere