Please give me some basic thinkphp concepts: after THINKPHP is installed in SAE, run the website and prompt "The project directory cannot be written. please create a project directory manually and set it to writable"
Background:
I just entered the development of the website. I made a website in SAE,
However, I was prompted that I could not write it. I had to look for it. some gods told me that using the CLUSTER engine could solve the problem.
Download THINKPHP and install THINKPHP. although THINKPHP's smiling face is quickly displayed, the basic running concepts of THINKPHP are not clear.
I have never understood how THINKPHP runs with my website code.
Another search, almost a week later, seems to finally know how to run your website through THINKPHP. However, the message "The project directory cannot be written. create a project directory manually and set it to writable" is displayed"
Again, the CLUSTER engine needs to run once locally? What is "run once locally "?
Reply to discussion (solution)
Please read THINKPHP development manual carefully!
This section describes how to run THINKPHP in SAE.
Http://doc.thinkphp1.cn/manual/sae.html
You need to set the write directory in sae. for details, refer to the SAEs help documentation for thinkphp, or refer to the thinkphp manual.
If you don't take a closer look at the document and learn about tp, we recommend that you read more documents, perform more operations on relevant functions, or create a small project.