Joomla install by fantastico removed by Bluehost
Moderators: General Support Moderators, General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
-
- Joomla! Fledgling
- Posts: 1
- Joined: Sat Jul 28, 2007 4:21 pm
Joomla install by fantastico removed by Bluehost
The fantastico install of Joomla has been removed by Bluehost. I called Bluehost tech support and they reported the 1.5 installation version was broken and to contact Joomla. They do not offer the 1x version via fantastico. I have several websites on Bluehost that use the Joomla CMS. Has anyone experienced this issue? Should I try to manually install the 1.5 version? The fantatico install makes everything so simple. Any help or advice is much appreciated.
-
- Joomla! Apprentice
- Posts: 12
- Joined: Thu Jul 26, 2007 9:45 pm
Re: Joomla install by fantastico removed by Bluehost
I noticed the same. I manually installed 1.5 on BlueHost and it runs fine, the install was not a problem. Note that this was a fresh install. I am new with Joomla so I can not tell you how to upgrade to 1.5 over a previous installation.
To install 1.5 the best way is to ask BlueHost support for telnet access. There is a BIG caution though about their TAR file. It does not follow the standard for untaring the file. It dumps the untar into the directory that the tar file is in. It does not create a new directory and put it in there. So tar -zxvf
cd public_html
tar -zxvf Joomla-1.5RC.tar.gz
puts it into the public_html directory not
public_html/Joomla-1.5RC
as you would expect.
This is a really bummer if you have an index.php file in the public_html directory as it will be overwritten. I did and it was.
so just make a directory copy the tar ball into it and then unzip
or follow the Joomla install documentation
You could also use the unzip on Windows and ftp it over.
You can use Cpanel to setup your databases and username/password. You will need to ask someone else or search the docs on how to upgrade the DB to the 1.5 version if you are putting it on top of another site.
Shame on BlueHost, they did that 2 days ago. They had 1.0.13 on there. What they told you made no sense. They should have waited for the release version of 1.5 anyway. If they have install issues with 1.5 at least leave 1.0.13 on there. Maybe they have some buddies over there at that other CMS site and they don't like all the features in 1.5. I will try to email support and complain also.
To install 1.5 the best way is to ask BlueHost support for telnet access. There is a BIG caution though about their TAR file. It does not follow the standard for untaring the file. It dumps the untar into the directory that the tar file is in. It does not create a new directory and put it in there. So tar -zxvf
cd public_html
tar -zxvf Joomla-1.5RC.tar.gz
puts it into the public_html directory not
public_html/Joomla-1.5RC
as you would expect.
This is a really bummer if you have an index.php file in the public_html directory as it will be overwritten. I did and it was.
so just make a directory copy the tar ball into it and then unzip
or follow the Joomla install documentation
You could also use the unzip on Windows and ftp it over.
You can use Cpanel to setup your databases and username/password. You will need to ask someone else or search the docs on how to upgrade the DB to the 1.5 version if you are putting it on top of another site.
Shame on BlueHost, they did that 2 days ago. They had 1.0.13 on there. What they told you made no sense. They should have waited for the release version of 1.5 anyway. If they have install issues with 1.5 at least leave 1.0.13 on there. Maybe they have some buddies over there at that other CMS site and they don't like all the features in 1.5. I will try to email support and complain also.
-
- Joomla! Apprentice
- Posts: 12
- Joined: Thu Jul 26, 2007 9:45 pm
Re: Joomla install by fantastico removed by Bluehost
I received the following from Blue Host
Joomla has been taken off the installation list due to bugs in the scripting. It will be available as soon as the bugs are fixed. As this is done through cpanel we do not have an eta as of yet.
Eric Treu
Level 1 Support
BlueHost.com
888.401.4678
Joomla has been taken off the installation list due to bugs in the scripting. It will be available as soon as the bugs are fixed. As this is done through cpanel we do not have an eta as of yet.
Eric Treu
Level 1 Support
BlueHost.com
888.401.4678
-
- Joomla! Apprentice
- Posts: 7
- Joined: Mon Nov 13, 2006 5:52 pm
Re: Joomla install by fantastico removed by Bluehost
I called Bluehost about an issue with Joomla 1.0.12, I noticed that you cannot make new category or section in the admin panel, so I began looking for a patch or soulition and found out that Joomla 1.0.12 will not be supported because of a newer version joomla 1.0.13. I don't know if this is a reason why 1.5 is no longer available via fantastico. 

-
- Joomla! Apprentice
- Posts: 16
- Joined: Wed May 31, 2006 6:49 am
Re: Joomla install by fantastico removed by Bluehost
Can't you just use FileManager to upload and extract the file?m4him wrote: I noticed the same. I manually installed 1.5 on BlueHost and it runs fine, the install was not a problem. Note that this was a fresh install. I am new with Joomla so I can not tell you how to upgrade to 1.5 over a previous installation.
To install 1.5 the best way is to ask BlueHost support for telnet access. There is a BIG caution though about their TAR file. It does not follow the standard for untaring the file. It dumps the untar into the directory that the tar file is in. It does not create a new directory and put it in there. So tar -zxvf
cd public_html
tar -zxvf Joomla-1.5RC.tar.gz
puts it into the public_html directory not
public_html/Joomla-1.5RC
as you would expect.
This is a really bummer if you have an index.php file in the public_html directory as it will be overwritten. I did and it was.
so just make a directory copy the tar ball into it and then unzip
or follow the Joomla install documentation
You could also use the unzip on Windows and ftp it over.
You can use Cpanel to setup your databases and username/password. You will need to ask someone else or search the docs on how to upgrade the DB to the 1.5 version if you are putting it on top of another site.
Shame on BlueHost, they did that 2 days ago. They had 1.0.13 on there. What they told you made no sense. They should have waited for the release version of 1.5 anyway. If they have install issues with 1.5 at least leave 1.0.13 on there. Maybe they have some buddies over there at that other CMS site and they don't like all the features in 1.5. I will try to email support and complain also.
Christina
-
- Joomla! Apprentice
- Posts: 7
- Joined: Mon Nov 13, 2006 5:52 pm
Re: Joomla install by fantastico removed by Bluehost
"For Bluehost"maranate wrote:Can't you just use FileManager to upload and extract the file?m4him wrote: I noticed the same. I manually installed 1.5 on BlueHost and it runs fine, the install was not a problem. Note that this was a fresh install. I am new with Joomla so I can not tell you how to upgrade to 1.5 over a previous installation.
To install 1.5 the best way is to ask BlueHost support for telnet access. There is a BIG caution though about their TAR file. It does not follow the standard for untaring the file. It dumps the untar into the directory that the tar file is in. It does not create a new directory and put it in there. So tar -zxvf
cd public_html
tar -zxvf Joomla-1.5RC.tar.gz
puts it into the public_html directory not
public_html/Joomla-1.5RC
as you would expect.
This is a really bummer if you have an index.php file in the public_html directory as it will be overwritten. I did and it was.
so just make a directory copy the tar ball into it and then unzip
or follow the Joomla install documentation
You could also use the unzip on Windows and ftp it over.
You can use Cpanel to setup your databases and username/password. You will need to ask someone else or search the docs on how to upgrade the DB to the 1.5 version if you are putting it on top of another site.
Shame on BlueHost, they did that 2 days ago. They had 1.0.13 on there. What they told you made no sense. They should have waited for the release version of 1.5 anyway. If they have install issues with 1.5 at least leave 1.0.13 on there. Maybe they have some buddies over there at that other CMS site and they don't like all the features in 1.5. I will try to email support and complain also.
Yes you can unzip any version of joomla and FTP to a root directory. Example: http://yoursite.com or http://yoursite.com/joomlafolder. Then you want to set up a database and add a user to that database. (mySql admin area) Once you are done the database, you will be ready to install joomla via the web browser. Open your browser an point to the address you FTP your joomla installation and follow the instructions. I have done this many times, I know its not as easy as pushing a few buttons on bluehost but it will work fine.
-
- Joomla! Apprentice
- Posts: 16
- Joined: Wed May 31, 2006 6:49 am
Re: Joomla install by fantastico removed by Bluehost
On Bluehost, and any other provider that has cPanel, you don't have to unzip first then FTP. You can go into cPanel, then use Filemanager to upload the zipped file. The you can use Filemanager to extract the file on the server. It's actually the main reason I always want a host with cPanel because it is much faster than using FTP to transfer all of the unzipped files over, and you don't have to worry about corruption on FTP.
Christina
-
- Joomla! Apprentice
- Posts: 7
- Joined: Mon Nov 13, 2006 5:52 pm
Re: Joomla install by fantastico removed by Bluehost
Never tried it like that but it sounds like a better ideamaranate wrote: On Bluehost, and any other provider that has cPanel, you don't have to unzip first then FTP. You can go into cPanel, then use Filemanager to upload the zipped file. The you can use Filemanager to extract the file on the server. It's actually the main reason I always want a host with cPanel because it is much faster than using FTP to transfer all of the unzipped files over, and you don't have to worry about corruption on FTP.

-
- Joomla! Enthusiast
- Posts: 211
- Joined: Tue Dec 13, 2005 4:16 pm
Re: Joomla install by fantastico removed by Bluehost
Hello All,
NOT only Bluehost no longer has Fantastico, but ohter webhosting services do the same as well.
Most host services with Cpanel.com/Fantastico
It is not Fantastico slowly update to new version of Joomla.
We got caught in the middle.
Either Fantastico catches a problem with new version of Joomla, or Fantastico and Joomla.org are having an issue?
Tnpa
NOT only Bluehost no longer has Fantastico, but ohter webhosting services do the same as well.
Most host services with Cpanel.com/Fantastico
It is not Fantastico slowly update to new version of Joomla.
We got caught in the middle.
Either Fantastico catches a problem with new version of Joomla, or Fantastico and Joomla.org are having an issue?
Tnpa
-
- Joomla! Apprentice
- Posts: 7
- Joined: Mon Nov 13, 2006 5:52 pm
Re: Joomla install by fantastico removed by Bluehost
This is what happened.... Bluehost upgraded their cPanel to a newer version, also changed from Joomla 1.0.11 to 1.0.12, I installed the new version via fantastico for a client. After I spent hours working the graphics I started to try and add a category and a section and I could not, joomla 1.0.12 has a problem with that. I searched these forums and found out that 1.0.12 will not be supported or patched due to the newer version. So this problem has no solution. so about 2 weeks ago I had called bluehost about another issue and decided to let them know about the bad software they were offering to us. My thought were... they would install the old version 1.0.11 back for us to use. My guess is that once they have a good tested version to upgrade to, they will. I have been with Bluehost for about 4 years now and have never had any issues like this one. Has anyone called to find out what their plans are??tnpa wrote: Hello All,
NOT only Bluehost no longer has Fantastico, but ohter webhosting services do the same as well.
Most host services with Cpanel.com/Fantastico
It is not Fantastico slowly update to new version of Joomla.
We got caught in the middle.
Either Fantastico catches a problem with new version of Joomla, or Fantastico and Joomla.org are having an issue?
Tnpa

- rliskey
- Joomla! Guru
- Posts: 828
- Joined: Tue Jun 06, 2006 7:41 am
- Location: California, Germany, Norway
- Contact:
Re: Joomla install by fantastico removed by Bluehost
Joomla! 1.0.12 is not "bad software."and decided to let them know about the bad software they were offering to us
I wouldn't call it unsupported either. Version 1.0.13 is proof that that line continues to be supported. Version 1.0.12 is in good shape. Version 1.0.13 just adds a few low-level fixes (low level means, "nothing to get worked up about").
If you can't get Sections and Categories working, it's not exactly a Joomla 1.0.12 problem. There are many thousands of sites running 1.0.12 without trouble. You need to investigate deeper.
-
- Joomla! Apprentice
- Posts: 7
- Joined: Mon Nov 13, 2006 5:52 pm
Re: Joomla install by fantastico removed by Bluehost
Well they removed it... theres your proof that 1.0.12 is not supported, that is the version on bluehost that had the trouble. For bluehost to offer Joomla it must be a stable and supported. If the problem was with joomla or the installation I have no idea. The bottom line is that they removed 1.0.11 and upgraded to 1.0.12 and that had trouble with the saving of categories and sections. Now both are not available. I am just a customer of bluehost and a avid user of joomla. When I say "bad software" I meant the installation of Joomla not Joomla as being "bad software". Don't get to bent out of shape, I love joomla and was not bad mouthing it. I was simply trying to let people know why Joomla was removed from Bluehost to my knowledge.
One thing I don't understand is, how come I found in this forum that this issue was reported and there is not a fix, also stated that it will not be fixed for the reason a newer version has taken its place? That information is what I reported to bluehost after wasting my time with a corrupt installation.
One thing I don't understand is, how come I found in this forum that this issue was reported and there is not a fix, also stated that it will not be fixed for the reason a newer version has taken its place? That information is what I reported to bluehost after wasting my time with a corrupt installation.
Last edited by gibson71 on Tue Jul 31, 2007 1:10 am, edited 1 time in total.
-
- Joomla! Enthusiast
- Posts: 113
- Joined: Sun Jun 10, 2007 3:42 pm
- Contact:
Re: Joomla install by fantastico removed by Bluehost
I found the same thing when I was going to install Joomla! on another website yesterday. I'm using HostMonster (same company as bluehost, but $1 cheaper and more bandwidth, storage, etc)
I really hope they get this fixed. Easy installation of Joomla was one of the biggest reasons I told people around them.
I really hope they get this fixed. Easy installation of Joomla was one of the biggest reasons I told people around them.
Templates -> http://blueribbontemplates.com/
CSS optimizer -> http://floele.flyspray.org/csstidy//css_optimiser.php
CSS optimizer -> http://floele.flyspray.org/csstidy//css_optimiser.php
-
- Joomla! Apprentice
- Posts: 7
- Joined: Mon Nov 13, 2006 5:52 pm
Re: Joomla install by fantastico removed by Bluehost
gibson71 wrote:Never tried it like that but it sounds like a better ideamaranate wrote: On Bluehost, and any other provider that has cPanel, you don't have to unzip first then FTP. You can go into cPanel, then use Filemanager to upload the zipped file. The you can use Filemanager to extract the file on the server. It's actually the main reason I always want a host with cPanel because it is much faster than using FTP to transfer all of the unzipped files over, and you don't have to worry about corruption on FTP.thanks.
OK, just got done loading Joomla 1.0.13 in Bluehost with the file manager, thanks that was much faster and i see what you mean about FTPing the files over and over(what a waste of time :P ). The only bad thing is that you still need to set up the data base manually (not a big deal)
I also just got off the phone with Bluehost about the 1.0.12 version and they informed that they are waiting for Joomla to provide them with a fantastico installation that works, something along those lines. So I guess we will not have the easy fantastico installation for a bit longer >:(
-
- Joomla! Virtuoso
- Posts: 3173
- Joined: Sun Apr 16, 2006 12:20 am
- Location: 127.0.0.1
Re: Joomla install by fantastico removed by Bluehost
@gibson
From Fantastico support forum
The Joomla! does not create a Fantastico installation, the Fantastico team does.
Background on Fantastico
Wikipedia Entry: http://en.wikipedia.org/wiki/Fantastico_(web_hosting)
From Fantastico support forum
http://www.netenberg.com/forum/viewtopic.php?t=997While we do our best to update current installations performed through Fantastico, this is not the primary scope of Fantastico which has never advertised or promised this. We can't even promise to always install the latest available version of a script as we need some time to code our part in order to include the latest version.
The Joomla! does not create a Fantastico installation, the Fantastico team does.
Background on Fantastico
Wikipedia Entry: http://en.wikipedia.org/wiki/Fantastico_(web_hosting)
Backup, backup, backup!
The "Master" .htacess file by Nicholas http://snipt.net/nikosdion/the-master-htaccess
The "Master" .htacess file by Nicholas http://snipt.net/nikosdion/the-master-htaccess
- geekette
- Joomla! Enthusiast
- Posts: 142
- Joined: Wed Jul 18, 2007 11:52 pm
- Location: Texas
- Contact:
Re: Joomla install by fantastico removed by Bluehost
I experienced the same thing with hostmonster. I'm still puzzling why Fantastico removed the 1.0.12 version if if they weren't planning to make the .13 or 1.5 versions available soon.
Wilma Howell
Joomla! User Group - Dallas / Fort Worth / joomladallas.org
Joomla! User Group - Dallas / Fort Worth / joomladallas.org
-
- Joomla! Apprentice
- Posts: 7
- Joined: Mon Nov 13, 2006 5:52 pm
Re: Joomla install by fantastico removed by Bluehost
Because it was a bad installation, you couldn't add, save or edit the catagories or sections in 1.0.12 thats why they removed it. they are waiting on a new instalation. from whoever, where ever.......geekette wrote: I experienced the same thing with hostmonster. I'm still puzzling why Fantastico removed the 1.0.12 version if if they weren't planning to make the .13 or 1.5 versions available soon.
-
- Joomla! Apprentice
- Posts: 11
- Joined: Mon Apr 17, 2006 1:32 pm
Re: Joomla install by fantastico removed by Bluehost
I am and have been a customer of Bluehost for quite a while and have many sites with them.....Joomla 1.0.13 was released July 21st.....The Bluehost support people told me thats when they removed the Fantastico/Joomla install. I have installed and upgraded sites using Fantastico with version 1.0.12 all fine! It appears that they removed it because of version 1.0.13. But I cannot absolutely confirm this...may be just a coincidence. 
Also, there is no ETA as to when this will be fixed...according to support. But it sounds like Bluehost is pointing the finger at Joomla.
I am more apt to think this is a Fantastico/cpanel issue than Joomla. Bluehost recently upgraded thier cpanel to 11...which according to cpanel's site is a major upgrade to backend code. Hmmmmmmmm.....
I guess we will just have to wait and see.
1 other thing.....why are Bluehost customers not being notified by email of this issue and of the status? I am sure they have a very large Joomla customer base......I would imagine this is not good for business.....especially when they still have it listed in there "Hosting Features".

Also, there is no ETA as to when this will be fixed...according to support. But it sounds like Bluehost is pointing the finger at Joomla.
I am more apt to think this is a Fantastico/cpanel issue than Joomla. Bluehost recently upgraded thier cpanel to 11...which according to cpanel's site is a major upgrade to backend code. Hmmmmmmmm.....
I guess we will just have to wait and see.
1 other thing.....why are Bluehost customers not being notified by email of this issue and of the status? I am sure they have a very large Joomla customer base......I would imagine this is not good for business.....especially when they still have it listed in there "Hosting Features".
-
- Joomla! Enthusiast
- Posts: 211
- Joined: Tue Dec 13, 2005 4:16 pm
Re: Joomla install by fantastico removed by Bluehost
Hello All,
Joomla is back in Fantastico.
Fantastico has loaded Joomla back in most hosting services. Check out.
Tnpa
Joomla is back in Fantastico.
Fantastico has loaded Joomla back in most hosting services. Check out.
Tnpa
-
- Joomla! Fledgling
- Posts: 3
- Joined: Wed Feb 06, 2008 3:49 pm
Re: Joomla install by fantastico removed by Bluehost
Bluehost offers installation for 1.5.8 in their Simple scripts. It is in the same area as Fantastico on cPanel.
Trying it now!
Trying it now!