Code: Select all
Critical startup error!
-> ErrorException with code 8
Undefined index: cfg
- in
/home/tathar/Servers/tm2/ManiaLive/libraries/ManiaLive/Application/Comman
dLineInterpreter.php on line 76
- Stack: #0
/home/tathar/Servers/tm2/ManiaLive/libraries/ManiaLive/Application/Comman
dLineInterpreter.php(76):
ManiaLive\Application\ErrorHandling::createExceptionFromError(8,
'Undefined index...', '/home/tathar/Se...', 76, Array)
#1
/home/tathar/Servers/tm2/ManiaLive/libraries/ManiaLive/Application/Abstra
ctApplication.php(52):
ManiaLive\Application\CommandLineInterpreter::postConfigLoad()
#2
/home/tathar/Servers/tm2/ManiaLive/libraries/ManiaLib/Utils/Singleton.php
(25): ManiaLive\Application\AbstractApplication->__construct()
#3 /home/tathar/Servers/tm2/ManiaLive/bootstrapper.php(69):
ManiaLib\Utils\Singleton::getInstance()
#4 {main}
I'm trying to make a testing server so I can learn PHP by making ManiaLive plugins. I know it's not the best way to learn PHP, but the ManiaLive code guidelines already match how I write C# code, so I'd imagine it'd be fine.