Questions tagged [hosted]

Problems with code that is executed on a hosted Web server. Do not use this tag if the problem code is running on a local machine.

Problems with code that is executed on a "hosted" Web server.

Please do NOT use this tag if the code for the question is running on a local machine.

This is specific to code running off a hosted Web server.

Reference:

137 questions
0
votes
0 answers

How to display .mbtiles on a hosted server

I am using the containerized deployment of openmaptiles. I downloaded all the basic included base maps, (dark-matter, positron, etc..). Then I downloaded the satellite tiles separately from https://openmaptiles.com/downloads/planet/ . Now I have a…
0
votes
2 answers

How can I deploy my React app as a subfolder on my personal website using cpanel

I would like to deploy my react app onto my personal website. I currently have it deployed onto to heroku and have that linked on my personal site. But I would like to eliminate heroku from the equation and have everything on my own site. Whenever I…
BrandonD
  • 1
  • 2
0
votes
1 answer

Install Jupyter Notebook extensions on copy hosted on cloned Github Repository?

I have a cloned Jupyter Notebook hosted on Github. Locally, I have installed Jupyter Notebook extensions but these are not maintained within the Github environment. Is there a way to install the extensions on the Github server so that cells can be…
0
votes
2 answers

Is there a way to connect and view the files in a self Hosted Agent of Azure pipelines

I am pretty new to Azure Devops. Is there a way to connect and view the logs and the folders created in the self hosted agent of Azure devops pipeline.
Neethz
  • 31
  • 1
  • 3
0
votes
0 answers

View my Django site hosted in IIS from another computer

I have 2 pc and inside all the 2 i have installed Windows 10 pro X64 from hosted pc: I know Microsoft deprecates Python support on IIS I developpe my app with django==2.1.* I have configure IIS to host my django app I have test, all work like a…
Mbambadev
  • 729
  • 1
  • 7
  • 26
0
votes
1 answer

How to fix the error: "Connection failed: Access denied for user 'username'@'servername' (using password: NO)"

I am trying to implement a login system on my website and therefore I need to connect a php file to a mySQL database. One problem, I keep getting this error: Connection failed: Access denied for user 'username'@'servername' (using password: NO) Does…
0
votes
1 answer

Creating a hosted 'web form' for a user to authenticate via SAML

We have the following 'use case', and I hope someone can point us in the right direction as to how to develop such functionality: User visits a company-hosted site, with an embedded form for SAML SSO - Username, Password, 'Forgot Password'…
0
votes
1 answer

Update vaulted shopper on bluesnap

I tried to update a vaulted shopper "sandbox" but it return this error: array(1) { ["message"]=> array(2) { [0]=> array(2) { ["errorName"]=> string(26) "VALIDATION_GENERAL_FAILURE" ["description"]=> string(76) "Seller 636*** encountered a problem…
rachid
  • 19
  • 2
0
votes
1 answer

$_POST not working on Bluesnap Hosted Payment Fields

I have a problem to GET the value of cardholder name using $_POST['name input'] $_POST['name input'] always return empty Can anyone please help me to get the cardholder name value from Bluesnap Hosted Payment Fields
rachid
  • 19
  • 2
0
votes
2 answers

Problems with file upload when going from localhost to web host

How to upload an image on the internet? right now the script below works on local host but i have issues when its hosted. any one have any ideas?
ope
  • 47
  • 3
  • 10
0
votes
2 answers

What is the best practice for creating a hosted PHP appliacation

I am currently in the final stages of creating a PHP application which I intend to sell as a hosted application. The apps is effectively a file manager and does not reply on any DB. My question is, what would be the best way to go about making this…
DaveE
  • 1,643
  • 2
  • 16
  • 29
0
votes
1 answer

changing Visibility to hosted winForms element in wpf application

I have ReportViewer winForms control for showing Microsoft Reports in my WPF application hosted over WindowsFormsIntegration. When the MouseDown event of my textBlock triggers, I would like it to fade lets say from 0 to 100 visability, like some…
Ivan
  • 101
  • 3
  • 13
0
votes
0 answers

Running JAVA Application online and connecting to website to update content

i am running a website that basically shows an html table. the data in this table is calculated by java application that runs on my computer. the application needs to be started, and the data uploaded to the website. no problem. BUT: what i need to…
0
votes
0 answers

Paypal payflow layout c don't see CANCEL link on magento website

I added layout c payflow option to my magento website and can modify everything and it works fine, except on the website I don't see the cancel link. Any suggestion would be greatly appreciated.
0
votes
0 answers

Installing Imagemagick php extension on hosted server

hoping someone will be able to help me. I'm trying to install ImageMagick on a (Linux) server hosted at 1&1. I've managed to install ImageMagick itself, but I can't for the life of me manage to install the PHP PECL extension, and can't figure out if…
KSP
  • 121
  • 3