Please describe the issue you're having
If you accept the answer, please mark the topic as [SOLVED] by clicking the tick.

Moderators: RussH, cptr13

Forum rules: Just please remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but respect our space and keep your comments directed to the topic at hand.
User avatar
By RussH
#194
Is there any way of changing the way the comments are viewed - the notes on clients and candidates starts with the first ever comment - can you flip it round so that the most recent comment appears at the top??
#196
hold on - let me SSH into my office and try..

btw - nice and easy way for remote access if you want to have security without setting up VPN's or simply mapping a high port to your apache port .. just ssh into your CATS box (assuming it's Linux) and use the -D option for dynamic port forwarding. Then, leaving the ssh session active - open Firefox, change the options to route via a socks proxy, set it to local host and the port you chose - and you can access your local apps easily proxied via ssh.

Okay, found it in the old forums.. a tip from gutblue;
I think I found the answer. Go to

lib/activityentries.php

Find

ORDER BY
dateCreatedSort ASC",

and change to

ORDER BY
dateCreatedSort DESC",

It's essential to keep these synchronized to ensur[…]

Export part in Job Order order search

Same problem as mine. Maybe you're right, I'll che[…]

The error message you're encountering indicates th[…]

Errors restoring mysqldump backup

doesnot work for me