Need help on Wordpress Website

Joined
Feb 5, 2019
Messages
30
Reaction score
6
Hello everyone,

i would like to know if someone has experience with moving a website from one hosting to another, without moving the database but creating a new one. What i have right now is a website with more than 900+ articles and a lot of rank 1 Google words. But my database have a lot of errors and my hosting provider is terrible. I cant copy and simply move to a new, since the errors on database will be available on the new hosting too.

Any idea how to do it without of course changing anything on Google search SEO and ranks.

Thanks and regards
 
What type of errors you have? Post a screenshot
 
Folder with errors screenshot + error_log file --> https://mega.nz/#F!BypUTKyb!3iDR56EYSOLcEgbEG80ekA

- sometimes edit.php will not open (http 500 error)
- strange tag will be added in anormal way
- if i add a new category for my posts the website will crash
- and maybe other errors that in this moment i dont see, but hosting provider said that they cannot help. The only thing i see is the error_log file on the folder

Everyone on Fiverr or FreeLancer dont know how to resolve it.
 
Let's take it one by one as i don't see a big problem in your pics.

1) Those tags come from a plugin! Or from the theme.

If i were you, i will disable all the plugins for a moment and check if those random tags are still there. If not - enable the plugins 1 by 1 and see which one is the problem.

The same for the picture 2 and 3.

2) The problems from the log can be easily solved by increasing the innodb_log_file_size and wait_timeout both in the my.cnf- you need server access for this.

Again - this is caused by one or more of your plugins who tries to include large files.

------------

Read and run this tutorial - should fix some problems: https://www.maketecheasier.com/fix-corrupted-wordpress-database-2/

If i were you, i would get rid of most of the plugins.

Good Luck.
 
Great advice from Lorentzo, try to stay away as much as possible from plugins and those that you use, better make sure they are "lite", otherwise you`ll get into more problems like the ones you have now or slower load times etc
Years ago I used to install a plugin for every little thing that i needed, sometimes having 2-3 plugins that were able to do the same thing and yet, i was using each of them for a different thing...
 
Let's take it one by one as i don't see a big problem in your pics.

1) Those tags come from a plugin! Or from the theme.

If i were you, i will disable all the plugins for a moment and check if those random tags are still there. If not - enable the plugins 1 by 1 and see which one is the problem.

The same for the picture 2 and 3.

2) The problems from the log can be easily solved by increasing the innodb_log_file_size and wait_timeout both in the my.cnf- you need server access for this.

Again - this is caused by one or more of your plugins who tries to include large files.

------------

Read and run this tutorial - should fix some problems: https://www.maketecheasier.com/fix-corrupted-wordpress-database-2/

If i were you, i would get rid of most of the plugins.

Good Luck.

I just deactivate all plugins and i installed the WP Theme Twenty Fifteen but the problem of multiple tags remains there. About the increasing the two server files are there any guide? Should i make the tutorial you send to me @lorentzo even that i proved that plugin or theme are not the cause?
 
@TheLastNewbie2019 if you want to repair the database, you should follow the tutorial.

Make sure you back up everything before you proceeed.
 
Wouldn’t your new hosting service help you move your site? You should be able to ask their tech support for advice with this issue.
 
I think you got some malware on your sources code, try to scan your sources code with ClamAV (in case you use cPanel for hosting), check log to see if any outgoing email is sending. Buy a new hosting package, setup it with new login information then export database from old hosting and import it to your new hosting. Some hosting company will support you with this stuff. You can DM me for more guide.
 
@Writerly - thank you. the new hosting can do only copy paste without malware scanning, its on my own
@royalredover - i will have a look and let you know.

now with the help of a BHW member i changed the theme and downgrade on 4.9.9 WP version. maybe it my database that its ruined: Now when i try to add a new tag i have this error:

WordPress database error: [Duplicate entry ‘0’ for key ‘PRIMARY’]
INSERT INTO wp_term_taxonomy (term_id, taxonomy, description, parent, count) VALUES (2726, ‘post_tag’, ”, 0, 0)


Thank you everyone for the help
 
@royalredover - ClamAv finished and didnt found anything.

As i understood problem is in Autoincrementing field of wp_term_taxonomy... i tried this two links:
https://stackoverflow.com/questions/18688694/error-duplicate-entry-0-for-key-primary
https://stackoverflow.com/questions/19434801/how-to-add-auto-increment-to-column-in-mysql-database-using-phpmyadmin/33686718#33686718

but it gives me an error: https://imgur.com/osNLXmA

I think the same happens when i try to add a new category and all website will go down and i should call the hosting for recovering a backup

Thank you to all, who will help
 
@Veil123 thank you from my heart for everything! You helped me a lot. Without you would be impossible for me!

Thank you again!
 
Back
Top