bug in domain to profile

soaringeagle
@soaringeagle
10 years ago
3,304 posts
brian 1st thanks for the help however removing my scrollbar script did not make the problem go away!


if i dont have to pay for the module again on a second site.. and if i have a spare domain (i should) i will try testing it on another site
oh wait...i dont have audio on that site
i think you should test it on a test site of your own to verify
but impretty certain now that its in the domain module itself


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 02/09/15 11:18:48AM
brian
@brian
10 years ago
10,148 posts
You must have changed something on your site - it was working no problem for me when I left your site. You want to "undo" any skin changes you made after my work.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
10 years ago
3,304 posts
also
it is not set to require login to create or update a playlist
so http_refferer and/or cookies shouldnt matter since you shouldnt need to login at all?


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
10 years ago
10,148 posts
soaringeagle:
also
it is not set to require login to create or update a playlist
so http_refferer and/or cookies shouldnt matter since you shouldnt need to login at all?

Cookies and referrer doesn't have anything to do with logging in, so that's not an issue...


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
10 years ago
3,304 posts
i tried the script at the bottom .. instead of meta just before /body but still had same issues so i removed it completely
the link to the css i left though since that shouldnt matter at a,l ill remove that too
but that was all i did 1st tried referencing the script by full url then moving it to footer then removed it completely deleted cache and browserr cache eacgh time


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
10 years ago
10,148 posts
I just loaded here:

http://www.rainbowgatheringmusic.org/audio/p=2

and it is working for me - is that where you see it not working?


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
10 years ago
3,304 posts
freaking weird
its in that css somehow


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
yea that was it
kinda confused cause the script was gone and it wasnt working
i removed the css reference and suddenly it is


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
10 years ago
10,148 posts
soaringeagle:
freaking weird
its in that css somehow

I would just leave that out for now then...


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
10 years ago
3,304 posts
ok brian


maybe u can figure this out

i found an even cooler scrollbar i loved

<script src="jquery.nicescroll.min.js"></script>


<script>
  $(document).ready(function() { 
    $("html").niceScroll();
	$(".mCustomScrollbar").niceScroll();
    $(".item_scroll").niceScroll();
  });
</script>
now both scrollers i used suggested loading jquerry libraries b4 the code wich causes u to see both the play and pause button at same time but both work without the libraries i guess cause the site already loads them...or a version of them

both however when u use the pager the scrollers dont work on page 2+
and neither does the add to playlist

so my question is
why do both the scroller and the add to playlist work when no p=2+ or even p=1
the add to playlist works as long as no js/jquery codes used

i have a theory
its the version of jquerry the site uses vs the version the code expects and stripping the $
will make it compatable (i dont really speak jquerry just remember when ning upgraded jquery libraries alotta code needed to be updated and i remember it had something to do with $ or something needed after it)


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
10 years ago
7,778 posts
Almost didn't look at this because its marked 'solved' always better to open new threads about new topics.

javascript is pretty easy to break. There needs to be no errors on the page for it all to work. break one thing and the whole page could stop working.

If you load jquery twice that could break it eg:
* load jquery
* load a plugin
* load jquery
* load a different plugin.

The first plugin could stop working.

Use this page to check if you have any errors on the page. fix them first before looking for broken javascript.

http://validator.w3.org/
soaringeagle
@soaringeagle
10 years ago
3,304 posts
I got the following unexpected response when trying to retrieve :

302 Moved Temporarily

More information about why this is happening may be available from warnings reported by the validator's HTTP (and other protocol) client library:

Redirect loop detected (max_redirect = 7)

You can choose to validate the received error document for example if the URL intentionally points to one (there is also a "Validate error pages" option in the options view for this purpose).

hmm
so whats that tell ya
it really seems to me to be something fishy in the domain mapping in conjunction with the pager

idont understand it though


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
removed the solved cause its still a mystery


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
and ..the scripts currently removed


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
further testing
testing main page i get
A fatal error occurred when attempting to decode response body from http://www.greentechnologyforums.com/. Either we do not support the content encoding specified ("none"), or an error occurred while decoding it.

The error was: Don't know how to decode Content-Encoding 'none'

when i try www.exposetheabuse.com i get
I got the following unexpected response when trying to retrieve :

500 Can't connect to www.exposetheabuse.com:80 (Bad hostname 'www.exposetheabuse.com')

If you made recent changes to your domain name (DNS) configuration, you may also want to check that your domain records are correct, or ask your hosting company to do so.


greentechnologiesforums i get
I got the following unexpected response when trying to retrieve :

500 Can't connect to www.greentechnologiesforums.com:80 (Bad hostname 'www.greentechnologiesforums.com')

If you made recent changes to your domain name (DNS) configuration, you may also want to check that your domain records are correct, or ask your hosting company to do so.


jamroom.net i get


Error

A fatal error occurred when attempting to decode response body from http://www.jamroom.net/. Either we do not support the content encoding specified ("none"), or an error occurred while decoding it.

The error was: Don't know how to decode Content-Encoding 'none'


not 1 jamroom site validates


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
10 years ago
10,148 posts
soaringeagle:
further testing
testing main page i get
A fatal error occurred when attempting to decode response body from http://www.greentechnologyforums.com/. Either we do not support the content encoding specified ("none"), or an error occurred while decoding it.

The error was: Don't know how to decode Content-Encoding 'none'

when i try www.exposetheabuse.com i get
I got the following unexpected response when trying to retrieve :

500 Can't connect to www.exposetheabuse.com:80 (Bad hostname 'www.exposetheabuse.com')

If you made recent changes to your domain name (DNS) configuration, you may also want to check that your domain records are correct, or ask your hosting company to do so.


greentechnologiesforums i get
I got the following unexpected response when trying to retrieve :

500 Can't connect to www.greentechnologiesforums.com:80 (Bad hostname 'www.greentechnologiesforums.com')

If you made recent changes to your domain name (DNS) configuration, you may also want to check that your domain records are correct, or ask your hosting company to do so.


jamroom.net i get


Error

A fatal error occurred when attempting to decode response body from https://www.jamroom.net/. Either we do not support the content encoding specified ("none"), or an error occurred while decoding it.

The error was: Don't know how to decode Content-Encoding 'none'


not 1 jamroom site validates

You have a server error - these errors are from Apache, not Jamroom.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
10 years ago
3,304 posts
its on your server too then


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
10 years ago
10,148 posts
soaringeagle:
its on your server too then

I don't understand what you're saying - there are no issues connecting here on Jamroom.net that I am aware of...


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
michael
@michael
10 years ago
7,778 posts
If you cant get http://validator.w3.org to come to your site to check the html code, you can use ctrl+u to get the source code. copy+paste it into their input box here:
http://validator.w3.org/#validate_by_input
updated by @michael: 01/09/15 09:27:05PM
brian
@brian
10 years ago
10,148 posts
Are we talking about W3 validation? That's something we look at from time to time, but it's really not very important unless there's nothing left to work on ...

I can check things out here in Jamroom.net


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags