CollectiveIndustries / StarfleetDelta

Repository for Starfleet Delta Webpage, Database, and all in world scripts
https://www.starfleetdelta.com/
GNU General Public License v3.0
2 stars 4 forks source link

[Installer] mysqlConfigFile Error #3

Closed hammerzaine closed 8 years ago

hammerzaine commented 8 years ago
Traceback (most recent call last):
  File "./installer.py", line 18, in <module>
    from module import config, functions
  File "/root/SOURCE/UFGQ/python/module/config.py", line 47, in <module>
    _IN_MYSQL_FILE_ = ConfigSectionMap("DB")['mysqlConfigFile']
KeyError: 'mysqlConfigFile'

File doesn't like mysqlConfigFile. changed it to file and it worked. need to find a variable that the group and program can agree on

Morketh commented 8 years ago

See Issue #2

Morketh commented 8 years ago

Fixed