FCK Editor's FileBrowser doesn't work anymore [closed] - drupal-6

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I have Drupal 6 website which is using FCK Editor as HTML editor.
It was working 2 years fine until yesterday, when web hosting company did some changes and since then I am getting error message:
"The server didn't reply with a proper XML data. Please check your configuration."
every time I click "Browse server" button to open built-in file browser.
This very site is (downloaded the very very same source files & database) however working fine on my local webserver as well as on colleague's different web hosting, so it is definitely issue of web hosting setup.
Drupal log entry:
Type: page not found
Location: http://mysite/sites/mysite/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/connector.php?ServerPath=%2Fsites%2Fmysite%2Ffiles&Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F&uuid=1331667359844
Referrer: http://mysite/sites/mysite/modules/fckeditor/fckeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=/sites/mysite/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/connector.php&ServerPath=/sites/mysite/files
Is there some solution I can use except change editor or hosting?
Thank you for your help!

Problem resolved by Web Hosting provider. It was wrong setup of XML in Apache.

Related

Can web app developers check whether I am using any chrome extensions? [duplicate]

This question already has answers here:
Can websites tell what addons/extensions are installed in a web browser?
(3 answers)
Closed 22 days ago.
I have been playing online Mahjong for a while (you can treat it as Texas Poker). Recently I am developing a chrome extension to help me track the tiles (cards).
I am very curious whether the game developers are able to detect that I am using a chrome extension, given that I do all these things in secret (without publishing it on chrome webstore). Since I know that some players received account ban because of using Tampermonkey scripts.
The short answer is yes they can. But it is more complicate then it looks. If you are familiar with ad-block extention (which prevent banner and advertisment popups), you can see there are some web sites that can detect if your browser using this extention and they not allow you to see their content. But add-block is very well known extention and I guess the developers who wrote the code that detect if it is install did some reaserch how to do it.
In your case, if your extention will stay only for your private use, it is much harder to fight aganist somethine you (the developer of the web site) doesn't know and can test.
There are some known scenarios that they can test to see if the answers came from script. Like to calculate the times that you answered the question and to see if it is not too fast or to check if there are a lot of attempts of tring to solve question in very short period.

Multilingual Umbraco Website cannot be scraped?

I have created a multilingual Umbraco website which has 3 domain names pointing to it for each language. The site has gone live and people are starting to share links to it on LinkedIn and other social media. I have metadata in the website which should be picked up when these links are shared. On LinkedIn when the link is shared it has 'coming soon' as the strap-line, which is what was in the holding page months ago suggesting the site isn't being re-scraped.
I used the Facebook link debugging tool and that was returning a run-time error with a 500 response code.
My co-worker insists that there is nothing wrong with the DNS and there aren't any errors in the code of the website so I am wondering if anyone has any ideas why the website cannot be scraped?
It also has another issue where one of the domains sometimes doesn't redirect to it's www. version despite have a redirect on the DNS which may be related.
Is there some specific Umbraco configuration that I may have missed? Or a bug within Umbraco that may cause this?
Aside from this issue the website is working fine, it is just these scrapers seem to be unable to hit the website successfully.
Do you have meta data set for encoding? see https://www.w3.org/International/questions/qa-html-language-declarations probably long shot.

Extension is missing in category page in Chrome Web Store [duplicate]

This question already has answers here:
Chrome Extension won't appear by filtering in the Web Store, only by search
(2 answers)
Closed 6 years ago.
I have popular extension in Chrome Web Store in category Web Development.
For some reason it is missing in category view page, no matter how long I scroll the list down: https://chrome.google.com/webstore/category/ext/11-web-development
Any ideas of what is the reason and how to fix it? I hope someone from Chrome Web Store team can contact me
Chrome filters out extensions you already have installed from the "browse" view.
I can assure I can find your specific extension in that category.
You can check yourself from another browser profile (this carries over to Incognito, so it MUST be a profile without this extension).
Note, trying to contact CWS team through here is a poor idea. One can try the bugtracker for general issues, as at least some CWS issues are tracked there, and there's a (well-hidden) developer support form for CWS.

How to fix Google search SEO after transfer old website and hosting to new framework website and hosting? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I had an ecommerce website with magento and Nexcess hosting, but now i have changed the website to new framework Kohana and Arxive hosting. Website has SAME DOMAIN NAME. I have moved my website to new framework and hosting for about a month, but Google still cache old information SEO from my old website even though it still caches few of information of the new website. I tried to search my website through Google, but there is few errors happening when i clicked the links from Google that cause users could not view my website or products.
For example: https://www.website.com -> Google said shop away, but my shop is still available with new framework.
Another example: search product name: zippo lighter.... -> click on it --> links error with new Kohana framework message (BUT if i view product from my website.com, that product is display well; there is no message)
FYI: My new website has SEO functions very well, there are tittle, meta keywork, meta description...
So how do i clear or delete caches from old website (i already deleted website from old hositng)? or what can i do to make my website work well with Google after transfer?
Thank you so much
Maybe Google has not reprocessed your website completely and is confused. You can create a sitemap.xml with all the URLs of your website and a recent lastmod date. Then submit it into Google Webmaster Tools and let crawlers revisit your site. May sure you don't block those links with your robots.txt.
Remember that Google Cache lags behind the index. It is often out of sync and cannot be used as reliable information about indexed content.
If your issue persist, report it to Google's Webmaster Forum.

How to create a Mobile Website

I'm working on a project for class. To create a website and a website for mobile users. The site is to recongize the type of device/browser accessing the page and send the appropiate form. So if I was to visit the site on IE8 it will direct me to the mainpage for IE8, if I was to access the site with a mobile device it will direct me to the mobile website main page automatically.
Also, I need to design the website for at least two different screen sizes.
I'm coding in HTML5, I do not know the type of server the site will be hosted on. The use of Javascript is extra credited. The project details are to "design a small mobile web site. The web site should be tested on one or more mobile devices. The iPod Touch device will be used as the base for testing."
I know how to do 8/10 of the requirements (except the two mentioned). I looked at W3C and didn't find anything.
Any help would be much appreciated. Thank you!
Do a Google for:
CSS Browser Detection
JavaScript Browser Detection
Also you should think twice about creating multiple sites - with basically the same content - or creating proper stylesheets that are referred from the same site.
Hope that get's you the other 2 requirements
NOTE: Since this is homework I won't post any links...
I suspect that ServerFault isn't the best place for this question...but aside from that, your question is a little vague. A google search for "designing a mobile website" turns up what looks to be several pages of relevant information. If you first try working with the information in those documents and then come back with specific questions (e.g., "I tried this and it behaved this way instead of the way I expected") you're apt to get better answers.

Resources