Hi All,
I am trying to re-deploy an application I wrote some time ago under SC5.2. The client’s server was attacked and was rebuilt. I am using the same deployment file that was originally and successfully used.
I expected the connection manager to pop up but instead I am getting
You don’t have permission to access appdir/_lib/prod/lib/php/nm_ini_manager2.php on this server
It’s on linux/ apache2 and php 5.3.8. It is exactly the same environment the application was previously running on. I am confident it’s not a permission error because even when I set everything to chmod 777 I get the same “permission” error, which seems really weird.
Is the environment wrong? Is there a way to overcome this?
Thanks