Questions tagged [webfaction]

Webfaction is a hosting company which offers managed shared or dedicated servers.

Webfaction is an hosting company which offers managed shared or dedicated servers. A very popular feature is the one-click installer for various web frameworks (django, ruby et al.) and services (wordpress, drupal et al.) . Their services are based on SoftLayer's data centers in US, Amsterdam and Singapore.

209 questions
0
votes
1 answer

Global variable not working in Amazon Web Service

I got two handlers in Amazon Web Service. I want to share some data in both so i used global variable. where one is used to fetch some value and put it to the global variable when another handler called so is can use same value what is set in global…
0
votes
1 answer

ViewDoesNotExist in webfaction

I upload my project using FTP on webfaction and now using putty i logged in. But same project is working fine but after uploading it is giving error viewdoesnotexist i dont know what changes i have to do i am a newbie. And yeah! a have made changes…
Madhur Rampal
  • 55
  • 1
  • 3
0
votes
1 answer

ImportError sayins module dot not exist, but is already installed

I had to install new package on my project to handle with Base64 images from my API, so i installed django-extra-fields, so far so good, i have made my testes locally, everything working just fine, when i pushed my changes to production and…
Diego Vinícius
  • 2,125
  • 1
  • 12
  • 23
0
votes
1 answer

Is there any way to view media files in template in django?

I deployed my project to web faction, set the static and media settings. Initially media files not showing, only the static files are shown in the site. But I can see the media files in my local system. I used filefield not imagefield during model…
Saran Prasad
  • 125
  • 2
  • 13
0
votes
0 answers

Python's scipy.optimize.fsolve crashes on (Webfaction) server despite working fine on similar localhost

I have a personal website, written in Django, hosted on Webfaction. I am trying to make a web tool in which users enter some numbers, the server receives them on the backend via AJAX, the server takes them as parameter inputs for a certain system of…
0
votes
1 answer

Install Ming on WebFaction

I'm trying to install the Ming SWF creation library from source on WebFaction. After untarring it, I ran ./configure --prefix=$HOME -enable--python and then ran make install. It seemed to install fine, but when I do a import ming from within Python…
iman453
  • 9,105
  • 16
  • 54
  • 70
0
votes
0 answers

Error: listen EADDRINUSE node.js even though nothing is running

I installed a new application on my webfaction server and when I try to run it using node app or npm start I get this error: Error: listen EADDRINUSE :::15120 Even though this particular port is free and nothing is running there. I have another…
Aerodynamika
  • 7,883
  • 16
  • 78
  • 137
0
votes
2 answers

css files in django hosted on webfaction

I'm running django on webfaction, and am having trouble implementing my css files. A sample html file I have is:

Poll

iman453
  • 9,105
  • 16
  • 54
  • 70
0
votes
1 answer

Webfaction Access to font at domain/fonts/fontname.ext from origin 'http://mydomain' has been blocked by CORS policy: No 'Access-Control-Allow-Origin'

I have django 2.1.5 with python3.7 app worket well on local... I have create static app in my webfaction dashboard Static-Only (no .htaccess). All work fine except certains fonts i have this message this error in my browser: Access to font…
Mbambadev
  • 729
  • 1
  • 7
  • 26
0
votes
0 answers

Hosting django in webfaction

I am hosting the Django project in webfaction, I followed https://docs.webfaction.com/software/django/getting-started.html As mentioned in the above link I deleted the myproject default project folder created when adding the Django app in…
0
votes
1 answer

Elastic filebeat 6.5.1 error: failed to read process cgroups

I want to install filebeat on my webfaction server in order to ship the apache logs to a hosted ELK. I followed the instructions. The filebeat connects wonderfully to the ELK cloud. However locally I cannot get past this error: [someone@web555…
ionescu77
  • 1,150
  • 10
  • 14
0
votes
1 answer

Unable to resolve url. Received error- Reverse for 'satchmo_search' with arguments '()' and keyword arguments '{}' not found

I'm installing Satchmo following these instructions: http://forum.webfaction.com/viewtopic.php?pid=10579#p10579 When I want to check my installation, I get the following error: $ python manage.py satchmo_check Checking your satchmo…
BioGeek
  • 21,897
  • 23
  • 83
  • 145
0
votes
1 answer

ImageWithThumbnailsField generating empty thumbnail

I'm using an older version of sorl-thumbnail which has the model field ImageWithThumbnailsField. It works fine on my local dev server, but when I deploy it to Webfaction the thumbnails don't generate anymore. The file is created but it's empty. I…
alalonde
  • 1,823
  • 1
  • 16
  • 27
0
votes
0 answers

Incorrect settings for a deployment of a Flask web app on Webfaction?

I have been working on this for three days now and combing a variety of variously dated tutorials trying to get this to work, but each time I edit and refine, all I get is a 503 error (Service Temporarily Unavailable) for the favicon. I'm a noob to…
gromiczek
  • 2,970
  • 5
  • 28
  • 49
0
votes
0 answers

Django SuspisciousFileOperation

I'm trying to install saleor using wsgi on webfaction. When I try to reach my page I receive a 500 error, and the logs show: SuspiciousFileOperation at /en/ The joined path (/images/placeholder255x255.png) is located outside of the base path…
Roelant
  • 4,508
  • 1
  • 32
  • 62