solved After removing jrCombined uploaded_audio stays with the router

Developer Networks
Developer Networks
@developer-networks
8 years ago
566 posts
I have developed a module for a customer that works with the jrAudio module. It allows access to the songs and other media on the site.

However the client messing around installed jrCombined to the website and now the website has changed the url routing in the system.

the audio url routing system used to work like this
http://mysite.com/b360/audio/55/mysong

however now its doing this

http://mysite.com/b360/uploaded_audio/55/mysong


I have completely removed the jrCombined module from the server and the router system is still doing this:
When I click the audio title to the single audio track listed
it throws a 404 page not found error when directed to the regular url

my module is still currently using this routing method:
http://mysite.com/b360/audio/55/mysong


and the actual new url that the router is using is this:
http://mysite.com/b360/uploaded_audio/55/mysong

I was unable to sort this out by doing the following steps:

I have deleted the jrCombined modules, cleared cache, and ran integrity check and re processed all media on the website

however it still adds uploaded_audio to the urls when clicking on the song titles in the list.

updated by @developer-networks: 09/01/16 06:13:50PM
douglas
@douglas
8 years ago
2,790 posts
Go to your ACP > Profiles > Audio > Info tab and change the URL for the module back to audio.

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Developer Networks
Developer Networks
@developer-networks
8 years ago
566 posts
Many thanks! That was exactly what I needed.

Tags