Unable to install Zend Framework web application on a Linux Server running Parallel Plesks Panel
Im trying to install a simple Zend Framework based web application on a Linux Server running Parallel Plesks Panel.
I did installations using Cpanel ...which was quite straight forward (uploading the zf app to the remote server using ftp client, changing db details in application.ini ) .. and thats it I can see my app up and running on the remote server. I tried doing the same using Plesk panel .. but the application开发者_StackOverflow goes blank.. i dont see any error message either.
Am I missing anything here ? Kindly guide me howto troubleshoot this prob.
FYI: Its a shared hosting and i dont have access to root console to run commands.
Thanks in advance.
Maybe you don't see error messages because of phpSettings.display_startup_errors = 0 or phpSettings.display_errors = 0 settings in the application.ini.
精彩评论