Hello,
I’m new to Yii, and I am developing my first app with it.
I have been developing it on my laptop running Win 7 + XAMPP and it works perfectly.
But when I tried to move it to my dedicated server running FreeBSD with nginx + php-fpm it just shows a blank page.
There are no php errors, so I don’t know what is causing it.
The remote host has everything to run the app, since it has more php-extensions than it needs (it works with less on my laptop).
And yes, I’ve uploaded both folders (Yii Core + My App) to the remote host.
Remote files:
/usr/local/www/<project>/yii-1.1.14.f0fee9
/usr/local/www/<project>/public_html/<my app here>
Edit: I also tested it on a shared host running apache+php and it also works
Does anyone know what is the problem?
Thanks in advance.