I’m prepping for my upgrade from EE 1.x to 2.x and recreated my live site locally so I’ll have an archival copy of my EE version 1 data.
I cloned my live install in a MAMP > htdocs subdirectory and renamed it ‘archive168’ and then created a new database called ‘archive168’ and imported my current live database into it.
Now when I point to the new database—$conf[‘db_name’] = “archive168”;—in both config.php and config_bak.php, the control panel is not connecting to the database.
Am I going about this the right way?
Thanks.