[ERROR] "Undefined index:cfg' on ManiaLive 2.1.6
Posted: 28 Jul 2012, 04:02
When I try to start ManiaLive with no plugins, I get the following error:
I'm running ManiaLive 2.1.6 on Ubuntu 12 Linux. I'm not sure what my dedicated server version is. With my luck, I'm just missing a package or something that would make everything work fine.
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.
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.