Questions tagged [bluehost]

DO NOT USE THIS TAG! Bluehost is a hosting provider. Use tags specific to your CODING problem.

Bluehost is a hosting provider. It has scripts to install Mantis, Drupal, Wordpress, and a variety of other products. It also provides subversion, and git.

343 questions
4
votes
1 answer

PHP warning: array_shift() expects parameter 1 to be array, null given in /home5/.../php/symfony/command/sfCommandManager.class.php

array_shift() expects parameter 1 to be array, null given in /home5/.../php/symfony/command/sfCommandManager.class.php is the error I'm getting. I am trying to set up a Symfony 1.4 project using Bluehost, and I receive this error in the error…
Andy Hadjigeorgiou
  • 603
  • 2
  • 10
  • 18
4
votes
2 answers

Why is my heroku hosted bluehost domain www.rememberlenny.com different from rememberlenny.com

I have uploaded a rails application to Heroku. I have a domain hosted with bluehost. I have assigned the domain to bluehost and set the CNAME properties of the WWW record point to the herokuapps URL. I have the @ A-record pointing to the bluehost…
rememberlenny
  • 964
  • 2
  • 10
  • 19
3
votes
1 answer

CNAME problem with Bluehosting? With AWS Load Balancer

I'm having a doubt with my actions right now. I tried to create load balancer on AWS and they gave some thing like Now I'm using BlueHost for my DNS Provider So I tried to put the Name (_46cc9****.domain.com.) value from AWS to Bluehost Host…
Pablo
  • 1,357
  • 1
  • 11
  • 40
3
votes
1 answer

Install python 3 on bluehost

I'm trying to set up my Bluehost account with python 3 so that I can use it with a flask site that I've created locally. I found instructions on how to do this at: http://multiactivelife.com/articles/install-python3-on-bluehost. I made it most of…
staypuffinpc
  • 337
  • 2
  • 5
  • 21
3
votes
3 answers

AddType in htaccess causes either download or HTTP ERROR 500

Currently using "AddHandler application/x-httpd-ea-php56 .php" in my htaccess file in the root of the domain since that is the only thing that works. If I try to switch to php7, the page either tries to download or it gets the HTTP ERROR 500. The…
Jelly Jarkskin
  • 39
  • 1
  • 1
  • 3
3
votes
1 answer

How to fix bluehost spf record when getting no "applicable sender policy" message?

I can’t get my SPF straight. My website is hosted on bluehost. I have tried their helpdesk but they were not very useful to say the least. I’m testing my emails with mail-tester.com and keep on running into new issues. I have found this post to be…
JanAurelius
  • 81
  • 1
  • 6
3
votes
2 answers

Version conflict while installing flup

I'm trying to get a django site up on bluehost. I already have one running using python2.7, but for this new project I am using python3.5. I've pretty much tried to set everything up the same way that I did before, except using python3. When trying…
Chase Roberts
  • 9,082
  • 13
  • 73
  • 131
3
votes
1 answer

Secure laravel hosting in shared hosting with ssh access

I have access to bluehost unlimited hosting, with many domains on it, including my own. I have SSH access. I have deployed a laravel web app by putting the app, bootstrap and vendor folders in a folder outside the main public_html directory, and…
3
votes
0 answers

Flyway Database Migrations on Bluehost Shared Hosting

Folks, I'm trying to use Flyway on a shared Bluehost server and I'm getting a very cryptic error. Not sure how to troubleshoot.. I'm confident that the basic connection / credentials are working, since changing flyway config settings to a wrong…
Alex Weinstein
  • 9,823
  • 9
  • 42
  • 59
3
votes
0 answers

enable xdebug on bluehost shared server

I want to setup phpunit on a demo site on a bluehost shared server. I want to check if the php codes work on the environment after I made modifications and added more components. With this, I need to set up xdebug. The problem is that my account is…
Pelang
  • 421
  • 7
  • 19
3
votes
3 answers

Rails deployment using Phusion Passenger on Bluehost

I am trying to deploy a rails application on Bluehost using passenger and I have been failing all the time. I installed the passenger gem using: gem install passenger And also ran: passenger-install-apache2-module And ran all my db migrations and…
swaroopsm
  • 1,389
  • 4
  • 18
  • 34
3
votes
2 answers

Rail Actionmailer configuration with blue host

i'm using rails 3.2.11 and use blue host as my email server for sent emails. below is my configuration info in development.rb config.action_mailer.smtp_settings = { :address => "box75112.bluehost.com", :port …
Kashiftufail
  • 10,815
  • 11
  • 45
  • 79
3
votes
4 answers

Create email account using script in Bluehost CPanel

I am trying to create email accounts in the bluehost cpanel using php script. I tried XML API for this but it gives "Access denied" error. Now I am trying to do the same using following code, but no success. I am able to login to CPanel but…
cartina
  • 1,409
  • 13
  • 21
3
votes
2 answers

htaccess subdomain ssl wildcard not opening file

Ok So i have come across a problem with my htaccess and how to get it to work. I have just purchased a ssl wildcard for my primary and sub domains. I am with bluehost and they suggest adding this: RewriteEngine On RewriteCond %{HTTP_HOST}…
Kevin Upton
  • 3,336
  • 2
  • 21
  • 24
2
votes
3 answers

php SESSION variables on bluehost

Im having problems with my php SESSION varialbles my authentication system worked fine on my xampp server, and now im having problems since i moved over to bluehost normally, if i open a page like index.php it checks to see if you are logged in,…
user1107703
  • 87
  • 4
  • 12
1
2
3
22 23