drkthunder02

Results 8 comments of drkthunder02

The error is saying the class name and file structure does not match. Easy fix is to rename the files in the directory, then run composer dump-autoload to fix it.

In order to fix psr-4 errors, the namespace naming structure and the directory and file naming structure must be the same. Then you have to do composer dump-autoload in order...

I have fixed the issue. Rename ./app/Db/Sql/Mysql/tablemodifier.php to TableModifier.php Rename ./app/Model/Universe/abstractuniversemodel.php to AbstractUniverseModel.php Rename ./app/Model/Pathfinder/AbstractPathfinderModell.php to AbstractPathfinderModel.php Rename ./app/Model/AbstractModell.php to AbstractModel.php Then in the pathfinder directory run composer dump-autoload to...

Adarnof, check out https://github.com/drkthunder02/eveotsv2 to see how to manage user names and keep them using the correct one. It's a pretty simple thing to do.

This is how I would reorder the function for an sqlite only implementation. ```php

I am not using the docker containers and I get this error as well. Have already spent hours trying different things, but if I do figure something out, I will...

I have figured out there is a yaml file buried in the documentation that is an example file with like stackId: 5 as a parameter. I utilized that in the...

Where does that environment variable live at? On Wed, Aug 21, 2024 at 8:06 AM Brandon Kauffman ***@***.***> wrote: > Setting the env var GF_INSTALL_PLUGINS="grafana-oncall-app vv1.9.0" and > then upgrading...