The picture above, I was in accordance with the method of the book installation, or appear above the error, also can not find out the reason, just learn this is not very clear, beg the great god save =. =
Reply to discussion (solution)
Error display: thinkphpcommon/runtime.php not found
This place is thinkphp/common/runtime.php.
So, you're using thinkphp 2 instead of thinkphp 3.
Need defined (' Think_path ', ' thinkphp/');
Or you don't define yourself, and you handle it by thinkphp.
Error display: thinkphpcommon/runtime.php not found
This place is thinkphp/common/runtime.php.
So, you're using thinkphp 2 instead of thinkphp 3.
Need defined (' Think_path ', ' thinkphp/');
Or you don't define yourself, and you handle it by thinkphp.
This change is good, but it is very strange that I downloaded the ThinkPHP3.0, for why it will become ThinkPHP2.0, very strange
ThinkPHP3 's thinkphp/thinkphp.php
That's what defines Think_path.
Defined (' Think_path ') or define (' Think_path ', DirName (__file__). ' /');
ThinkPHP3 's thinkphp/thinkphp.php
That's what defines Think_path.
Defined (' Think_path ') or define (' Think_path ', DirName (__file__). ' /');
Yes, I get it, thanks.