dean7 Posted March 8, 2009 Share Posted March 8, 2009 hi, ive got a forum witch i downloaded but it says i need to change the CHMOD in setting.php to 777, how do i do this? Please help. Here is settings.php <?php $set = array(); $set['db_host'] = 'mysql6.000webhost.com'; $set['db_name'] = 'a4674659_testing'; $set['db_pass'] = '***********'; $set['db_port'] = '3306'; $set['db_socket'] = ''; $set['db_user'] = 'a4674659_test'; $set['dbtype'] = 'mysql'; $set['installed'] = '0'; $set['prefix'] = 'mb_'; ?> Quote Link to comment Share on other sites More sharing options...
trq Posted March 8, 2009 Share Posted March 8, 2009 If you have shell access to the server.... chmod 777 fileinquestion.php If you using an ftp client you usually right click and select file permissions or something similar. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.