Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Clicking on hyperlinks gives a 404 Topic is solved

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
Paul
Posts: 175
Joined: Mon Aug 25, 2025 6:03 am
Has thanked: 32 times
Been thanked: 4 times

Clicking on hyperlinks gives a 404

Unread post 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?
kev1n
nuBuilder Team
Posts: 4601
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 77 times
Been thanked: 547 times
Contact:

Re: Clicking on hyperlinks gives a 404

Unread post by kev1n »

What did you change? Maybe some JavaScript is now blocking
Paul
Posts: 175
Joined: Mon Aug 25, 2025 6:03 am
Has thanked: 32 times
Been thanked: 4 times

Re: Clicking on hyperlinks gives a 404

Unread post 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...
steven
Posts: 432
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 61 times
Been thanked: 57 times

Re: Clicking on hyperlinks gives a 404

Unread post by steven »

Praise the Lord!
A short post is a good post.
Buy Kev a Coffee
Post Reply