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

Bug: #2608

Closed
fpp1602 opened this issue Feb 24, 2020 · 5 comments
Closed

Bug: #2608

fpp1602 opened this issue Feb 24, 2020 · 5 comments
Labels
bug Verified issues on the current code behavior or pull requests that will fix them

Comments

@fpp1602
Copy link

fpp1602 commented Feb 24, 2020

Direction
We use github issues to track bugs, not for support.
If you have a support question, or a feature request, raise these as threads on our
forum.

Describe the bug
CodeIgniter CLI Tool - Version 4.0.1 - Server-Time: 2020-02-24 11:11:48am

An uncaught Exception was encountered

Type: ErrorException
Message: Cannot declare class CodeIgniter\Commands\CommandsTestStreamFilter, because the name is already in use
Filename: C:\wamp64\www\codeigniter\codeigniter\tests_support\Commands\CommandsTestStreamFilter.php
Line Number: 16

CodeIgniter 4 version
4.0.1

Context

  • OS: [Windows 10]
  • Web server [Apache]
  • PHP version [7.2]
@fpp1602 fpp1602 added the bug Verified issues on the current code behavior or pull requests that will fix them label Feb 24, 2020
@lonnieezell
Copy link
Member

This is a known issue. I've reported it on the forum and in response to at least one issue here this morning.

I'm out of time to work on the framework until late this evening, but we will get it taken care of ASAP. Thanks for reporting.

@lonnieezell
Copy link
Member

Version 4.0.2 released that should fix all of this for a new install. Sorry about the release issues today.

@solaxes
Copy link

solaxes commented Feb 26, 2020

i updated version using composer update for CI4 version 4.0.2 but error is still there.

@solaxes
Copy link

solaxes commented Feb 26, 2020

CodeIgniter CLI Tool - Version 4.0.2 - Server-Time: 2020-02-26 02:05:39am

PHP Fatal error: Cannot declare class CodeIgniter\Commands\CommandsTestStreamFilter, because the name is already in use in D:\projects\test\ci_4\ci-blog1\tests_support\Commands\CommandsTestStreamFilter.php on line 16
An uncaught Exception was encountered

Type: ErrorException
Message: Cannot declare class CodeIgniter\Commands\CommandsTestStreamFilter, because the name is already in use
Filename: D:\projects\test\ci_4\ci-blog1\tests_support\Commands\CommandsTestStreamFilter.php
Line Number: 16

@solaxes
Copy link

solaxes commented Feb 26, 2020

i deleted previously installed CI4, installed fresh and its working fine now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants