Hi,
All i need to do is move a site - that I did not build, but worked out uses the YII framework - to a new server.
I have downloaded all files, uploaded them to the new server.
DB has been downloaded, a new one created in cPanel/MySQL, old one imported.
I have opened the files in protected/config (main.php, console.php) and edited them with the new db/user/pass.
I downloaded/uploaded the Requirements folder and everything has passed.
I have checked php.ini and PDO support is enabled (sqlite, mysql)
PHP Version 5.4.45
When i visit h ttp://serverip/~username/index.php I get:
The {serverip} page isn’t working
{serverip} is currently unable to handle this request.
HTTP ERROR 500
I tried editing my hosts file (thinking maybe it is the ‘temp’ url causing the problem)…
{serverip}/~username website.com
{serverip} website.com
but that makes no change/difference.
I deleted everything in .htaccess but that makes no difference.
Can someone PLEASE help me understand what else I need to do? ANY help is appreciated.