Setting the document.domain in a Facebook app, but not in the channel file seemed to not cause issues before the July 2012 code cleanup. But after, cross-domain security errors will be thrown.
Not really a question, but when I searched the issue, I didn't find anything related and thought it important to make a note of it in case someone else has this problem too.
Related
It might be better suited for the bug page, I am trying my luck there too. But there's must be something I am missing.
After installing github extensions, I tried to log in to github in vscodium (similar but not like described here: https://github.com/VSCodium/vscodium/issues/401 ), and after I put down my auth token it just does nothing. I saw some related bugs that said an error occurred, but for me it just ends there, and I can't find where it says what error happened. Even if it is a bug I think there is some setting or something that I can't find to show me what happened, and I would appreciate a point in the right direction.
I would appreciate your help
Disclaimer: I'm answering my own question.
I've just installed Postgres(version does not matter, I checked) and pgAdmin-4;
However, when I try to launch pgAdmin-4, it says 'Can't reach this page'.
I looked it up, tried everything, including pg_hba.conf, pg_dba.conf modifications.
The solution sounds really simple: Change your default browser to Chrome/IE(tried these). It does not open on the MS Edge browser.
I had it as default, since I was working on other html files, and didn't want them to interfere with Chrome tabs that were already open on opening those files.
Wasted a whole day on this, especially none of the signs pointed to a browser issue. Hope you aren't stuck on this!
If this does not work, you might want to look here: pgadmin4 : postgresql application server could not be contacted.
the error message on Edge
I just recently installed the 51 Degrees Mobi Nuget packages to Visual Studio 2015. I have come across an annoying feature that I am not able to figure out how to turn off. When I browse to my site with a mobile device, it automatically redirects the device to /Mobile/Default.aspx.
I don't want this. I want the device to go to the requested URL. Per the documentation found Here, it says
This element determines how mobile devices should be redirected. If it is omitted, redirection will be disabled.
This is simply not working as described. I have removed that element in the 51Degrees.config file along with its SectionGroup, yet this unwanted redirection continues. How do I actually disable this annoying feature?
Thanks
Ok, a little less frustrated now and can think a bit clearly. I read in another post about a cookie being set with a redirect value. After I cleared the cookies on the clients, this problem went away.
My site eighttwentydesign is running Joomla 3.0. I have SEF URLs on, and have done for sometime without issue. But today when you go to the site, and click on anything, say portfolio you get the home page under the portfolio's URL, but if you add a leading slash at the end, the right article (portfolio) shows. Additionally, if you click on say "Web Design" it sends you to the Portfolio page. I might add this menu is a menu within Joomla - not be adding internal links manually
Doesn't work: http://www.eighttwentydesign.com/portfolio
Does work: http://www.eighttwentydesign.com/portfolio/
I have checked the .htaccess, and actually reverted it to the original with no luck, I have check Global Config but I can't see anything which may cause this. It was working nicely yesterday. I haven't adapted with any PHP source or anything in the past few weeks, the only notifiable thing I have done is yesterday enabling the Cache - have others experienced problems after doing this? I have disabled it under global config, with no avail.
Exact Joomla Version is 3.0.2 with very few plugins
I do have daily backups, but would rather a solution and be able to figure out a prevention from that, rather than just putting on a band aid.
I've search for a good couple of hours, and aside from just not being able to fix it, it appears no one else is experiencing this, so I am starting to think it may be a bug.
Just as I was about to post this I discovered my solution.
If you are having your SEF URLs display the wrong content then solve it by disabling the Cache plugin. You can do this by doing the following steps
Login to Joomla backend
Navigate to Extensions > Plugins
Go to "System Cache"
Disable system cache
I hope this helps someone in the future as I really struggled to find any answers on this.
It works nicely in FF and Chrome, but in Opera I get timeout error. The loading animation is going and going on but nothing appears. Could you please help me? My deadline comes tommorow :-(
Pastebin entire source code: http://pastebin.com/yjFWwqPv
Facebook connect is broken in Opera due to the problem I explained here:
http://my.opera.com/hallvors/blog/2010/07/20/postmessage-s-targetorigin-and-security
I don't think there is anything you can do about it except waiting for either Opera or Facebook to fix it. Due to the nature of the problem is pretty hard to work around - unless, I guess, you make a local copy of http://connect.facebook.net/en_US/all.js with a bugfix in it. That fix should be as simple as finding this code:
FB.XD._origin=(window.location.protocol+'//'+window.location.host+'/'+FB.guid())
and remove the '+FB.guid()' part. While I know that this will avoid the Opera security policy violation, I'm not sure if this workaround will cause the script to fail in other ways - untested.