Page 1 of 1

Clicking on hyperlinks gives a 404

Posted: Tue Oct 14, 2025 6:03 am
by Paul
I have hyperlinks that are created in the Browse form using this in the 'Display' field.

Code: Select all

IF(pk_audio_files <> '',   CONCAT('<a href="', pk_audio_files, '" target="_blank" download>Download All Audio Files</a>'),   'No (.zip) file available' )
They worked fine before. Now all of a sudden, they don't. When I left-click on the hyperlink (which in this case is created as):

Code: Select all

http://localhost/nuBuilder2/Uploads/Case%2012/Evidence/Audio/archive_251007_230648.zip
I get this in the new browser tab which causes a 404:

Code: Select all

http://localhost/nubuilder2/Download%20All%20Audio%20Files
I can right-click on the hyperlink and open in a new tab just fine, but left-clicking gives the above. It's as if it thinks 'Download All Audio Files' is the path???

What happened? How do I fix this?

Re: Clicking on hyperlinks gives a 404

Posted: Tue Oct 14, 2025 6:38 am
by kev1n
What did you change? Maybe some JavaScript is now blocking

Re: Clicking on hyperlinks gives a 404

Posted: Tue Oct 14, 2025 7:35 am
by Paul
Now all of a sudden its working again.....????? I made no fixes, no changes. I think it must have been some sort of network glitch. I am working on another computer remotely from my main laptop. ...weirdness...

Re: Clicking on hyperlinks gives a 404

Posted: Tue Oct 14, 2025 8:18 am
by steven
Praise the Lord!