Hi,
@Otomatic thank you so much for your input.
I successfully installed WampServer64 on the same machine and also successfully imported the database from the previous system.
As i mentioned before, i'm really clued up when it comes to this setup as it was left behind by the previous IT manager, so i'm doing everything based on some research. At this point WampServer64 is running but now i need to able to browse to the same URL users browse to access the intranet when WampServer32 is running.
So, i manually copied the content of "C:\Wamp\www" to "C:\Wamp\www" including a file called ".htaccess", then i restarted the Wamp services. When i browse [
localhost];, with "Intranet" being the name of the database i get these errors about access denied.
"( ! ) Fatal error: Uncaught mysqli_sql_exception: Access denied for user 'root'@'localhost' (using password: YES) in C:\wamp64\www\VFMIntranet\wp-includes\wp-db.php on line 1656"
"( ! ) mysqli_sql_exception: Access denied for user 'root'@'localhost' (using password: YES) in C:\wamp64\www\VFMIntranet\wp-includes\wp-db.php on line 1656"
Then i gives some information in the Call stack table. Do i need to export the users account from the PHPAdmin on wamp32 and import it into the 64 in order to be able to browse?