|
|
 |
 | site problem |  |
Posted: Sat Sep 23, 2006 6:42 am |
|
|
| webadx |
| Visitor |
|
 |
| Joined: 10 Dec 2004 |
| Posts: 32 |
|
|
|
 |
 |
 |
|
I have difficulty loading my site, could it be the server problem or the script problem? These are the error messages I got:
Warning: mysql_connect(): Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug in /home/stormofg/public_html/startconf.php on line 4
The script cannot connect to the server.The db_connect.php file is empty, or the database connection parameters are wrong.
If the site is still down you can see the message here: http://www.stormofgold.com |
|
|
|
|
Posted: Sat Sep 23, 2006 12:24 pm |
|
|
| manish |
| Site Admin |
|
 |
| Joined: 12 Apr 2004 |
| Posts: 561 |
| Location: India |
|
|
 |
 |
 |
|
Hello,
Your server does not have enough memory to create new mysql processes. Please contact your webhost and request them to fix the issue.
Thanks,
Manish |
|
|
|
|
Posted: Sat Sep 23, 2006 1:29 pm |
|
|
| webadx |
| Visitor |
|
 |
| Joined: 10 Dec 2004 |
| Posts: 32 |
|
|
|
 |
 |
 |
|
| manish wrote: | Hello,
Your server does not have enough memory to create new mysql processes. Please contact your webhost and request them to fix the issue.
Thanks,
Manish |
Is it easy to move a site with members to another hosting provider? |
|
|
|
|
 | |  |
Posted: Tue Sep 26, 2006 10:32 am |
|
|
| manish |
| Site Admin |
|
 |
| Joined: 12 Apr 2004 |
| Posts: 561 |
| Location: India |
|
|
 |
 |
 |
|
Hello,
It really depends on what kind of access you have on the old and new server. Usually if you have cPanel installed on your old server and are transferring the site to another cPanel server, contact your host, they should be able to transfer all your files/dbs/mails/settings etc from old cpanel account to new one on their server using WHM transfer tool.
Apart from that, the manual way of doing this would be
1. Download all files
2. Download the database
3. Upload the database to new server
4. Modify the db_connect.php file and enter new db parameters
5. Modify config.php file and enter new home directory path.
6. Upload all files.
7. Change the DNS and wait for it to propagate.
Thanks, |
|
|
|
|
|
|