Topic: Hyperlinks in FA working only after page refresh

Hi

My problem is the same for old problem dated in 08/2015.

I have installed FA locally and have an intermittent problem: the hypertext links in frontaccounting do not respond. But they do respond after a page refresh with CTRL-R or F5.

I've had intermittent results within a session.

The server is working on a XAMPP for Windows:
PHP 7.2.9 - Apache: 2.4

The FA version is, 2.4.6

The browser is a Chrome 71.0.3578.98 (Build oficial) (64 bits)


I've followed the instructions given for APMUTHU on that problem, changing

if(!$this->preventHijacking()) for  if(1 == 0)

in the session.inc file, but the problem is not fixed.

Any suggestions?.

Re: Hyperlinks in FA working only after page refresh

Sometimes Chrome gets a little bit 'stuck' if you've done a multiple selection using shift or ctrl keys outside of the Chrome window and then alt-tab or click back.

If this is the problem then a single press of the ctrl key or the alt key will get it unstuck and things will work normally again, you'll then be able to click on a link and it will work.

Try this and see if it works.

Cambell https://github.com/cambell-prince

Re: Hyperlinks in FA working only after page refresh

Hi cambell
You are absolutelly right.

That is my problem, and you give me the solution.

Thanks a lot.
Paulo Palma