Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
codeigniter と Mamp でプロジェクトを構成しています。実行すると、画像に示すように CHMOD 7777 エラーが発生しました。誰かが config.php と他のページを書き換え可能にする方法を知っていますか?
2 つの方法があります。
FTP クライアントの使用
ファイルをクリックします -> プロパティ -> パーミッション: 777.
SSH の使用
chmod 777 /Application/MAMP/httdocs/modena/application/main/config/config.php chmod 777 /Application/MAMP/httdocs/modena/started_install.php