Issues adding siteworx account after fresh install

I just installed a new Interworx server and after configuring the control panel I tried to add a siteworx account. I got an error 500. General server issue. So I turned on debugging and tried it again and this is what I got:

A System Error Has Occurred
replyCode: 700
replyText: file_get_contents(/home/interworx/etc/forbidden_users) [function.file-get-contents]: failed to open stream: No such file or directory in /usr/local/interworx/include/Form/NW/Siteworx/Add.php on line 116
replyData:
----- DEBUG STACKTRACE BEGIN -----
/usr/local/interworx/include/Form/NW/Siteworx/Add.php errorHandler (116)
/usr/local/interworx/include/Form.php _initialize (1125)
/usr/local/interworx/include/FrontController.php getInstance (427)
/usr/local/interworx/include/FrontController.php _displayMethodForm (369)
/usr/local/interworx/include/FrontController.php _invokeAction (150)
/usr/local/interworx/include/FrontController.php _route (100)
/usr/local/interworx/include/JSON/Responder/Controller.php route (92)
/usr/local/interworx/include/Ctrl/Xhr.php execute (103)
/usr/local/interworx/include/IWorx/Method.php indexAction (142)
/usr/local/interworx/include/FrontController.php invoke (398)
/usr/local/interworx/include/FrontController.php _invokeMethodAndPlugins (375)
/usr/local/interworx/include/FrontController.php _invokeAction (150)
/usr/local/interworx/include/FrontController.php _route (100)
/usr/local/interworx/html/index.php route (37)
----- DEBUG STACKTRACE END -----

Any help would be greatly appreciated.

Thanks,
Brian

Hi Brian,

We’re looking into the root cause now, but this should be sufficient to workaround it in the short term:


$ touch /home/interworx/etc/forbidden_users
$ chown iworx.iworx /home/interworx/etc/forbidden_users

Paul