403 error

when trying to deploy and after signing in to nm_ini_manager2 i get a 403 error after clicking on the setup data base icon
the file access is
http://tgfa.asn.au/tgfadata/_lib/pro…8b869944a81bcd
how do i fix this - I have set permissions to folders = 755 and files = 644
I undertsnd these permissions are correct
waht do i need to do to overcome this problem.
I am a complete newbie at this and can find no help in scriptcase files about this issue - this not helped by not being able to speak or read Portugese
If somebody could point me in the right direction i would be most gratefull

The database setup code writes a new file so it should have complete writing rights on your server (at least temporarily to write the database connections to a file).
You need to set prod.config.php (temporarily) so that you can write in it.

rr Thanks for that- i dont seems to have the file prod.config.php
i have uploaded the zip file and extracted it
the prod file only contains index.php

Anyone else got any ideas how i fix this issue as i cannot find the prod.config.php I know this is very basic stuff but i am very basic HELP PLEASE!

prod.config.php is the file that gets created if you create the database connection in your deployment. So the fact that it does noet get created basically says that the rights of that directory are wrong
You could temporarily set the rights to 777 on your projectname subdir …/_lib/conf this is where the prod.config gets written to. Then make the database connection.
Once the file is made (so it needs the write rights) you can set it to readonly.