ok first of all i tries to restore public html files from full backup -wordpress- no i am trying to access each element in wordpress dashboard it leads to 404 normal web page i dont know where to look
not2easy
1:59 pm on Jul 15, 2024 (gmt 0)
WP has specific install requirements. The database that contains all the content is set to use a named file and without following all the steps, it won't be in the same place. Does your host offer the installers typically used? Do you have ControlPanel with PHP tools? Can you view the database in MySql or a similar? Do you have the wp-config.php file that was created with the original setup? That file should have the credentials required to view the database and for that reason it should have non public/writable permissions.
WooCommerce database update complete. Thank you for updating to the latest version!
is that relative ?
not2easy
2:23 pm on Jul 15, 2024 (gmt 0)
no.
not2easy
2:29 pm on Jul 15, 2024 (gmt 0)
WP requires installation that sets up the WP database. If you have a full backup of only the public_html files, it is missing the instructions and would need to be reinstalled. You have all the tools to download the WP database, but it needs to agree with your wp-config.php file so it can read and write to the WP database. Your WooCommerce database is not involved in managing your WP install. If you were to read that discussion I linked to, you could understand what needs to be done.