3.8.x upgrade

Cokaric

New Member
I had allot of problems when ever I have upgraded forum, I have some q so if some1 could please answer it


1.

When I try to upload folder upload in zip and when I extract files they need to replace all old 1s it that correct, BUT, my server doesnt allow me to replace files when I unpack them or when I try to transfer them from 1 folder to forum folder, I will need to upload file per file to replace them all


2.

When I upgrade from 3.8.0 to 3.8.2 do I need to install first 3.8.1. and then 3.8.2


3.

I have many plugins on forum, ... do I need to disable them first


4.

Do I need to close forum when I am upgrading forum


5.

How can I command server to replace all files when I am unzipping files from upload folder


6.

Why are these errors mailed to me

Code:
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: User xxx already has more than 'max_user_connections' active connections
/home/xxx/public_html/forum/includes/class_core.php on line 311


I have 737 same emails with this same fu(k1n6 error

Code:
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: User xxx already has more than 'max_user_connections' active connections
/home/xxx/public_html/forum/includes/class_core.php on line 311
 
1. Just unpack them on your computer and upload them by FTP. You dont need to do it 1 by 1, just select the folder and upload it.
2. No
3. No
4. No - the installer will do this for you if it needs to.
5. See 1. - Unzip them first, then upload them. All FTP software I've seen has allowed you to replace all files.
6. It's caused by more users being on your forum than your host's MySQL server tolerates. If your forum is big, move off shared hosting. If your forum is small, complain to your host about it.

Edit: Actually, to clarify point 6, you can also reduce the amount of connections to your MySQL by disabling query-intensive mods and disabling persistant connections in your config.php file.
 
saram1805 said:
1. Just unpack them on your computer and upload them by FTP. You dont need to do it 1 by 1, just select the folder and upload it.
2. No
3. No
4. No - the installer will do this for you if it needs to.
5. See 1. - Unzip them first, then upload them. All FTP software I've seen has allowed you to replace all files.
6. It's caused by more users being on your forum than your host's MySQL server tolerates. If your forum is big, move off shared hosting. If your forum is small, complain to your host about it.

Edit: Actually, to clarify point 6, you can also reduce the amount of connections to your MySQL by disabling query-intensive mods and disabling persistant connections in your config.php file.


My forum is small, how to do that on #6 m8

thx 4 ur reply
 
Back
Top