Very new to Yii and starting to familiarize myself… we’ve recently copied a database to a new server and adjusted the main.php in the config folder to reflect the new settings. While we are able to view the log in page, we seem to be running into path or 404 errors after trying to log in. Is it possible to move databases’ like this, or do you require an install of latest Yii software on the target computer for migration from one server to the new one…
Any help would be much appreciated…
Posted in the installation thread too, not sure which is more appropriate…
i’m sorry, and yes, it was the web server. I ended up downloading a new install file and checking the current server requirement checks. It was missing a pdo_dblib file for the linux server. I’ve since installed and the site is back… sort of. I need to configure the port to an alternate one for this server as 80 is already in use, is this possible in the main.php file? Or another file?