Questions tagged [shared-hosting]

Websites that are hosted on servers where many other peoples sites are hosted can have specific problems due to security concerns, lack of control of installed libraries, no root access etc.

There are many Shared Hosting providers that allow hundreds of sites to be run on a single server. To ensure everythings works as well as possible for everyone certain features of scripting languages are switched off and can cause problems for developers.

1607 questions
0
votes
1 answer

Using Zend Search Lucene, is it possible to commit changes without overwriting the entire index?

I have been tasked to implement a search functionality on a website containing roughly 300 dynamic pages. Using Zend Search Lucene (a lifesaver), I have accomplished that. But now comes an issue with moving everything into production. The website is…
0
votes
1 answer

Deplyoing with Heroku/Shared Hosting/GitHub Pages

My Jekyll website is currently powered by a shared web hosting plan from HostGator with unlimited disk space & bandwidth. I have also enabled CloudFlare for the site. I've heard about Heroku which hosts websites for free and GitHub Pages. I won't…
Elmo
  • 6,409
  • 16
  • 72
  • 140
0
votes
1 answer

SwiftMailer 'ErrorException' with message 'fopen(/tmp/...) failed to open stream: Permission denied'

I've deployed a laravel app on a cpanel shared host. When sending email usign Mail class, the following error occurs randomly. (sometimes the mail is sent but sometimes the error occurs) production.ERROR: exception 'ErrorException' with message…
MTVS
  • 2,046
  • 5
  • 26
  • 37
0
votes
1 answer

How do I autostart an IIS service on shared hosting (no access to ApplicationHost.config file)?

Is it possible to have an IIS service autostart with no access to the ApplicationHost.config file? I have shared hosting on GoDaddy, with a few IIS services running. One of these services contains a method that starts a timer and updates some data…
Ryken100
  • 41
  • 2
0
votes
1 answer

server performance: multiple external connections and performance

I am creating a php script that requires the server to make several cURL requests per run. I'll be running this script through cron every 3 minutes. Im looking to maximize the amount of cURL requests I can make in a 24 hr period. What I am…
websiteguru
  • 493
  • 1
  • 11
  • 23
0
votes
2 answers

Installing DJANGO on shared hosting works but only from public_html

I have a django project that I have been developing on my localserver and it works perfectly. Recently, I tried to move my project to asmallorange's shared hosting. I have followed the guide provided by the hosting company and everything actually…
summerNight
  • 1,446
  • 3
  • 25
  • 52
0
votes
1 answer

500 server error (connection reset), JS file won't load

My Website: iansvoboda.com This JS file I am loading doesn't load properly for some reason. This randomly cropped up at some point in the last week or so and I haven't actually made any changes between now and then. …
0
votes
1 answer

Connection error when accessing a web service on Shared Hosting using PHP Soap

I'm trying to access a web service using PHP and SOAP (NuSoap library to be exact) but keep hitting the following error: HTTP Error: Couldn't open socket connection to server http://rsvpdb01/CRMWebService prior to connect(). This is often a problem…
0
votes
1 answer

Stripe payment hosting issue

I'm getting the following error when using stripe payment (test mode) on a ASP.MVC 4.0 application, published in 1and1 shared hosting: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=4.0.0.0,…
rafa0212
  • 3
  • 2
0
votes
2 answers

Running Artisan commands in Production Environment - Laravel 4.*

Am stuck on how to run artisan commands in production environment. Am using Hostgator (shared Hosting) as my hosting company. Am trying to run commands via ftp client in my win8 machine. All commands do not work. It gives "invalid command"…
105tNoMatter
  • 147
  • 3
  • 10
0
votes
1 answer

Files won't write/update unless manually refreshed

My code works fine with my local server, but when put on my production server (shared hosting) the text files won't write. If I manually navigate to the location of the text files and refresh, the changes are made. I've tried changing the file…
Reck
  • 68
  • 3
0
votes
1 answer

cheap way to scale a rails application

I have an application, that is becoming big, but until now, its not giving me a good revenue. That means, short money to re-invest on that. In this scenario, i found a way to make a "cheap distributed rails" deployment. I've got 4 VPS. All of them…
VP.
  • 5,122
  • 6
  • 46
  • 71
0
votes
1 answer

Database error in Django admin interface on shared hosting

I'm using django with MySQL on a shared hosting. If I'm going in 'users' or 'groups' in administration panel, I see this message: "Database error. Your database is not configured correctly. Ensure that the appropriate tables were created, and that…
Imamatory
  • 11
  • 3
0
votes
4 answers

Running PhantomJS from PHP with exec()

I've got the following script: #!/bin/sh export DISPLAY=:0 phantomjs --version It try to run it from the following PHP script: This script return the following error: [Thu Jun 19 10:31:31…
user3755325
  • 79
  • 1
  • 2
  • 9
0
votes
1 answer

My Website have Sudden increase in website load time on pingdom

I have some WordPress websites and from last few days there is sudden increase in website load-time according to Pingdom tool. It was b/w 2 to 3 sec before 2 June 2014, but now its 9 to 10 sec on Pingdom. We are unable to find any change in code or…
sssurii
  • 750
  • 4
  • 17