Anyone out there having a similar problem with Phpwebhosting.com? Or is it - as I suspect - just our problem due to something going on on that server?
Thanks,
Art Lader
$CFG->dbpersist = false;
Give it a shot.
Thanks!
My students must think that I am an idiot.
Exactly what errors are you seeing?
a) Best one: http://moodle.com/hosting A good server optimized by Martin just to run Moodle sites, with optimum install, customization, mantaining and support for moodle.
- Lots of services and optimization for Moodle
- 200MB (can add more at 10$/month per 100MB)
- 10GB transfer/moth (can get more at 2$/month per GB)
- 99,9 uptime
- Cpanel 7
- SSH on request
- 50$/month
b) A good, cheap, one: http://www.totalchoicehosting.com Has been successfuly tested by Moodle admins.
- PHP Safe mode = OFF
- 500MB (can add more at 1,75$/month per 10MB)
- 10GB transfer/month (can get more at 2,5$/month per GB)
- 99,9 uptime
- Cpanel 7
- 5$/month
I have been using Totalchoicehosting for testing purposes, and I think it is really reliable and with good support, though it is not optimized for Moodle and does not offer SSH. In the future, I think I am going to use moodle.com hosting for serious projects in my company. Hope this helps.
I actually have two Moodles, so I need $1,000, I guess. Well, you pay for quality, right?
The only other problem I am having with Phpwebhosting.com is that my students sometimes tell me that they have not received a confirmation e-mail to set up their accounts.
The truth is, though, that I KNOW that the problem may very well be something that I am doing wrong, not the host. It has happened before.
Sigh...
I am not unhappy with Phpwebhosting.com, it's just the Moodle problems that are making me crazy.
This really is driving me nuts. I use Moodle with my students every single day. (Yes, weekends, too.) Just two nights ago, I proudly showed the parents at our Open House our German I site and invited them to create accounts. Now, I suspect they cannot get in. And in a couple of weeks, I will be demoing Moodle to several administrators, hoping they will see how Moodle could be useful in their schools. And after that (Oct. third), I will be presenting Moodle at South Carolina's EdTech conference.
I really need to work this out.
Well, I'm sure that it will be straightened out soon.
What, me worry?!
My hosting server (http://server35.totalchoicehosting.com) is a 4 Intel Xeon machine at 2GHz each and 1GB of RAM. I have never seen more than 35% of memory used and no more than 80% of CPU usage (Linux load can be up to the number of processors, 4 in my case, that is 100%). You can take a look at my testing server at http://www.aprendimiento.net/lms/. The running data for the servers is also public. In my case: http://www.totalchoicehosting.com/web-hosting-server35.html
I also plan to host good projects in http://moodle.com/hosting but I use that meanwhile, and it is running really good.
David,
I am also using total choice hosting and am very happy with the service. They do offer a limited form of SSH called jailshell, however I have been unable to use CVS through it.
I'm wondering whether you have been using CVS on total choice hosting? Do you know whether it is possible?
Tim.
) in a cron job, quickly disabling it after it is done, and then making the updates in another cron job ( cvs update -dP ). I think this could work, but I am too busy to try right now
By the way, Martin... TCH service is good, but not as good as moodle.com, I do know it, and that is the reason why I think that I will host my production projects on it (I already said that).
I use TCH just for testing purposes. I know moodle.com is optimized for Moodle, and with excelent support and customization. I have always recommended it as the best hosting solution for Moodle. TCH is just a very cheap alternative for small sites, but it works.
Thanks for the advice, everyone.
Guess I am going to learn a lot! Any tips will be greatly appreciated, of course.
I have done it migrating a moodle installation in Windows to TCH and it works fine. Take into account that if your database backup is larger than 2MB, you will not be able to restore it in phpMyAdmin, since PHP uploads are limited to this size. In this case, I think you could restore it using the MySQL tools in CPanel.
Hope this helps.
I'm also looking for a place to set up a test installation of Moodle. I've seen that you've been recommending TotalChoice and it sounds fine. I only have a couple of questions:
Reading this post (http://www.totalchoicehosting.com/forums/index.php?showtopic=3665&hl=moodle) I wonder what needs they (TCH) can't satisfy? Do I need their help to set up Moodle? And what is Jailshell? Can you do the same things with Jailshell as with regular SSH access or are there some limitations? Maybe it's basically the same thing
Regards
/Håkan
I am currently running 2 Moodle services at a time in a single TCH account with no problems at all. Regarding your questions to TCH, that was because of your requirements that they told you you'd better take a dedicated server:
1. I need to have some way of transferring the data files from my old server to the new one and then untarring them. Unless I have some kind of SSH access then this will require me to download the files to my computer and then upload them again, which is time-consuming and fiddly.
You asked for SSH. They will not give you. They offer a limited shell access called JailShell, wich only allows you to access your own files. I do not know much about it, but I know it is much more limited that SSH. Anyway, I did not need it for anything related to Moodle. And to transfer files, just use the old, standard, FTP (though it is not as secure as scp, it works).
2. I will soon be installing the new version of this software, which is 1.1 (thus I will be unable to use the Fantastico installer, which doesnt support this version). Then I will need to be able untar the installation file directly on the server. I also need to be able to automatically archive directories for backup purposes. Will this be possible?
No problems. You have a web-based file manager that allows that.
3. I need to be able to set the owner of my moodle data directory to the web server (apache or nobody). I doubt I can change ownership like this via the cPanel and will probably need SSH access to do it.
That is also a difficult thing to do. You can just put your moodle directory as 755 and your moodledata directory outside it as 777.
4. I need to check certain settings in the httpd.conf and php.ini files. Will I have access to these?
They will never allow you to touch their shared, general httpd.conf and php.ini files. I think you can make an .htaccess file that overides them, as shown in the installation instructions for Moodle. Anyway, you do not have to do that, since the options they have in httpd.conf and php.ini files are fine for Moodle.
5. I need PHP version 4.1.0 or later, with the following settings:
o GD library turned ON, with support for JPG and PNG formats
o Sessions support turned ON
o File uploading turned ON
o Safe Mode must be turned OFF
You already got all that with TCH.
So, there is no problem at all to run Moodle, and even many Moodle services in just one TCH account for 5$/moth. The problem is that you are asking too much for that: ssh, access to httpd.conf and php.ini, etc.
Anyway, I recommend TCH just for testing purposes and small sites. To have a good, optimized, Moodle hosting for production sites I do recommend http://moodle.com/hosting
Hope this helps.
Just to be clear - I didn't write the question to TCH - I just read it in their forum.
I think I'll open an account with TCH - it sounds just like something I need.
Thanks again for your answer
Best regards
/Håkan
Coincidently, They have been having problems with their MySQL server. I have only noticed one small outage but their advisories talk about running out of file handles.
When the MySQL server was down the moodle page was blank.
Perhaps you are seeing the same problem.
David
100 MB
75 e-mail
5gig/m
Free SSL, Telnet/SSH, FrontPage2002 extensions, Control Panel, Hit Stats, anywhere-Webmail, MySQL, 2 mailing lists, and great customer support. As low as $10 a month when you pay annually and take advantage of our free domain name offer.
- $14.95 monthly
- $12.00 / month when paid annually - $145 total
- $10.50 / month when paid 2 year - $250 total - *Best Deal*
Never had a problem they did not solve quickly. I have two moodle and three different PostNuke sites up. REAL people answer their phones.
Jeff Watkins