Error: Undefined constant "CodeIgniter\CLI\STDERR" |
-
brabus
Junior Member
-
Posts: 22
Threads: 4
Joined: Sep 2019
Reputation:
0
11-24-2023, 05:37 PM
(This post was last modified: 11-24-2023, 05:47 PM by brabus.)
Hi, all, have been working on php spark, than i wanted to went to nginx, on first error got unwritable writable/cache, which solved by chmod 775, now I got that error:
SYSTEMPATH/CLI/CLI.php at line 488
Have been looked in php.net/search engine did not found info about that const...
New info: that was because i used: var_dump(command('logs:clear'));
Seems I misunderstood and that function is only for CLI... Forgot i was used $migration->latest(); & cache()->clean();
|
Messages In This Thread |
Error: Undefined constant "CodeIgniter\CLI\STDERR" - by brabus - 11-24-2023, 05:37 PM
|