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

ERROR: #0 [internal function]() #187

Open
Fossil01 opened this issue Feb 7, 2022 · 5 comments
Open

ERROR: #0 [internal function]() #187

Fossil01 opened this issue Feb 7, 2022 · 5 comments
Labels

Comments

@Fossil01
Copy link

Fossil01 commented Feb 7, 2022

I have been getting quite a few of these in my Laravel error logs. Running PHP 8.1.1 and league/climate 3.8.1 right now.

[2022-02-07 15:32:59] REMOVED.ERROR: #0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
#1 /var/www/REMOVED/vendor/league/climate/src/Util/Writer/StdOut.php(14): fwrite()
#2 /var/www/REMOVED/vendor/league/climate/src/Util/Output.php(183): League\CLImate\Util\Writer\StdOut->write()
#3 /var/www/REMOVED/vendor/league/climate/src/TerminalObject/Router/BasicRouter.php(37): League\CLImate\Util\Output->write()
#4 /var/www/REMOVED/vendor/league/climate/src/TerminalObject/Router/Router.php(99): League\CLImate\TerminalObject\Router\BasicRouter->execute()
#5 /var/www/REMOVED/vendor/league/climate/src/CLImate.php(384): League\CLImate\TerminalObject\Router\Router->execute()
#6 /var/www/REMOVED/vendor/league/climate/src/CLImate.php(399): League\CLImate\CLImate->buildTerminalObject()
#7 /var/www/REMOVED/vendor/league/climate/src/CLImate.php(435): League\CLImate\CLImate->routeRemainingMethod()
#8 /var/www/REMOVED/Blacklight/ColorCLI.php(94): League\CLImate\CLImate->__call()
#9 /var/www/REMOVED/Blacklight/REMOVED.php(997): Blacklight\ColorCLI->primary()
#12 {main}
$this->colorCli->primary('Some sprintf formatted string goes here');
@duncan3dc
Copy link
Member

duncan3dc commented Feb 7, 2022

Hi @Fossil01 it's difficult to tell what your error is as the actual error message appears to have been removed, are you able to post the error message being raised from StdOut.php?

@Fossil01
Copy link
Author

Fossil01 commented Feb 7, 2022

Hi,

I only removed some other files where my own functions are called. But the error really starts at ColorCLI->primary(). REMOVED was my sites hostname. Other than that this is the full error.

I have no clue what ERROR: #0 [internal function] means.

@duncan3dc
Copy link
Member

Are you able to provide a small reproduction script instead then?

@Fossil01
Copy link
Author

Fossil01 commented Feb 9, 2022

I'll try in the next few days. Sick in bed currently -.-

@duncan3dc
Copy link
Member

Get well soon!

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

No branches or pull requests

2 participants