Latest Update 12/31/2016

alt=
@emdiamond
8 years ago
104 posts
Just did the update today. Nova skin updated to 1.5.6. Just noticed home page now hangs up on follow blocks: Top Artists, Top Songs. They show a small icon and Loading... text

The Featured Artists, Featured Songs and Featured Videos tabs do the same thing. But when I cycle the 3 tabs the data loads.

Everything was running till this last update. I also cleared cache and ran integrity check a few times. No change

MusicRush.com

Any ideas?
updated by @emdiamond: 04/06/17 12:31:42AM
brian
@brian
8 years ago
10,148 posts
Sounds like you're not setup correctly to redirect your URLs. So for example - if someone goes to your site:

http://musicrush.com

you'll see your site. But you go here:

http://www.musicrush.com/

you ALSO see your site. To the browser these are 2 [b[different[/b] sites, and you need to decide if you want to USE the www or NOT use the www. Once you have decided, you need to update your .htaccess file to redirect those that come in on the wrong URL to the right one, and then make sure you are using the correct URL in your data/config/config.php file.

For example, if you wanted to route from www to non-www you would add:

RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

After the "RewriteEngine On" part in your .htaccess file.

Let me know if that helps.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
@emdiamond
8 years ago
104 posts
Brian,

WOW, I didn't expect a reply so soon on New years eve. Probably a good thing it is early.

I put the code in the .htaccess file but no change. I sent an email to the host provider to see if the dns is setup correctly,
I just thought it was odd that the problem did not show up till after the last update.
It was running fine before.

Happy New Year
updated by @emdiamond: 12/31/16 07:57:23AM
michael
@michael
8 years ago
7,714 posts
Its definately that WWW in the ajax url thats causing the issue.

You can see in the red at the bottom its trying to load www.musicrush but the site is on the non-www version.

If your site is visible on both musicrush.com and www.musicrush.com that section will only load on the www.version but it seams like your main version is the non-www version. so best to keep it to just that one version for everything.
screenshot_musicrush.png

Tags