Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug that installation failed. #37

Merged
merged 1 commit into from
Jul 20, 2018
Merged

Fixed bug that installation failed. #37

merged 1 commit into from
Jul 20, 2018

Conversation

ytetsuro
Copy link

In CodeIgniter4 project rewrite.php and serve are no longer placed in the project root directory by the following PR.
Therefore, an error occurs in the code that is copying or editing.

codeigniter4/CodeIgniter4#996

In the previous PR, it depended on the directory path in rewrite.php, but rewrite.php no longer depends on the directory path in the following PR.

codeigniter4/CodeIgniter4#1105

As a result, this codeigniter-composer-installer no longer needs to copy and edit serve and rewrite.php.

Because the file composition has changed by the next PR of Code Igniter 4,
editing of a nonexistent file and deletion of the code that is about to be copied.

codeigniter4/CodeIgniter4#996
@kenjis kenjis merged commit 54982bb into kenjis:4.x Jul 20, 2018
@kenjis
Copy link
Owner

kenjis commented Jul 20, 2018

@ytetsuro It seems the installed CI4 does not work.

$ php spark 
PHP Warning:  require(system/bootstrap.php): failed to open stream: No such file or directory in /home/kenji/work/codeigniter/codeigniter4/spark on line 45
PHP Fatal error:  require(): Failed opening required 'system/bootstrap.php' (include_path='.:/usr/share/php') in /home/kenji/work/codeigniter/codeigniter4/spark on line 45

@ytetsuro
Copy link
Author

Thanks.
I created fix PR.

codeigniter4/CodeIgniter4#1108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants