permissions for index.php
PermalinkWith index.php permissions set to 777 when I browse to my site I get an Internal Server Error, which is showing up in the site error log with "SoftException in Application.cpp:256: File "/home/wallbrin/public_html/index.php" is writeable by group"
I changed it back to 644, which is how my other site (working fine) is, and then I get an adodb fatal error "Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1146: Table 'wallbrin_wla.Config' doesn't exist] in EXECUTE("select cfValue from Config where cfKey = 'ENABLE_CACHE'") ' in /home/wallbrin/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 etc etc"
I feel like I'm going round in circles. All I did with the old site CMS was move what was in the root folder to a sub-folder. Should I be deleting its database as well?

Thanks heaps guys!